Too many users logged in! Please try again later. This is the wonderful greeting you get from a NetApp or StoreVault device when another user is logged in to the console. Unfortunately for me, I frequently lose connection or close my RDP window without thinking about it and I used to just wait for the timeout before trying to login again.
Today, though I was feeling impatient so finally looked around the web for a solution to this problem. It turns out it’s pretty simple. Windows 2003 has rsh already installed, so you can just execute the following command to remotely logout the user and free up the session.
rsh <filername> -l root:<password> logout telnet