Remote Access To Web Server Using Palm Pilot?
ed tellefsen asks: "If and when our server goes down, I'd love to be able to reboot it remotely using a palm pilot. I searched at Google and found some open source software called
PalmVNC. Anyone familiar with it? Are there other options available?"
Google searches for any of those, possibly including "palmos", will return the appropriate URLs. I use ptelnet on a regular basis for configuring routers and whatever else you need to plug a serial terminal into.
Hope this helps!
Some ATX motherboards have a jumper to default to on after a power cycle, my own Gigabyte (not particularly hot otherwise but quite good on power features) certainly does anyway.
The reason why this isn't the default is that all PC's would turn themselves on after a power failure, even if you were on holiday. So this is only really desired for servers.
The hell with VNC. Assuming this web server is running Linux or Unix, You shouldn't be running X full time on your web servers anyway. It's a big resource drain and a yet another thing you have to worry about security on.
If the server can still be logged into remotely, go with telnet or if you give a damn about security, SSH. There are Palm clients for both that will work over a modem or a woreless gizmo like a Minstrel/Omnisky.
If you're talking about rebooting it when it's frozen solid, no application on your server is going to help with that, since your Palm ain't going to be able to connect to it. At that point, you're talking about solutions involving hardware that triggers a reboot through a special hardware interface or power-cycles the machine. Check the manuals for your server hardware or UPS to see if you have this capability.
If you have such a means of restarting it, the next step is to build an interface to it that you can get at remotely. If you can't get SSH access to a command line on the machine that does the rebooting, a protected web interface that executes the apprporiate remote-reboot command might be an okay way to go. Once you've got that, something like a Palm PQA to prompt for your password and trip the URL should be enough.
No, do not use telnet. It has no encryption so you're sending usernames and passwords unprotected. Use the previously-mentioned SSH tools.
Obviously some level of control would require that the server be using a serial console, so you actually SSH into an administrative server which has a serial port wired to the web server which you're trying to fix. That administrative server can also be able to reboot the other machines; the easiest is with the reset switch connected to a relay which is controlled by a parallel port or modem control line. Hardware watchdog cards also have various related capabilities.
However, for some specific stuff (like just reboots) you could probably use some sort of telnet server, or general CLI -- it would be much quicker.