- Community Home
- >
- Storage
- >
- Legacy
- >
- General
- >
- Re: Command View SDM on Redhat AS 2.1
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2004 03:51 PM
02-23-2004 03:51 PM
Command View SDM on Redhat AS 2.1
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 07:38 AM
03-09-2004 07:38 AM
Re: Command View SDM on Redhat AS 2.1
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 09:58 PM
03-11-2004 09:58 PM
Re: Command View SDM on Redhat AS 2.1
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2004 08:20 PM
03-13-2004 08:20 PM
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 hand 16 Byte CDB up to the higher layers.
Regards,
Deyna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 02:07 PM
09-13-2006 02:07 PM
Re: Command View SDM on Redhat AS 2.1
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.