StoreVirtual Storage
1745822 Members
4064 Online
108722 Solutions
New Discussion юеВ

LeftHand Remote ShutDown

 
George Mandiliotis
Occasional Advisor

LeftHand Remote ShutDown

Hi, we have one 4-node lefthand and we want to find a way to remotely shutdown it (in case of power failure we want our UPS system to run a script and shutdown the lefthand nodes). What we can do? Is this supported? and if yes, how?
Thank you in advance,
George
2 REPLIES 2
Bryan McMullan
Trusted Contributor

Re: LeftHand Remote ShutDown

To shut down the cluster, you could use the CLIQ example:

cliq shutdownGroup login=10.0.1.2 userName=admin passWord=secret

But also remember that you'll need to down all of your machines that are accessing the SAN first, then run the ShutdownGroup command and you should be good to go.
George Mandiliotis
Occasional Advisor

Re: LeftHand Remote ShutDown

Thanx for your answer Bryan, but i need an automated way to shutdown all nodes in case of power failure (i have EATON ups and i can inject a Windows script into the ups initiated shutdown process).