Operating System - HP-UX
1748285 Members
4041 Online
108761 Solutions
New Discussion юеВ

Re: HPUX Utilities for an SB40C?

 
SOLVED
Go to solution
ecbakken
Occasional Contributor

HPUX Utilities for an SB40C?

I can't find the right documentation. Are there HPUX utilities to check the status of the drives within the storage blade? Thanks,

 

-Eric

2 REPLIES 2
Robert_Jewell
Honored Contributor
Solution

Re: HPUX Utilities for an SB40C?

The SB40c Storage Blade employs the P400 controller.   So you would use the 'saconfig' and 'sautil' utilities to view and manage the logical drives and drives.  These utilities are a part of the RAID-01 driver package that you can get from software.hp.com.

 

To manage the controller offline, you would use the ORCA utility.  This is accessed by pressing F8 when prompted during the initilization period at the EFI shell.  If the F8 prompt isnt shown you may have to start ORCA by using the proper 'drvcfg -s' command:

   - From EFI Shell run the command 'drivers'.   Look for the P400 controller instance and note the driver ID.

   - Next run the command 'drvcfg' and match the controller ID and driver ID.

   - Run the command 'drvcfg -s DrvID CtrlID' to start the offline utility.

 

-Bob

----------------
Was this helpful? Like this post by giving me a thumbs up below!
ecbakken
Occasional Contributor

Re: HPUX Utilities for an SB40C?

This is exactly what I was looking for. Thank you!