|
» |
|
|
|
Ignite-UX server network port usage is
described below by server activity. Diagrams follow that describe
the port activity by network communication task and timing. See the
product documentation to get the protocol for your system when the
protocol is listed as tcp/udp. Initiate LAN Boot for Itanium-Based clients, Figure 8-1: ports
67 and 68. Initiate LAN Boot for PA-RISC clients, Figure 8-2: ports
1067, 1068. Cold boot and installation initiated from client, Figure 8-3: 69, 2049, 2121,
an SD dynamically allocated port. Live system reinstall via bootsys initiated from the server, Figure 8-4: 2049, 69, 2121, an SD dynamically allocated
port, and 514 or 22. make_net_recovery initiated from
client, Figure 8-5: 69, 2121, an SD dynamically allocated port, 2049. make_net_recovery initiated from
the server, Figure 8-6: 69, 2121, an SD dynamically allocated
port, 2049, and 514 or 22. make_sys_image initiated from client, Figure 8-7: 514 or
2049.
The initial boot content (kernel, file system, and required
files) is downloaded from the server to the client, then the client
is booted. For Itanium-based systems, these files are downloaded in
the order listed: nbp.efi, AUTO, fpswa.efi, hpux.efi, IINSTALL, and IINSTALLFS. PA-RISC
systems download these files in the order listed: boot_lif, AUTO, WINSTALL, and WINSTALLFS. The file install.log is updated on the server in the /var/opt/ignite/clients/client directory. A compressed tar archive of commands to set up
disk volumes and file systems is downloaded
(INSTCMDS for PA-RISC,
and INSTCMDSIA for Itanium-based
systems). The TUI is run on the client console. The user selects the
installation configuration via the TUI and selects Go!. A compressed tar archive of commands
required to complete the installation is downloaded (SYSCMDS for PA-RISC and SYSCMDSIA for Itanium-based systems). Ports
used by NFS to make RPC (Remote Procedure Call) calls are not discussed
here. If the installation is from an image, it is downloaded.
Ports used by NFS to make RPC calls are not discussed here. If the installation configuration
requires software to be installed from depots on the server, a swinstall request is sent to
the server's Software Distributor (SD) daemon, swagentd, on port 2121. An SD agent, swagent, is then
spawned on the server that acquires a dynamically allocated communication
port for the download. That communication port is then reported to
the client on port 2121. The client then spawns a new swagent processes that communicates with the server on the acquired communication
port P, where the depot download takes
place. For more information on SD, see the Software Distributor
Administration Guide available at http://www.docs.hp.com. | | | | | NOTE: Although swinstall is illustrated here, the
install could use one or more of swinstall, rexec (port 514), NFS (ports 49152–65535), ftp data (port 20), and ftp (port 21). | | | | |
The server pings the client with an ICMP
type 8 echo request. The client answers the ping with an ICMP type
0 echo reply. Files required for bootsys are transferred
from the server to the client. These files are transferred with remsh by default, or by ssh if the bootsys -S option is used. The kernel, file
system, and required files are downloaded from the server
to the client, then the client is booted. These files are transferred
with rcp by default, or by scp if the bootsys -S option is used.
The server remotely executes make_net_recovery from the client. The command is run via remsh by default, or by ssh if the client was added
for recovery on the server with the ssh option.
The golden archive is written
to the destination server via remsh or NFS. Note
that make_sys_image does not need networking if
the archive is written locally to the client.
|