使用 lsiscsiauth 命令可列出为向系统认证某个实体而配置的提问握手认证协议 (CHAP) 密钥。
lsiscsiauth -filtervalue "name=md*"
有关过滤属性的更多信息,请参阅-filtervalue 参数的属性。
此命令可列出为向系统认证某个实体而配置的 CHAP 密钥。 该命令还显示配置的 iSCSI 认证方法。 iscsi_auth_method 字段的值可以为 none 或 chap。
使用带 iscsiname 参数的 mkhost 命令创建 iSCSI 主机时,该主机最初通过认证方法配置为 none,而不设置任何 CHAP 密钥。 要设置 CHAP 密钥以向系统认证 iSCSI 主机,请使用带有 chapsecret 参数的 chhost 命令。
属性 | 描述 |
---|---|
type | 指示 iSCSI 系统类型。 |
id | 指示 iSCSI 系统标识。 |
name | 指示 iSCSI 系统名称。 |
iscsi_auth_method | 指示 iSCSI 认证方法。 |
iscsi_chap_secret | 指示是否存在 iSCSI CHAP 密钥。 |
cluster_iscsi_auth_method | 指示集群系统 iSCSI 认证方法。 |
cluster_iscsi_chap_secret | 指示集群系统 iSCSI 配置的 CHAP 密钥。 |
iscsiusername | 指示 iSCSI 用户名。 |
lsiscsiauth
将显示以下输出:
type id name iscsi_auth_method iscsi_chap_secret cluster_iscsi_auth_method cluster_iscsi_chap_secret host 0 mchost20 none none host 1 mchost30 none none host 2 mchost200 none none host 3 mchost40 none none host 4 mchost240 none none host 5 mchost170 none none host 6 mchost120 none none host 7 mchost60 none none host 8 mchost180 none none host 9 mchost13 none none host 10 newhost none none
lsiscsiauth -iscsiusername
将显示以下输出:
type id name iscsi_auth_method iscsiusername iscsi_chap_secret host 0 host0 chap rhel_host1 rhel_secret
iscsiusername
将显示以下输出:
type id name iscsi_auth_method iscsiusername iscsi_chap_secret host 0 host0 chap - rhel_secret