Sun Common Array Manager CLI unter Debian

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

3 Gedanken zu „Sun Common Array Manager CLI unter Debian

  1. Hi there,

    I’ve tried what you suggested. All is OK execpt that I cannot connect in CAM :
    ./sscs login -u cnotaria -h localhost
    A session inactivity timeout has occurred.
    ./sscs login -u root -h localhost
    A session inactivity timeout has occurred.

    Any idea ?

  2. Danke für den Post, das ist genau das wonach ich gesucht habe. Leider klappt der login nicht auf meine Sun STK-2540, ich bekomme folgende Fehlermeldung:

    „A session inactivity timeout has occurred.“

    Hast du eine Idee woran das liegt?

  3. Hi,

    sorry I’m a bit late 😉

    Are you sure you want to connect to „localhost“? You should connect to the host where the „CAM server“ is running.

    Alexander

Kommentare sind geschlossen.