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 3.0.0-227-ipma bf6339389d12 45 hours ago 834MB
nsmo-portal-server 3.0.0-9-ipma 618825cabfcd 45 hours ago 1.49GB
nsmo-portal-client 3.0.0-6-ipma da053085e090 3 days ago 1.38GB
nsmo-network-monitoring 3.0.0-2-ipma 122bc186f0aa 7 days ago 223MB
nsmo-logstash 3.0.0-1-ipma f711a9786a8f 8 days ago 1.4GB
nsmo-proxy 3.0.0-1-ipma 51007bd18014 8 days ago 427MB
nsmo-auth 3.0.0-1-ipma db37ec7dc27c 8 days ago 522MB
nsmo-dhcp 1.1.2-29 f9d274f9f472 3 weeks ago 220MB
nsmo-rabbitmq 3.10-management 5795b4b18b1f 7 weeks ago 246MB
ghcr.io/openconfig/gnmic 0.38.0 e2cec9ced8bf 6 months ago 118MB
docker.elastic.co/elasticsearch/elasticsearch 8.4.2 2 f8a9577a31d 2 years ago 1.26GB
docker.elastic.co/beats/metricbeat 8.4.2 f36073ca8cbc 2 years ago 496MB
postgres 14.4 e09e90144645 2 years ago 376MB
 
At this stage, IP Maestro is deployed with Docker images loaded into a local Docker repository.