Re: 5.1.6.2 Linux tsmscsi broken

2003-02-25 Thread Patrick Boutilier
Mitch,

Just change line 75 of tsmscsi (it is just a shell script) from :

prefix=`rpm -q --queryformat %'{INSTALLPREFIX}' TIVsm-tsmscsi-5.1.6-0`

to :

prefix=`rpm -q --queryformat %'{INSTALLPREFIX}' TIVsm-tsmscsi-5.1.6-2`



Mitch Sako wrote:
The tsmscsi that is in 5.1.6.2 for Linux32 is not working for us:

We are running Redhat 7.2:
[EMAIL PROTECTED] ~]$ uname -a
Linux tsm2 2.4.9-31 #1 Tue Feb 11 14:43:37 PST 2003 i686 unknown
The 5.1.6.2 tsmscsi executable prints the following strange message:
[EMAIL PROTECTED] bin]$ ./tsmscsi
package TIVsm-tsmscsi-5.1.6-0 is not installed/tivoli/tsm/devices/bin not found
Make sure that the device driver is installed under package TIVsm-tsmscsi-5.1.6-0 is 
not
installed/tivoli/tsm/devices/bin
I was hoping that we would get a chance to try a new tsmscsi because the one we have 
(5.1.6.0) is really unstable
and we have numerous core dumps to prove it.


Re: 5.1.6.2 Linux tsmscsi broken

2003-02-25 Thread Mitch Sako
Thank you.  I will give it a try when I can quiesce the server.

Mitch

Patrick Boutilier wrote:

 Mitch,

 Just change line 75 of tsmscsi (it is just a shell script) from :

 prefix=`rpm -q --queryformat %'{INSTALLPREFIX}' TIVsm-tsmscsi-5.1.6-0`

 to :

 prefix=`rpm -q --queryformat %'{INSTALLPREFIX}' TIVsm-tsmscsi-5.1.6-2`

 Mitch Sako wrote:
  The tsmscsi that is in 5.1.6.2 for Linux32 is not working for us:
 
  We are running Redhat 7.2:
  [EMAIL PROTECTED] ~]$ uname -a
  Linux tsm2 2.4.9-31 #1 Tue Feb 11 14:43:37 PST 2003 i686 unknown
 
  The 5.1.6.2 tsmscsi executable prints the following strange message:
  [EMAIL PROTECTED] bin]$ ./tsmscsi
  package TIVsm-tsmscsi-5.1.6-0 is not installed/tivoli/tsm/devices/bin not found
  Make sure that the device driver is installed under package TIVsm-tsmscsi-5.1.6-0 
  is not
  installed/tivoli/tsm/devices/bin
 
  I was hoping that we would get a chance to try a new tsmscsi because the one we 
  have (5.1.6.0) is really unstable
  and we have numerous core dumps to prove it.