If you use the Agent Update utility to update the Sun Management Center 3.5 agent on a Sun UltraTM 5 workstation, the workstation might identify itself as a Sun Ultra 10 workstation after the upgrade. As a result, the icon and physical view for the Sun Ultra 5 display in Sun Management Center windows as a Sun Ultra 10.
Workaround: To correct the problem, complete the following steps:
At the system prompt, use the es-stop command to stop the Sun Management Center agent.
# es-stop -a |
Change directories to the /var/opt/SUNWsymon/platform directory.
# cd /var/opt/SUNWsymon/platform |
Use a text editor to edit the platform prop file.
Change the UltraModel=10 entry to UltraModel=5.
Save the file.
At the system prompt, use the es-start command to start the Sun Management Center agent.
# es-start -a |