Der Sun Comman Array Manager ist zwar eine JAVA-Anwendung – der Installer funktioniert aber nur unter Solaris 9/10, Windows, Redhat und Suse Linux.
Aber das Command Line Interfaces (sscs) lässt sich auch mit Debian oder Ubuntu Linux installieren und nutzen.
Download CAM als TAR-Archive
StorageTek Common Array Manager Software 6.1.1 Revenue Release:
https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=SSTKCAM-6.1.1-OTH-G-F@CDS-CDS_SMI
Archive entpacken
$ tar -xzf host_sw_linux_6.1.1.10.tar.gz
RPM-Paket in ein TGZ-Archive umwandeln
Archive von RPM in TGZ umwandeln und den Inhalt nach /opt/sun/cam kopieren.
$ cd ./HostSoftwareCD_6.1.1.10/components/em_cli $ alien -t sun-cam-cli-6.1.1-10.i386.rpm $ tar -xzf sun-cam-cli-6.1.1.tgz $ cp -rp opt /
Korn-Shell und Ausführungsrechte
Korn-Shell ksh installieren und Scripte sscs/pclient ausführbar machen
$ apt-get install ksh $ cd /opt/sun/cam/se6x20/cli/bin $ chmod +x sscs pclient
Testen
$ export PATH=$PATH:/usr/local/java/bin $ cd /opt/sun/cam/se6x20/cli/bin $ ./sscs $ You are not currently logged in. To log in, type: $ sscs login -h|--hostname [-s|--system-type ] [-t|--http] [-f|--force] [-u|--username ]
Links
- Sun StorageTek 6130, 6140 and 6540 Arrays sscs (1M) CLI Quick Reference
http://dlc.sun.com/pdf/819-5051-10/819-5051-10.pdf [en, pdf]