Equalogic SAN: Difference between revisions
From Pumping Station One
No edit summary |
|||
| (8 intermediate revisions by 2 users not shown) | |||
| Line 6: | Line 6: | ||
There is a java management interface on each one at https://10.100.200.2. | There is a java management interface on each one at https://10.100.200.2. This interface rarely works correctly, requires disabling a bunch of java security settings, and the applet is signed with an expired certificate. | ||
=== The easier, more reliable way === | === The easier, more reliable way === | ||
| Line 19: | Line 19: | ||
=== Arch Linux === | === Arch Linux === | ||
sudo pacman -S open-iscsi | |||
Getting a list of volumes | Getting a list of volumes | ||
| 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 | |||