General
1836468 Members
2258 Online
110101 Solutions
New Discussion

Re: Command View SDM on Redhat AS 2.1

 
Deyna Chia_2
Occasional Visitor

Command View SDM on Redhat AS 2.1

Hi,

I'm having problems with command view sdm 1.07 installed on redhat AS 2.1 (kernel 2.4.9). Error message "java.lang.NullPointerException" appeared after issuing some of the command view commands. However, armdsp -i works fine.

Thanks for any help.
Deyna Chia
4 REPLIES 4
Sijesh
Advisor

Re: Command View SDM on Redhat AS 2.1

Hi Deyna,

When I install Commandview on my Windows systems it askes for installing Java pug-in.

My HP-UX system also have Java plug-ins installed.
Check for java package installation in your system.

Sijesh


Tecnico HP
New Member

Re: Command View SDM on Redhat AS 2.1

Hi, I have the same problem and on my system there is java 1.4.2. Any ideas?

thanks
Deyna Chia_2
Occasional Visitor

Re: Command View SDM on Redhat AS 2.1

Hi All,

I've got this solution from HP's GSE team. You need to edit the file /usr/src/linux-2.4.9-e.27/drivers/scsi/scsi.h

Change the following line from 12 to 16 -

#define MAX_COMMAND_SIZE 16

Then recompile the kernel. This will enable the midlayer drivers to hand 16 Byte CDB up to the higher layers.

Regards,
Deyna
Deyna Chia_2
Occasional Visitor

Re: Command View SDM on Redhat AS 2.1

I've got this solution from HP's GSE team. You need to edit the file /usr/src/linux-2.4.9-e.27/drivers/scsi/scsi.h

Change the following line from 12 to 16 -

#define MAX_COMMAND_SIZE 16

Then recompile the kernel. This will enable the midlayer drivers to handle 16 Byte CDB up to the higher layers.