Solaris 8 leadville driver patchset question

Kartik Vashishta <[email protected]> Fri, 29 Mar 2013 13:27:03 -0500
Newsgroups gmane.os.solaris.managers
Message-ID <CAJFC5W08hy2O+Rajr-H4k_=4zpp9KtkRAXr1Yv_G1DjbBpc=DQ@mail.gmail.com>
Hi,

I am trying to install the leadville drivers on a S8 system with Emulex
LP10000 HBA's. I have been told I need the following
file: p10297699_440_Generic.zip  I have it, however, the README does not
make sense, it calls for unzipping the file: SAN_4.x_install_it.tar.bz2
which does not seem to be present in the package/patch set.

[root@system ]# cd p10297699_440_Generic
[root@system p10297699_440_Generic]# ls -al
total 81240
drwx------   2 root     root        1024 Apr  4  2011 .
drwxr-xr-x   4 other other       1024 Mar 29 11:52 ..
-rw-r--r--   1 root     root     22107233 Oct 19  2010
SAN_4.4.13_install_it.tar.Z
-rw-r--r--   1 root     root     11325492 Oct 19  2010
SAN_S9_4.4.14_install_it.tar.Z
-rw-r--r--   1 root     root     8149385 Oct 19  2010
SAN_S9_4.4.15_install_it.tar.bz2
-rw-r--r--   1 root     root        6034 Oct 19  2010
license_agreement1.html
-rw-r--r--   1 root     root         820 Oct 19  2010 read_me_install_it.txt
-rw-r--r--   1 root     root         150 Oct 19  2010 readme.html
[root@system p10297699_440_Generic]# more read_me_install_it.txt
o How to use the SAN 4.x install_it routine for Solaris 9
  (4.4.14 and beyond).
        + Download the archive,  SAN_S9_4.x_install_it.tar.bz2
        + Copy the archive to the system to installed.
        + Unpackage the routine.

          # bunzip2 SAN_S9_4.x_install_it.tar.bz2
          # tar -xvf SAN_S9_4.x_install_it.tar
        + As root; run the commands
          # cd SAN_S9_4.x_install_it
          # ./install_it

o How to use the SAN 4.x install_it routine for Solaris 8 and 9
  (SAN 4.4.13 and earlier).
        + Download the archive,  SAN_4.x_install_it.tar.bz2
        + Copy the archive to the system to installed.
        + Unpackage the routine.
          # bunzip2 SAN_4.x_install_it.tar.bz2
          # tar -xvf SAN_4.x_install_it.tar
        + As root; run the commands
          # cd SAN_4.x_install_it
          # ./install_it
        + The last release
[root@system p10297699_440_Generic]#