Top
ServerView Resource Orchestrator Cloud Edition V3.1.1 Reference Guide (Command/XML)
ServerView

9.10 cfmg_listnetinfo (Displaying Segment Information List)

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"?>
<networkCategories>
<category>
<ownerOrg>[Owner (tenant)]</ownerOrg>
<ownerUser>[Owner (user)]</ownerUser>
<resourceId>[Resource ID]</resourceId>
<type>[Network type]</type>
<segmentType>[Segment type information]</segmentType>
</category>
...
</networkCategories>

Note

If registered segments do not exist, information will be output in the following format:

<?xml version="1.0" encoding="UTF-8"?>
<networkCategories />

Options

-utf8 (optional)

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

Permissions

Infrastructure administrator with OS administrator privilege

Location

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:

0

The command executed successfully.

non-zero

An error has occurred.