Top
Systemwalker Software Configuration Manager Developer's Guide
FUJITSU Software

1.2 Definition of Installed Software Information

Register the installed software information to manage software that is not compatible with UpdateAdvisor (middleware) as installed software or to configure software parameters.

Use swcfmg_installedsoftware (Installed Software Information Management Command) to register installed software information. Perform the operations below (refer to "Chapter 3 Command Reference" for information on the command):

Registration of installed software information

Register the installed software information for the server on which software registered using the Software Information Management Command was installed.

[Registration information]

Information about Fujitsu middleware installed in managed servers is registered in the CMDB when Fujitsu middleware discovery is performed (note that no information for software that is not compatible with UpdateAdvisor (middleware) is collected during discovery). The installation status of the software on each server should therefore be registered using the Installed Software Information Management Command.

Information about installed software is registered using the combination of the IP address of the managed server and the software ID.

Specify CSV files in the format below using the Installed Software Information Management Command (refer to "Chapter 4 File Reference" for information on file format):

[#]<IP address>,<Software ID>
...

Check the software ID using the software information output function.

An error will occur if Systemwalker Software Configuration Manager does not manage the IP address or if the software ID is not registered in it.

Note that an error will also occur if the specified combination of IP address and software ID already exists.

Deletion of installed software information

Delete the installed software information that was registered using the Installed Software Information Management Command.

To delete software information, specify CSV files in the format above using the Software Information Management Command.

An error will occur if Systemwalker Software Configuration Manager does not manage the IP address or if the software ID is not registered in it.

Note that an error will also occur if the specified combination of IP address and software ID contains an IP address that already exists if the software ID has not been configured as installed software.

This command cannot be used to delete information about installed software that was registered during the discovery process.

Output of installed software information

Output the installed software information in the CSV format below (the output destination is the standard output of the command or the specified file):

#IP address,Software ID
<IP address>,<Software ID>
...

Specify the -all option to output information registered in the discovery process as well as installed software information that was registered using this command. Refer to "Chapter 3 Command Reference" for information on options when executing commands.