We are running a partitioned i5 with a UPS. We need to initiate a program controlled power down of the secondary partition from the primary partition after being notified by the UPS that the external power has failed. Then, once the secondary partition has or is about to shut down, perform a similar program controlled shut down of the primary. Using a Remote Command from the primary, we can submit a job on the secondary. But how can we programmatically determine the status of the secondary partition from the primary?
Software/Hardware used:
ASKED:
March 24, 2009 10:11 PM
UPDATED:
May 4, 2009 10:15 PM
One way is to create a program that does the sutdown and anything else you need, then have the other partition start the job. You could use FTP for this purpose, as well as sending a message back at some pint.
Hi,
You can use RUNRMTCMD or SBMRMTCMD to run a CL on yor logical partition.
Regards,
Wilson