Migrating off the Private Web Server during Product Upgrade
See how to migrate off the Private Web Server for newer versions of InterSystems IRIS® data platform, InterSystems IRIS for Health™, or HealthShare® Health Connect. Using an external web server is recommended for current product versions and will be required in some newer versions of products.
In these videos, you will learn how to install a web server and perform a product upgrade, then access your instance using the new web server.
- A private web server is not included in InterSystems IRIS and InterSystems IRIS for Health versions 2023.2 and later, or in Health Connect versions 2024.1 and later. Versions without a private web server included provide the option to auto-configure a web server on installation.
- If using Red Had Enterprise Linux with SELinux enabled, no additional SELinux setup is required for automatic configuration of your web server.
Migrating an Instance off the Private Web Server in Linux or Unix
Code Used in "Migrating an Instance off the Private Web Server in Linux or Unix"
Reference Timestamp Code Run the install script 0:55 sudo chmod 777 iris_Ubuntu_apache2_install.scr
sudo ./iris_Ubuntu_apache2_install.scrRun the product installer (from the folder containing the product kit) 1:11 sudo ./irisinstall
New URL for the Management Portal 2:33 http://server/instancename/csp/sysUtilHome.csp
Migrating a Mirror Configuration off the Private Web Server in Linux or Unix
Code Used in "Migrating a Mirror Configuration off the Private Web Server in Linux or Unix"
Reference Timestamp Code Run the install script 1:20 sudo chmod 777 iris_Ubuntu_apache2_install.scr
sudo ./iris_Ubuntu_apache2_install.scrRun the product installer (from the folder containing the product kit) 2:05 sudo ./irisinstall
New URL for the Management Portal 3:50 http://server/instancename/csp/sysUtilHome.csp
Migrating an Instance off the Private Web Server in Windows
Code Used in "Migrating an Instance off the Private Web Server in Windows"
Reference Timestamp Code New URL for the Management Portal 3:40 http://server/instancename/csp/sysUtilHome.csp