United States-English |
|
|
Ignite-UX Administration Guide: for HP-UX 11i > Chapter 9 Booting and Installing HP-UX From the Server Using the Client
ConsoleDirect Boot Profiles for Itanium-Based Systems |
|
All partitionable Itanium-based systems allow the definition of direct boot profiles. This EFI functionality is also found in other, non-partitionable systems. Some systems might require firmware updates to provide support for direct boot profiles. If your system does not provide the dbprofile command, check for any firmware updates that might enable it. You can also consult the system's hardware documentation to determine if dbprofile is supported. The dbprofile command allows you to create direct boot profiles that can be used in conjunction with the lanboot EFI command. A direct boot profile contains information needed to talk over the network to an installation server.
The following dbprofile command, when run from EFI, dbprofile -dn testprofile -sip 192.1.2.1 -cip \ 192.1.1.20 -gip 192.1.1.1 -m 255.255.255.0 -b \ creates a new direct boot profile (or updates the profile if it exists) called testprofile. The profile contains the following information:
When creating a direct boot profile, always define the boot file using the -b option to set the value to /opt/ignite/boot/nbp.efi. This is required to install HP-UX. The dbprofile command accepts a gateway IP address. This is important because when using a direct boot profile that has a gateway defined, the EFI network stack will have somewhere to route non-local traffic. In this case, the Ignite-UX server does not have be located on the same LAN segment as the client; traffic can be routed to it via the gateway. No boot helper is required for this client on the local LAN segment. To network boot using a direct boot profile, use the -dn option of the EFI lanboot command as in the following example: lanboot select -dn testprofile This results in a list of LAN interfaces for you to choose from. However, no DHCP request is sent out when an interface is selected. Instead, the network boot uses information from the direct boot profile testprofile and immediately starts booting from the Ignite-UX server. This section provides information for the dbprofile command. This command is part of the EFI Shell and is accessible from the system console when the system is in an active state but has not booted an operating system. For more information, see the nPartition Administrator's Guide or the documentation for your particular system, available at the HP Technical Documentation Website: Syntaxdbprofile [-dn name [-dhcp] [-sip server_ip] [-cip client_ip] [-gip gateway_ip] [-m subnet_mask] [-b "boot_file"] [-od "optional_data"]] | [-h] dbprofile [rm name] | [-h] dbprofile [cp src_name dst_name] | [-h] Options and Operands
Examples
This section provides information for the lanboot command. This command is part of the EFI Shell and is accessible from the system console when the system is in an active state but has not booted an operating system. For more information, see the nPartition Administrator's Guide or the documentation for your particular system, available at the HP Technical Documentation Website: Syntaxlanboot [select] [-od "optional_data"] | [-dn name] Options and OperandsExamples
After booting the system, see “Installing HP-UX From the Client Console” for information on configuring the HP-UX installation from the client console. |
Printable version | ||
|