Loading howto/new-machine-cymru.md +7 −1 Original line number Diff line number Diff line Loading @@ -229,7 +229,13 @@ Make sure the node has access to the iSCSI cluster. For this, you need to add the node on the SANs, using `SMcli`, using this magic script: create host userLabel="chi-node-0X" hostType=1 hostGroup="gnt-chi"; create iscsiInitiator iscsiName="iqn.1993-08.org.debian:01:chi-node-04" userLabel="chi-node-0X-iscsi" host="chi-node-0X"; create iscsiInitiator chapSecret="[REDACTED]" iscsiName="iqn.1993-08.org.debian:01:chi-node-04" userLabel="chi-node-0X-iscsi" host="chi-node-0X"; Make sure you set a strong password in `[REDACTED]`! That password should already be set by Puppet (from Trocla) in `/etc/iscsi/iscsid.conf`, on the client. See: grep node.session.auth.password /etc/iscsi/iscsid.conf See the [storage servers](#storage-servers) section for more information. Loading Loading
howto/new-machine-cymru.md +7 −1 Original line number Diff line number Diff line Loading @@ -229,7 +229,13 @@ Make sure the node has access to the iSCSI cluster. For this, you need to add the node on the SANs, using `SMcli`, using this magic script: create host userLabel="chi-node-0X" hostType=1 hostGroup="gnt-chi"; create iscsiInitiator iscsiName="iqn.1993-08.org.debian:01:chi-node-04" userLabel="chi-node-0X-iscsi" host="chi-node-0X"; create iscsiInitiator chapSecret="[REDACTED]" iscsiName="iqn.1993-08.org.debian:01:chi-node-04" userLabel="chi-node-0X-iscsi" host="chi-node-0X"; Make sure you set a strong password in `[REDACTED]`! That password should already be set by Puppet (from Trocla) in `/etc/iscsi/iscsid.conf`, on the client. See: grep node.session.auth.password /etc/iscsi/iscsid.conf See the [storage servers](#storage-servers) section for more information. Loading