Re: Shutting down a service

From: Alan D Johnson (adjtech_at_usadatanet.net)
Date: 02/24/04

  • Next message: Ian Munro: "Memory Board Components"
    Date: Mon, 23 Feb 2004 19:59:17 -0500
    
    

    Joachim Ring wrote:

    >>When one of our services fails on our HPUNIX box we want to be able to
    >>send a command to a Windows 2000 server to stop a 2000 service on that
    >>box. Does anyone know how to do this?
    >
    >
    > sending a command to stop a service on the win box is tricky. you
    > might setup an sshd on win for this.
    >
    > or you just write a little dos batch / bash script with cygwin or
    > native gnuutils to run on the windows box to login to hpux box via ssh
    > every minute and check wether hpux side is still alive and if not
    > takes down windows service. that way you can be shure to get down the
    > windows service even if the hpux box just dies.
    >
    > joachim
    Silly question... WHY is the service failing on HPUX??! figure that out
    and it won't be an issue!


  • Next message: Ian Munro: "Memory Board Components"