Operations and Maintenance Guide, Second Edition - HP Integrity rx2600 Server and HP zx6000 Workstation
HP Integrity rx2600 server and HP workstation zx6000 Operation and Maintenance Guide 23
System Configuration
fs0:
Acpi(HWP0002,100)/Pci(1|0)/Scsi(Pun0,Lun0)/HD(Part1,Sig00112233
)
blk0: Acpi(HWP0002,0)/Pci(2|0)/Ata(Primary,Master)
blk1: Acpi(HWP0002,100)/Pci(1|0)/Scsi(Pun0,Lun0)
3. The EFI shell first searches for an optional script file named startup.nsh.
❏ If this file is found, it is run automatically.
❏ After the script runs, the shell waits for commands to be entered at the command prompt.
NOTE: If startup.nsh runs an OS or application, you must exit that application to access the
EFI shell prompt.
4. You can now enter commands.
❏ To run an individual command:
a. Enter the command at the shell prompt. For example, to clear the display on the
monitor:
Shell:\> cls
b. To run the command, press Enter.
◆ Some commands require additional arguments to further define their action. For
example, to display information about the system memory, you must enter the
command name, plus the desired category of information to display:
fs0:\> info mem
◆
When you enter individual commands at the command prompt, the shell
performs variable substitution, then expands wild cards before the command is
run.
❏ To switch to a different file system, run the following, where fsx is the selected file
system as listed on the screen (see step 2). For example:
Shell> fsx:
where x is a numeric value representing a file system. For example, if you enter:
Shell> fs0:
You see this prompt:
fs0:\> _
❏
You also can run EFI applications (files ending with .efi). To list applications in the
current file system, run the
ls command. For example:
fs0:> ls
You will see a list of applications on the fs0 file system.
Command Syntax
The EFI shell uses a programming language to control the execution of individual commands.
Some characters have special meanings in the EFI shell. This section includes instructions for
running EFI shell commands and a list of the available commands.