Operations MN
-
The following directories and files will be restored on the Operations MN:
/usr/local/pem(the root of the Operations MN)./etc/init.d/pau/etc/init.d/pa-agent
-
Stop all Operations UI nodes before executing the recovery script. To do this:
- Log in to it through SSH as
root. -
Run this command:
service pau stop
This must be done on every Operations UI node.
- Log in to it through SSH as
-
Stop the Operations MN. To do this:
- Log in to it through SSH as
root. -
Run these commands:
service pa-agent stop
service pau stop
- Log in to it through SSH as
-
To restore your Operations MN, run the
/usr/local/pem/bin/restore.shscript on your Operations MN asroot:/usr/local/pem/bin/restore.sh [-F] –f backup_file
where the arguments are:
-f backup_fileis the backup file to restore;-F(optional) If specified, all existing files will be removed during the restoration process. If this option is not specified, the restoration script will refuse to overwrite existing files.
-
After the restore process is successfully finished, start the Operations MN and all Operations UI nodes.
-
To start the Operations MN, log in to it through SSH as
rootand run these commands:service pau start
service pa-agent start -
To start Operations UI nodes, log in to each of them through SSH as
rootand run this command on each UI node:service pau start
-