IP Maestro : Installation Guide : Deploy IP Maestro
Deploy IP Maestro
If IP Maestro is currently running on your host and you want a fresh installation, you must shutdown the current deployment before installing the new version. For more information, refer to the chapter Shutdown IP Maestro.
If you want an upgrade of IP Maestro, refer to the chapter Upgrade IP Maestro.
Procedure
For a new installation, perform the following to deploy IP Maestro:
1. Login to Flexnet Operations with the user credentials.
2. Download the .zip file IPMA-<VERSION>-<BUILD>.zip
3. Copy the downloaded .zip file to the /home/user directory of your Linux server host, where you deploy IP Maestro.
4. Execute the following command to unpack the IP Maestro.zip file:
unzip IPMA-<VERSION>-<BUILD>.zip
5. Execute the following command to navigate into the nsmo folder:
cd nsmo
6. Execute the following command nsmo-init.sh script:
./nsmo-init.sh
7. Execute the following command to check if images are loaded:
docker images
Example:
REPOSITORY TAG IMAGE ID CREATED SIZE
nsmo-sdn 2.0.0-263-ipma 4e40aff5c740 11 hours ago 761MB
nsmo-portal-server 2.0.0-263-ipma 72afdd578d12 11 hours ago 1.42GB
nsmo-portal-client 2.0.0-263-ipma 0c4a92dbe131 11 hours ago 1.24GB
nsmo-logstash 2.0.0-1-ipma e4e3f8655ba7 8 days ago 1.39GB
nsmo-proxy 2.0.0-1-ipma 8a13baf756d7 8 days ago 398MB
nsmo-auth 2.0.0-1-ipma aa986f0ceac1 8 days ago 522MB
nsmo-dhcp latest 3561d119c5b5 6 weeks ago 218MB
nsmo-restconf-monitor latest a8fd5876afdc 6 weeks ago 202MB
nsmo-rabbitmq 3.10-management b53a052ad6ed 2 months ago 245MB
docker.elastic.co/elasticsearch 8.4.2 2f8a9577a31d 20 months ago 1.26GB
/elasticsearch
postgres 14.4 e09e90144645 22 months ago 376MB
 
At this stage, IP Maestro is deployed with Docker images loaded into a local Docker repository.