-
1
- #1
emtsupport
Vendor
Hey all,
There has been a pretty significant update of the Operating system on our UCx server. This update has many packages that have been updated and the download is over 200MB.
Because this is update is so large, we HIGHLY SUGGEST you use the command line method to accomplish this update.
Update using Command Line
As an alternative to the update of software packages using the Web-based Configuration Utility, you can use an SSH client software (for example PuTTY) to connect to your UCX system and update software packages from the command line.
To update your UCX system with software packages from on-line repositories using an SSH client, perform the following steps:
There has been a pretty significant update of the Operating system on our UCx server. This update has many packages that have been updated and the download is over 200MB.
Because this is update is so large, we HIGHLY SUGGEST you use the command line method to accomplish this update.
Update using Command Line
As an alternative to the update of software packages using the Web-based Configuration Utility, you can use an SSH client software (for example PuTTY) to connect to your UCX system and update software packages from the command line.
To update your UCX system with software packages from on-line repositories using an SSH client, perform the following steps:
Start your SSH client software.
Enter the IP address or host name of your UCX system (use the default SSH port 22 and the SSH protocol version 2).
At the login as prompt, use the user ID admin.
Use the password you configured for the Web-based Configuration Utility's admin account.
At the presented command prompt, use the command
sudo yum update
to initiate the update of installed software packages.
Confirm the update operation when prompted by the package installer.
Once the operation is finished, close the SSH session using the command
exit