Slashdot Mirror


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?"

7 of 12 comments (clear)

  1. SSH, telnet, and web. by Leapfrog · · Score: 2
    There's TopGun SSH, the secure shell client; ptelnet, a telnet client and vt220 serial terminal, and Palmscape, the palm web browser.

    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!

  2. Re:It's a software AND hardware problem by morgus+morphus · · Score: 2

    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.

  3. First figure out how to reboot remotely by hatless · · Score: 2

    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.

  4. DON'T a telnet client by SEWilco · · Score: 2

    No, do not use telnet. It has no encryption so you're sending usernames and passwords unprotected. Use the previously-mentioned SSH tools.

  5. Re:How far down? by SEWilco · · Score: 2

    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.

  6. I use (Palm)VNC for remote reboots... by Kris_J · · Score: 2
    I've got an NT server with the VNC server and I've got the client on my laptop and TRGpro. It's ideal for reboots and pretty much everything else, although the Palm version is a little slow to use. I highly recommend it for doing general tasks that need the GUI. You can restart more than just the server, restarting services or resetting user's passwords for example.

    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.

    1. Re:I use (Palm)VNC for remote reboots... by ksheff · · Score: 2

      According to the VNC web site, The WinVNC server is slow period. I use it mainly with x2vnc to control my windows machine from my linux machine. When I move my mouse to the edge of the screen in X, it starts moving the mouse in windows and linux keyboard input goes to the current windows program. I've tried using the X vnc client with the WinVNC and it is painfully slow. The X VNC server is much faster.

      --
      the good ground has been paved over by suicidal maniacs