This command can be used to view and configure the chassis internal network for up to 14 supported chassis internal network (CIN) configurations, globally, or for specified entries. You can define a CIN by creating a pool of VLAN (virtual local area network) ID/IP address pairs, each of which is a CIN entry.
If command syntax is not correctly entered, or if a command fails to run, an error message is returned. See Common errors for a list of error messages that apply to all commands or cin command errors for a list of error messages that are specific to the cin command.
Function | What it does | Command | Target (see paths in Command targets) |
---|---|---|---|
Display CIN configuration table |
Displays the configuration table for the chassis
internal network. Possible return values are:
|
cin | Lenovo Flex System
chassis:
|
Set global CIN state | Sets the global state of CIN to enabled or disabled. | cin -global -en state where state is
This command can only be run by users who have one or
more of the following command authorities:
|
Lenovo Flex System
chassis:
|
Clear all CIN configuration entries | Deletes all CIN configuration entries. | cin
all -clear This command can only be run by users who
have one or more of the following command authorities:
|
Lenovo Flex System
chassis:
|
Turn all index entries on or off | Turns all CIN index entries on or off. | cin all -en state where state is
This command can only be run by users who have one or more
of the following command authorities:
|
Lenovo Flex System
chassis:
|
Delete CIN configuration entry | Deletes the specified CIN configuration entry. |
cin -entry_index-clear where entry_index is a number between 1 and 14 (inclusive). This
command can only be run by users who have one or more of the following
command authorities:
|
Lenovo Flex System
chassis:
|
Set CIN configuration entry to enable or disable | Enables or disables a CIN configuration entry. If you attempt to enable or disable a non-existent entry, the action is ignored and no error message is returned. |
cin -entry_index-en state where:
This command can only be run by users who have one
or more of the following command authorities:
|
Lenovo Flex System
chassis:
|
Create a CIN configuration entry | Creates a CIN index entry. If the CIN index
is currently empty, both -id and -ip must be specified.
Note: The
VLAN ID must be different from that of the compute nodeCMM.
|
cin -entry_index -id vlan_id-ip ip_address where:
This command can only be run by users who have one or more
of the following command authorities:
|
Lenovo Flex System
chassis:
|
Specify valid IP address for CIN index entry | Specifies the IP address of the CIN index entry.
The CIN IP address must be a valid IP address. An error is displayed
if the IP address is invalid. Note:
|
cin -entry_index-ip ip_address where:
You can overwrite parameters of an existing definition; for example, cin -1 -ip 0.0.0.0 overwrites the current CIN IP address of the first cin entry. If the entry does not exist, an error is returned. This
command can only be run by users who have one or more of the following
command authorities:
|
Lenovo Flex System
chassis:
|
Specify VLAN ID for CIN entry | Set the VLAN ID for the specified CIN entry. Note:
|
cin -entry_index-id vlan_id where:
This command can only be run by users who have one or
more of the following command authorities:
|
Lenovo Flex System
chassis:
|
Example:
To view chassis internal network information for the CMM, while this CMM is set at the persistent command environment, at the system> prompt, typecin
The following example shows the information that is returned from this command:
system> cin -global -en off Index 1 -id 11 -ip 11.1.1.1 -en on Index 2 -id 12 -ip 22.1.1.1 -en on Index 3 not used Index 4 not used Index 5 not used Index 6 not used Index 7 not used Index 8 not used Index 9 not used Index 10 not used Index 11 not used Index 12 -id 123 -ip 23.1.1.1 -en on Index 13 not used Index 14 not used system>