HP Servicecontrol Manager 3.0 User's Guide
Installing HP Servicecontrol Manager
Upgrading from Servicecontrol Manager 2.5 to 3.0
Chapter 2
43
Additional Suggested Removal and Clean-up Tasks
There are several additional tasks you may want to perform to fully remove SCM 2.5
from your CMS system.
Remove Netscape Directory Server (NDS)
NDS provided the repository for SCM 2.5, and it is not removed during the upgrade in
case you need to extract data from it after you upgrade. SCM 3.0 uses MySQL instead of
NDS for the repository. Once you have verified that all your data successfully converted
over to SCM 3.0, you can remove the NDS.
CAUTION Removing NDS deletes the data in the SCM 2.5 repository. If the data is important,
make sure it is backed up first.
To remove Netscape Directory Server:
Step 1. Uninstall NDS by entering the commands:
cd /var/opt/netscape/server4
./uninstall
Step 2. Select ALL to uninstall the entire NDS.
Step 3. Remove the NDS product by running the command:
swremove J4258BA
Step 4. Check the output for errors. If errors are reported, refer to the swagent.log file:
/var/adm/sw/swagent.log
Manually Converting a Tool From SCM 2.5 to 3.0
When you upgrade from SCM 2.5 to 3.0, your tools should automatically be converted
from a TDEF file to a new XML tool definition file. If you need to manually convert tools
after the upgrade, you can use the following procedure.
To manually convert a tool
Step 1. Create the XML file from the TDEF using the conversion tool:
/opt/mx/lbin/def2xml -t tdef_filename xml_filename
where tdef_filename is the name of the original TDEF file and xml_filename is the
name of the new XML file.
Step 2. Add the tool to SCM:
mxtool -a -f xml_filename
where xml_filename is the name of the new XML file.
Step 3. Verify the tool:
mxtool -ld -t “Tool Name”