|
Command Line Configuration533.2.1. Command Line ConfigurationIf the network server is not running X, the pxeos command line utility, which is part of the system-config-netboot package, can be used to configure the tftp server files :pxeos -a -i "" -p -D 0 -s client.example.com \ -L -k -K The following list explains the options:• -a — Specifies that an OS instance is being added to the PXE configuration.• -i "" — Replace "" with a description of the OS instance. Thiscorresponds to the Description field in Figure 3.1, “Network Installation Setup”.• -p — Specify which of the NFS, FTP, or HTTP protocols to use for installation.Only one may be specified. This corresponds to the Select protocol for installation menu inFigure 3.1, “Network Installation Setup”.• -D <0|1> — Specify "0" which indicates that it is not a diskless configuration since pxeos can beused to configure a diskless environment as well.• -sclient.example.com — Provide the name of the NFS, FTP, or HTTP server after the -soption. This corresponds to the Server field in Figure 3.1, “Network Installation Setup”.• -L — Provide the location of the installation tree on that server after the -Loption. This corresponds to the Location field in Figure 3.1, “Network Installation Setup”.• -k — Provide the specific kernel version of the server installation tree for booting.• -K — Provide the location of the kickstart file, if available.• — Specify the OS identifier, which is used as the directory name in the /tftpboot/linux-install/ directory. This corresponds to the Operating system identifier fieldin Figure 3.1, “Network Installation Setup”.If FTP is selected as the installation protocol and anonymous login is not available, specify ausername and password for login, with the following options before in the previouscommand:-A 0 -u -p For more information on command line options available for the pxeos command, refer to the pxeosman page.3.3. Adding PXE HostsAfter configuring the network server, the interface as shown in Figure 3.2, “Add Hosts” is displayed. PreviousNext |