Equalogic SAN: Difference between revisions

From Pumping Station One
 
(6 intermediate revisions by 2 users not shown)
Line 36: Line 36:


Now you can make or mount partitions, lvm pvs, or filesystems.
Now you can make or mount partitions, lvm pvs, or filesystems.
== Sarting on boot ==
After mounting, I get entries in <code>/etc/iscsi/nodes/iqn.2001-05.com.equallogic:0-8a0906-9b6513102-31bfc4554935466d-fizzle-storage/10.100.200.2,3260,1/default</code>
    node.startup = automatic
    node.conn[0].startup = automatic
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