Operating System - HP-UX
1832871 Members
3280 Online
110048 Solutions
New Discussion

how to monitor for a remap of the system to finish (cstm rs)

 
Ross Hansen
Occasional Advisor

how to monitor for a remap of the system to finish (cstm rs)

I need to initiate a remap of the system in an script. The script needs to wait until the remap is done before proceeding.

I am using the command:

echo 'rs' | cstm

The wait command has been tried and only works on UI not on system processes. Any help would be great
1 REPLY 1
James A. Donovan
Honored Contributor

Re: how to monitor for a remap of the system to finish (cstm rs)

echo rs| cstm && "list of commands"

maybe?
Remember, wherever you go, there you are...