1753305 Members
6228 Online
108792 Solutions
New Discussion юеВ

Re: EFI Shell

 
Jonathan Grymes
Frequent Advisor

EFI Shell

Booting server to get EFI Shell. To determine sasflash version and display information about about 1068 and 1068E cards on the system. Every command I type returns invalid parameter.

System is HP-UX 11.23 (rx2660)

 

At the Shell prompt:

 

shell>sasflash

Invalid parameter

shell>sasflash -listall

Invalid parameter

 

 

P.S. this thread has been moved From HP-UX > System Administration to Servers > Integrity. - Hp Forum moderator

4 REPLIES 4
Torsten.
Acclaimed Contributor

Re: EFI Shell

These commands are not built-in.

Use sasmgr from hp-ux, example:

$ sasmgr get_info -D /dev/sasd0
Driver Name : sasd
Bundle Version : B.11.31.01
Product Number : 399490-001
Hardware Path : 0/4/1/0
Health of HBA : ONLINE
PCI Vendor ID : 0x1000
PCI Device ID : 0x0054
PCI Subsystem Vendor ID : 0x3228
PCI Subsystem ID : 0x103c
PCI Revision ID : 0x0000
Max. PHYs supported : 8
Max. IO size : 1048576

*********************************************************************
***** HBA Specific information *****
*********************************************************************
HBA state : READY
Driver firmware dump available : NO
Driver firmware dump timestamp : N/A
Firmware Revision : 1.16.0.0


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Jason_L
Valued Contributor

Re: EFI Shell

Sasflash is a utility that comes with the sas fw download. So it is not native to the efi shell. You can download (on mobile no link) put on a usb to execute at the efi.

You will have to change to the partition of usb disk. Usually it is fs0:
I work for HPE.
S_Logan
HPE Pro

Re: EFI Shell

Hi ,

 

Please check this URL fro more infromation on SASflash  and firmware driver:

 

 SAS HBA EFI driver/firmware

 

sasflash.efi  -   EFI  utility to update  EFI  driver  and HBA firmware on Serial Attached  SCSI  adaptor  based  on  LSI  1068

 

 

Regards,

S_Logan

I work for HPE

Accept or Kudo


[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
lukai
Advisor

Re: EFI Shell

thansk for share~