This article applies to all JSDR software versions.
Changes can be made to Guest VMs after recovery by executing pre-scripts and post-scripts as part of runbook execution. Run-book scripts are custom scripts written in Python (.py) that can be created and applied by the customer based on their own specific requirements.
Info |
---|
NOTE: Runbook scripts reside on and are executed from the management server (MSA). |
...
Log in to the MSA and create a scripts folder under vme2 (
/var/lib/vme2/
).Upload a pre-script and/or post-script to the scripts folder.
Make the uploaded scripts executable (Use the
chmod +x
option).In the JetStream DR UI (Create Runbook Group workflow) indicate the locations of the scripts and any parameters necessary to run the scripts.
...
Info |
---|
Note: Script execution logs can be reviewed from the MSA tasks logs. |
...