Name
[Windows Manager]
Installation_folder\RCXCFMG\bin\cfmg_listnetinfo - Displaying Segment Information List
[Linux Manager]
/opt/FJSVcfmg/bin/cfmg_listnetinfo - Displaying Segment Information List
Synopsis
cfmg_listnetinfo [-utf8]
Functional Description
This command outputs an XML list of registered segment information.
This command outputs all of the registered segment information in the following format:
<?xml version="1.0" encoding="UTF-8"?> |
Note
If registered segments do not exist, information will be output in the following format:
<?xml version="1.0" encoding="UTF-8"?> <networkCategories />
Options
This option outputs the list in UTF-8 format.
This option is only enabled for Windows Manager versions.
If this option is omitted, the list is output in ISO-8859-1 format.
For Linux Manager versions, the list is output in UTF-8 irrespective of this option.
Requirements
Infrastructure administrator with OS administrator privilege
Admin server
Example
> cfmg_listnetinfo -v <?xml version="1.0" encoding="Windows-31J"?> <networkCategories> <category> <resourceId>ST01-M_1446</resourceId> <type>BUSINESS</type> <segmentType>DMZ</segmentType> <ownerOrg>cfmgadm</ownerOrg> <ownerUser>cfmgadm</ownerUser> </category> </networkCategories>
Remarks: Encoding will be "UTF-8" with the Linux Manager.
Exit Status
This command returns the following values:
The command executed successfully.
An error has occurred.