iQstor J2880 FC Switched JBOD (SBOD) System (decom)

Tech Spec:
http://www.iqstor.com/products/j2880/technical-specification

User Manual

Creating a raid6 via lvm2:

pvcreate /dev/sd[abscdefghijklmno]
vgcreate iqstor01 /dev/sd[abscdefghijklmno]
lvcreate –type raid6 -l 80%VG -i 13 -n lvm_iqstor01 iqstor01

this created a 10tb lvm, not a 13 tb as I expected.

 

Install Webmin:

apt-get -y install libnet-ssleay-perl libauthen-pam-perl libio-pty-perl apt-show-versions libapt-pkg-perl

wget http://prdownloads.sourceforge.net/webadmin/webmin_1.680_all.deb

apt-get -y install ./webmin_1.680_all.deb