使用 lssystemip 命令可显示为每个端口配置的集群系统(系统)管理 IP 地址的列表。
lssystemip -filtervalue "system_name=md*"
有关过滤属性的更多信息,请参阅相关链接。
此命令显示为各端口配置的系统管理 IP 地址的列表。
属性 | 可能的值 |
---|---|
cluster_id | 指示系统的标识。 |
cluster_name | 指示系统的名称。 |
location | 指示系统位置。 |
port_id | 指示端口的标识。 |
IP_address | 指示 Internet Protocol V4 (IPv4) 地址。 |
subnet_mask | 指示 IPv4 子网掩码。 |
gateway | 指示 IPv4 网关。 |
IP_address_6 | 指示 Internet Protocol V6 (IPv6) 地址。 |
gateway_6 | 指示 IPv6 网关。 |
prefix_6 | 指示 IPv6 前缀。 |
lssystemip -delim ,
生成的简明输出:
cluster_id,cluster_name,location,port_id,IP_address,subnet_mask, gateway,IP_address_6,gateway_6,prefix_6 000002006CC0B71A,cl1,local,1,192.168.1.2,DHCP,255.255.255.0,192.168.1.1, 2001:0db8:85a3:0000:0000:8a2e:0370:7334,2001:0db8:85a3:0000:0000:8a2e:0370:7334, 2001:0db8:85a3:0000:0000:8a2e:0370:7334,64 000002006CC0B71A,cl1,local,2,192.168.1.2,DHCP,255.255.255.0,192.168.1.1, 2001:0db8:85a3:0000:0000:8a2e:0370:7334,2001:0db8:85a3:0000:0000:8a2e:0370:7334, 2001:0db8:85a3:0000:0000:8a2e:0370:7334,64 000002006CC0B7110,cl2,remote,1,192.168.1.2,DHCP,255.255.255.0,192.168.1.1, 2001:0db8:85a3:0000:0000:8a2e:0370:7334,2001:0db8:85a3:0000:0000:8a2e:0370:7334, 2001:0db8:85a3:0000:0000:8a2e:0370:7334,64 000002006CC0B7110,cl2,remote,2,192.168.1.2,DHCP,255.255.255.0,192.168.1.1, 2001:0db8:85a3:0000:0000:8a2e:0370:7334,2001:0db8:85a3:0000:0000:8a2e:0370:7334, 2001:0db8:85a3:0000:0000:8a2e:0370:7334,64
lssystemip 000002006CC0B71A
生成的详细输出:
cluster_id 000002006CC0B71A cluster_name cl1 location local port_id 1 IP_address 192.168.1.2 subnet_mask 255.255.255.0 gateway 192.168.1.1 IP_address_6 2001:0db8:85a3:0000:0000:8a2e:0370:7334gateway_6 2001:0db8:85a3:0000:0000:8a2e:0370:7334 prefix_6 64 cluster_id 000002006CC0B71A cluster_name cl1 location local port_id 2 IP_address 192.168.1.2subnet_mask 255.255.255.0 gateway 192.168.1.1 IP_address_6 2001:0db8:85a3:0000:0000:8a2e:0370:7334gateway_6 2001:0db8:85a3:0000:0000:8a2e:0370:7334 prefix_6 64