IVM lssysconn command

Purpose

List connection information for systems. This command is operable only in an Integrated Virtualization Manager environment.

Syntax

To list the service processor network connection information:

lssysconn -r all [ -F "AttributeNames" ] [ --header ] [ -m ManagedSystem ]

Description

The lssysconn command lists the service processor network connection information.

Flags

Flag name Description
-r ResourceType The type of resources to list:
all - Lists all connections
  • Attributes: resource_type, type_model_serial_num, sp, side, ipaddr, alt_ipaddr, state, eth_loc_code, alt_eth_loc_code
  • Filters: None

-m ManagedSystem The name of the managed system. This attribute is optional because there is only one system to manage. The name may either be the user-defined name for the managed system, or be in the form tttt-mmm*ssssssss, where tttt is the machine type, mmm is the model, and ssssssss is the serial number of the managed system.
-F AttributeNames A delimiter separated list of attribute names for the desired attribute values to be displayed for each resource. If no attribute names are specified, then values for all of the attributes for the resource will be displayed.

When this option is specified, only attribute values will be displayed. No attribute names will be displayed. The attribute values displayed will be separated by the delimiter which was specified with this option.

This option is useful when only attribute values are desired to be displayed, or when the values of only selected attributes are desired to be displayed.

The following attributes are available:

resource_type
Indicates the resource type. This attribute always reads 0.
type_model_serial_num
The type-model and serial number of the system in the form ttt-mmm*ssssssss, where tttt is the machine type, mmm is the model, and ssssssss is the serial number of the managed system.
sp
The type of service processor. This attribute always reads unavailable.
side
The current side of the service processor. This attribute always reads unavailable.
ipaddr
The IP Address of the first Ethernet device on the service processor.
alt_ipaddr
The IP Address of the second Ethernet device on the service processor.
state
The connection state to the service processor. This attribute always reads No Connection.
eth_loc_code
The physical location code of the first Ethernet device on the service processor.
alt_eth_loc_code
The physical location code of the second Ethernet device on the service processor.
--header Display a header record, which is a delimiter separated list of attribute names for the attribute values that will be displayed. This header record will be the first record displayed. This option is only valid when used with the -F option.

Exit Status

This command has a return code of 0 on success.

Security

This command is accessible by all users.

Examples

  1. To list all system connections, type:
    lssysconn -r all



Last updated: Wed, November 18, 2020