Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 3.1

pxeos(8)


pxeos

pxeos

NAME
SYNTAX
DESCRIPTION
OPTIONS
FILES
EXAMPLES
LIMITATIONS
SEE ALSO
BUGS
AUTHORS

NAME

pxeos − PXEBoot Operating System description Configuration Utility

SYNTAX

pxeos [OPTION] [Operating System Name]

DESCRIPTION

This is a command line tool for configuring Operating System descriptions to be used for PXE boot files.

OPTIONS

-a, add

add a new Operating System description

-m, modify

modify an Operating System description

-d, delete

delete an Operating System description

-l, list

list all Operating System descriptions

-h, help

show usage

-i, description <description>

set short description associated with the Operating System.

-p, protocol <NFS | HTTP | FTP>

specify protocol used to access the Operating System;

-D, diskless <1|0>

specify whether the Operating System is diskless on not

-s, server <server>

specify the server machine containing the Operating System

-L, location <disklocation>

specify the directory on the server machine containing the Operating System

-A, anonymous <1|0>

specify whether to use anonymous ftp to access the Operating System

-u, user <username>

specify ftp user to access the Operating System

-P, password <password>

specify ftp password to access the Operating System

FILES

/usr/sbin/pxeos
/tftpboot/linux-install/pxelinux.cfg/pxeos.xml
/usr/share/redhat-config-netboot/*

EXAMPLES

To run this program simply type:

pxeos -l
List all the currently defined Operating Systems

pxeos -a -D 1 --server frodo --location /diskless/i386/RHEL3-AS -p NFS RHEL3-AS-Diskless
Add a diskless Operating System nfs mounted from frodo:/diskless/i386/RHEL3-AS

Operating System Name

specify the name to identify this Operating System

LIMITATIONS

This utility configures PXELinux Operating Systems to be used by pxeboot and redhat-config-netboot

SEE ALSO

redhat-config-netboot(8)
pxeboot(8)

BUGS

AUTHORS

Dan Walsh <dwalsh@redhat.com>



pxeos(8)