Install OSM Admin to multiple environments
- Last UpdatedNov 14, 2024
- 1 minute read
Your organization might have different OSM environments that each require a separate instance of OSM Administration.
-
Production
-
Testing (User Acceptance Testing)
-
Training
You can use the msiexec command to install multiple separate instances of OSM Administration for different environments.
To install an OSM Admin instance for a Production environment
-
Open the Command window.
-
Navigate to the directory that contains the OSMAdmin.msi.
-
Enter the following command:
msiexec /i OSMAdmin_11_2_3.msi MSNEWINSTANCE=1 TRANSFORM="PROD"
An instance of OSM Administration is installed to a PROD subdirectory.
To install an OSM Admin instance for a Testing (UAT) environment
-
Open the Command window.
-
Navigate to the directory that contains the OSMAdmin.msi.
-
Enter the following command:
msiexec /i OSMAdmin_11_2_3.msi MSNEWINSTANCE=1 TRANSFORM="UAT"
An instance of OSM Administration is installed to a UAT subdirectory.
To install an OSM Admin instance for a Training environment
-
Open the Command window.
-
Navigate to the directory that contains the OSMAdmin.msi.
-
Enter the following command:
msiexec /i OSMAdmin_11_2_3.msi MSNEWINSTANCE=1 TRANSFORM="TRAINING"
An instance of OSM Administration is installed to a TRAINING subdirectory.