Verified Commit 07f1844b authored by anarcat's avatar anarcat
Browse files

actually login on the storage servers at least once

chi-node-08 wasn't seeing the disks, presumably because this wasn't
ran.
parent 05dd82f0
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
@@ -239,6 +239,34 @@ should already be set by Puppet (from Trocla) in

    grep node.session.auth.password /etc/iscsi/iscsid.conf

You might also need to actually login to the SAN. First make sure you
can see the SAN controllers on the network, with, for example, `chi-san-01`:

    iscsiadm -m discovery -t st -p 172.30.130.22

Then you need to login on all of those targets:

    iscsiadm -m node -T iqn.1984-05.com.dell:powervault.md3200i.6782bcb00063c6a5000000004ed6d655 --login

TODO: shouldn't this be done by Puppet?

Then you should see the devices in `lsblk` and `multipath -ll`, for
example, here's one disk on multiple controllers:

```
root@chi-node-08:~# multipath -ll
tb-build-03-srv (36782bcb00063c6a500000f88605b0aac) dm-6 DELL,MD32xxi
size=600G features='3 queue_if_no_path pg_init_retries 50' hwhandler='1 rdac' wp=rw
|-+- policy='service-time 0' prio=14 status=active
| |- 9:0:0:7  sds  65:32  active ready running
| |- 6:0:0:7  sdaa 65:160 active ready running
| `- 4:0:0:7  sdz  65:144 active ready running
`-+- policy='service-time 0' prio=9 status=enabled
  |- 3:0:0:7  sdg  8:96   active ready running
  |- 10:0:0:7 sdw  65:96  active ready running
  `- 11:0:0:7 sdx  65:112 active ready running
```

See the [storage servers](#storage-servers) section for more information.

## SSH RACDM access