Prepare the New OMD Insights Indexer and Initialize the Salt Minion
To initialize the Salt Minion on the new OMD Insights Indexer, you will use the OMD Server init script. Perform the following steps to use the OMD Server init script to initialize the salt minion on the OMD Insights Indexer:
Before you begin
Before you add an OMD Insights Indexer:
-
Meet all prerequisites listed in Media Streamer Installation Prerequisites.
-
Have a Repo server and Salt Master configured to support the OMD CDN deployment. If you do not have a Repo server installed, complete the steps in Setting up the Repo Server for Media Streamer. If you do not have the Repo server configured as the Salt Master, complete the steps in Configure the Salt Master for Media Streamer.
Procedure
| Step 1 |
To prepare the new OMD Insights Indexer, perform the steps in Prepare the Servers in the Media Streamer Deployment. |
||||
| Step 2 |
After the server reboots, if ICMP is allowed through the firewall, confirm that the new OMD Insights Indexer can ping the IP address of the Salt Master. |
||||
| Step 3 |
Perform the following steps to copy the public key file needed by the omd_server_init.py script to the OMD Insights Indexer: |
||||
| Step 4 |
Repeat Steps 3 on any additional new OMD Insights Indexer. |
||||
| Step 5 |
On the Salt Master logged in as root, you will create a CSV file that will be used with the OMD Server init script. This file will contain one row for each new OMD Insights Indexer. This CSV file defines the hostname, IP address, and roles for the new OMD Insights Indexer. |
||||
| Step 6 |
Run the OMD Server init script. Make sure for the <salt_master_ip> parameter, you enter the IP address of the Salt Master that the servers listed in the CSV file can communicate with. Make sure you are still logged in as root when you execute this command.
where <csv_file_name> is the name of the CSV file that you created in Step 5. For example:
The OMD Server init script will configure the Salt Minion, interface properties, and base services. |


Feedback