Anonymous

Changes

From Pumping Station One
688 bytes added ,  14:41, 30 May 2014
Created page with "== Managing == The san has several ip addresses: 10.100.200.2, 10.100.200.10, 10.100.200.11, and 10.100.200.12 There is a java management interface on each one at https://..."
== Managing ==

The san has several ip addresses:

10.100.200.2, 10.100.200.10, 10.100.200.11, and 10.100.200.12


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 ===

wget --no-check-certificate https://10.100.200.2/lib/equallogic.jar
wget --no-check-certificate https://10.100.200.2/lib/eqlresources.jar
wget --no-check-certificate https://10.100.200.2/lib/plastic_laf.jar
java -cp "*" com.equallogic.eqlgroupmgr.EqlGroupMgrApplet target=10.100.200.2 debug=true
Cookies help us deliver our services. By using our services, you agree to our use of cookies.