Enable / Disable autoboot using EFI shell
shell>autoboot on
shell>autoboot off
Enable/disable using "setboot" command
# /usr/sbin/setboot -b on (For enable)
# /usr/sbin/setboot -b off (For Disable)
To set the autoboot delay to 30 seconds, use the EFI Shell command:
shell> autoboot 30
By use of EFI boot manager:
1. Select “Boot Option Maintenance Menu” from the boot manager’s main menu
2. Select “Auto Boot TimeOut” from the boot option maintenance menu
3. Select “Set TimeOut Value”
4. Enter the number of seconds you want to use for the boot delay (for example 30).
Showing posts with label EFI. Show all posts
Showing posts with label EFI. Show all posts
Thursday, 24 November 2011
How to create EFI & service partition?
1. # vi /tmp/partitionfile
3
EFI 500MB
HPUX 100%
HPSP 400MB
>>then save the file.
2. idisk -wf /tmp/partitionfile /dev/rdsk/c2t0d0 (boot disk path)
3.insf -e
4. pvcreate -fB /dev/rdsk/c2t0d0s2 (boot disk path)
5. mkboot -e -l /dev/dsk/c2t0d0
3
EFI 500MB
HPUX 100%
HPSP 400MB
>>then save the file.
2. idisk -wf /tmp/partitionfile /dev/rdsk/c2t0d0 (boot disk path)
3.insf -e
4. pvcreate -fB /dev/rdsk/c2t0d0s2 (boot disk path)
5. mkboot -e -l /dev/dsk/c2t0d0
Server not booting at EFI shell ?? HP-UX or the EFI's NVRAM image is wrong ?
If the EFI Bootcode points to incorrect block of the disk, so the boot services terminates.
HP-UX or the EFI's NVRAM image is wrong..we need to detect the problem and rectify it.
How to do that:
1. After server restart using EFI enter in "boot option maintenance menu"
2. select "add boot option"
3. select partition written like "IA64 EFI [Acpi(HWP0002,100)/Pci(1|0)/Scsi(Pun0,Lun0)....]
4. "select file or change directory" message will appear now
5. Using narrow keys select directory and enter inside
6. Using the menu try to find the "HPUX.efi" and select that file and hit enter.
7.Now it will ask confirmation to save (Enter yes) : It will save the new option to NVRAM.
8.Then navigate to the starting EFI menu where boot devices are listed and there will be option "HPUX" or similar just hit enter on it.
9.That's the alternative path - adding the boot option of HP-UX again.
HP-UX or the EFI's NVRAM image is wrong..we need to detect the problem and rectify it.
How to do that:
1. After server restart using EFI enter in "boot option maintenance menu"
2. select "add boot option"
3. select partition written like "IA64 EFI [Acpi(HWP0002,100)/Pci(1|0)/Scsi(Pun0,Lun0)....]
4. "select file or change directory" message will appear now
5. Using narrow keys select directory
6. Using the menu try to find the "HPUX.efi" and select that file and hit enter.
7.Now it will ask confirmation to save (Enter yes) : It will save the new option to NVRAM.
8.Then navigate to the starting EFI menu where boot devices are listed and there will be option "HPUX" or similar just hit enter on it.
9.That's the alternative path - adding the boot option of HP-UX again.
Wednesday, 23 November 2011
Get the WWN number in EFI shell ??
Use the below commands to get the FC card details like WWN number..
shell > reconnect -r
shell> drvcfg -----> it will scan and list all the hardware details..
shell> drvcfg -s
Then you need to select fc card and enter. Now you can get WWN number
and other details about the FC card.
shell > reconnect -r
shell> drvcfg -----> it will scan and list all the hardware details..
shell> drvcfg -s
Then you need to select fc card and enter. Now you can get WWN number
and other details about the FC card.
Copy HPSP DIAG utilities to new disk - ??
After Replace the failed disk or added new root disk on Itanium server ..We need to mirror the disk and also we need to copy HPSP partition and its information.
Normally while Mirror the DIAG utilities not gettting copied to new disk. This we need to copy using below DD command only.
First check DIAG utilities are there on existing disk
# efi_ls -d /dev/rdisk/disk3_p3 /EFI/HP
Then run the below command to copy the Files to new disk
#dd if=/dev/rdisk/disk3_p3 of=/dev/rdisk/disk2_p3 bs=1024k
(disk3 - old disk and disk2 - new disk)
==================================================
Note : If the DIAG utilities are there means u will get the o/p like below..
# efi_ls -d /dev/rdisk/disk3_p3 /EFI/HP
FileName Last Modified Size
. 3/10/2010 0
.. 3/10/2010 0
DIAG/ 3/10/2010 0
TOOLS/ 3/10/2010 0
total space 418598912 bytes, free space 379895808 bytes
Normally while Mirror the DIAG utilities not gettting copied to new disk. This we need to copy using below DD command only.
First check DIAG utilities are there on existing disk
# efi_ls -d /dev/rdisk/disk3_p3 /EFI/HP
Then run the below command to copy the Files to new disk
#dd if=/dev/rdisk/disk3_p3 of=/dev/rdisk/disk2_p3 bs=1024k
(disk3 - old disk and disk2 - new disk)
==================================================
Note : If the DIAG utilities are there means u will get the o/p like below..
# efi_ls -d /dev/rdisk/disk3_p3 /EFI/HP
FileName Last Modified Size
. 3/10/2010 0
.. 3/10/2010 0
DIAG/ 3/10/2010 0
TOOLS/ 3/10/2010 0
total space 418598912 bytes, free space 379895808 bytes
Subscribe to:
Posts (Atom)