Changes

Jump to navigation Jump to search
700 bytes added ,  15:45, 2 July 2015
m
Line 6: Line 6:       −
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.
+
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 ===
   −
     packer -S open-iscsi
+
     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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu