Summary
The Operations Manager Configuration Wizard is a menu driven configuration CLI tool. The wizard provides a quick and easy way to configure the OM.
Link to files:
https://sol-eng.s3.amazonaws.com/scripts/om-wizard.py
https://sol-eng.s3.amazonaws.com/scripts/wizard-setup.sh
Instructions:
The following instructions enables the wizard to be executed globally in the OM CLI.
-
Upload both files to the same directory on an OM (example: /home/root)
-
On the OM, make wizard-setup.sh executable with command chmod +x wizard-setup.sh
-
On the OM, run ./wizard-setup.sh to allow the ability to run the script globally
-
Logout then log back into the OM
-
On the OM, run command wizard to start the script
Note: You can run the Python script without running the set up. Upload om-wizard.py to the OM, then run the following command on the OM (make sure you are in the same directory as the script): python3 om-wizard.py
Comments
0 comments
Article is closed for comments.