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:
NOTE: Currently the existing Wizard does not work on release 23.03.1 and later. Please make sure to download the correct version.
Description | File (click to download) |
Wizard script for OM version 23.03.1 or later | om-wizard.py |
Set up script for OM version 23.03.1 or later | wizard-setup.sh |
Wizard script for OM version 22.11.0 or earlier | om-wizard-22.11.0.py |
Set up script for OM version 22.11.0 or earlier | wizard-setup-22.11.0.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). Alternatively, you can use curl or wget to download the files directly to an internet connected OM (example: curl https://sol-eng-pub.s3.amazonaws.com/wizard/om-wizard.py --output om-wizard.py)
-
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.