Equalogic SAN: Difference between revisions
From Pumping Station One
| (3 intermediate revisions by 2 users not shown) | |||
| Line 47: | Line 47: | ||
This still doesn't work, I always need to run <code>sudo iscsiadm -m node -l</code> after booting to get all the volumes to mount | This still doesn't work, I always need to run <code>sudo iscsiadm -m node -l</code> after booting to get all the volumes to mount | ||
== Troubleshooting == | |||
We have been getting disconnects from the san. I'm attemping to increase the timeout on vm02. I used the following commands | |||
iscsiadm -m node -o update -n node.conn[0].timeo.noop_out_timeout -v 60 | |||
iscsiadm -m node -o update -n node.conn[0].timeo.noop_out_interval -v 30 | |||