An account will enable you to access:
Don't have an account?
ONTAP Discussions
Can you please let me know the command to stop the Netapp Cluster.
On the commandline type CF to see available commands
Tomas
Actually list of available commands is available by typing ?
The command you are after is halt
Regards,
Radek
Depends on what you want to do. To stop a cluster you can type cf disable.To shiut down a node you must type halt.But when you halt a node it is better to disable clustering before you enter hal, otherwise a failover happens.
the command is "system shutdown -node all".
You could also shutdown one by one by specifying the Nodename instead of the word "all".
Thanks all.