Stopping the 8001-12C, 8001-22C, 8005-12N, or 8005-22N system
Learn how to stop the IBM® Power® System S821LC (8001-12C), the IBM Power System S822LC for Big Data (8001-22C), the IBM CS821 (8005-12N), or the IBM CS822 (8005-22N) systems to complete another task.
Procedure
You can use the Linux
shutdown command to stop and power down the system.
For example, the following command will shut down the system in 10 minutes and send the message
"Repairs coming" to the users.
shutdown -P +10 "Repairs coming"
The -P setting instructs the system to shut down and then power down. The + indicates the time in minutes before the shutdown occurs.