Application Server OS Components Update
The procedure below describes how to update your application server OS components. This procedure is also applicable to any KVM-based server instance.
- Connect to the Control Panel server as a root user via SSH.
Switch from the root to onapp user by running the following command:
#su onapp
Log in to the required application server:
#ssh root@<ApplicationServerIP>
Update the OS components of the application server using the following command:
#yum -y update
Restart the application server by issuing the command below:
#shutdown -r now