Top
Systemwalker Software Configuration Manager Developer's Guide
FUJITSU Software

2.2 Definition of Installed Software Information

Register installed software information in order to manage software that cannot be automatically collected using discovery or to configure the software parameters.

Use swcfmg_installedsoftware (Installed Software Information Management Command) to register installed software information. Perform the operations below (refer to "Chapter 5 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]

For software that cannot be automatically collected using discovery, register the installation status of each server using the Installed Software Information Management Command.

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

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 6 File Reference" for information on file format):

[#]<server>,<software-id>
...

Check the software ID using the software information output function. When registering the information of a multi-instance installed software, specify the software IDs and installation locations separated by semicolons (";") for software-id.

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

An error will also occur if the specified combination of server 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 installed software information, specify CSV files in the format above using the Installed Software Information Management Command.

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

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

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 5 Command Reference" for information on options when executing commands.