- DSR Software Upgrade Guide
- Alternate Server Upgrade Procedures
- Server Upgrade Using platcfg
A.6.2 Server Upgrade Using platcfg
- Log in to the Server Console to be upgraded. Use the SSH command (on UNIX systems – or putty if running on windows) to log into the server to be upgraded:
ssh admusr@<server IP> password: <enter password>
Answer yes if you are asked to confirm the identity of the server.
- Enter the platcfg menuSwitch to the platcfg user to start the configuration menu:
$ sudo su – platcfg
From the Main Menu, select Maintenance.
- Perform Upgrade Checks
- From the Maintenance Menu, select Upgrade.
- From the Upgrade Menu, select Early Upgrade Checks.
- Select the Upgrade Media
- From the Choose Upgrade Media Menu, select the desired target
media. This begins the early upgrade checks in the console window.
Informational messages display as the checks progress. At the end of a successful test, a message similar to this displays:
Running earlyUpgradeChecks () for Upgrade::EarlyPolicy:: TPDEarlyChecks upgrade policy...
Verified server is not pending accept of previous upgrade
Hardware architectures match
Install products match.
Verified server is alarm free!
Early Upgrade Checks Have Passed!
- Verify early upgrade checks pass. In case of errors, it is recommended to contact My Oracle Support (MOS).
- Press q to exit the screen session and return to the platcfg menu.
- From the Choose Upgrade Media Menu, select Exit.
- From the Choose Upgrade Media Menu, select the desired target
media. This begins the early upgrade checks in the console window.
- Initiate the Upgrade. From the Upgrade Menu, select Initiate Upgrade.
- Select the Upgrade MediaFrom the Choose Upgrade Media Menu, select the desired target media. This begins the server upgrade.
Many informational messages display on the terminal screen as the upgrade proceeds.
After the upgrade is complete, the server reboots.
A reboot of the server is required.
The server will be rebooted in 10 seconds
- Log in to the Server to be upgradedUse the SSH command (on UNIX systems – or putty if running on windows) to log into the server to be upgraded:
ssh admusr@<server IP>
password: <enter password>
Answer yes if you are asked to confirm the identity of the server.
- Check for Upgrade Errors
- Examine the upgrade logs in the /var/TKLC/log/upgrade directory and
verify no errors were reported.
grep -i error /var/TKLC/log/upgrade/upgrade.log
- Examine the output of the command to determine if any errors were reported.
- If the upgrade fails, collect the following files:
/var/TKLC/log/upgrade/upgrade.log
/var/TKLC/log/upgrade/ugwrap.log
/var/TKLC/log/upgrade/earlyChecks.log
/var/TKLC/log/platcfg/upgrade.log
- It is recommended to contact My Oracle Support by referring to Create a Link for ComAgent and provide these files.
- Examine the upgrade logs in the /var/TKLC/log/upgrade directory and
verify no errors were reported.
- Verify the Upgrade
- Check the upgrade log for the upgrade complete message:
grep "UPGRADE IS COMPLETE" /var/TKLC/log/upgrade/upgrade.log
- Verify the UPGRADE IS COMPLETE message displays. If not, it is
recommended to contact My Oracle Support:
[admusr@NO2 ~]$ grep "UPGRADE IS COMPLETE" /var/TKLC/log/ upgrade/upgrade.log
1407786220:: UPGRADE IS COMPLETE
- Check the upgrade log for the upgrade complete message: