SI_PREPARECLIENT

Name

si_prepareclient -- prepare a golden client's image for retrieval

Synopsis

si_prepareclient {--server HOSTNAME} [--version] [-h] [--help] [-n] [--no-rsyncd] [-q] [--quiet] [-r] [--rpm-install] [--yes] [--exclude DISK...] [-e DISK...] [--no-uyok] [--my-modules] [--kernel FILE --modules-dir DIR] [--image IMAGENAME] [--filesystem FILESYSTEM]

DESCRIPTION

This manual page documents briefly the si_prepareclient command.

si_prepareclient is a program that prepares a golden client's image for extracting by an image server.

OPTIONS

A summary of options is included below. Only one option is taken.

--version

Display version and copyright information

-h, --help

Show summary of options

-n, --no-rsyncd

Do not start the rsync daemon

-q, --quiet

Run silently. Return an exit status of 0 for success or a non-zero exit status for failure

--server HOSTNAME

Hostname or IP address of the image server

--exclude DISK, -e DISK

Do not gather partition information for DISK(s). The result of using this option, is that DISK(s) will not be partitioned during the auto-install process. You may prefix DISK with "/dev/", but it is not necessary, and a base directory of /dev/ will be assumed. Example: -e /dev/sdb -e sdc -e /dev/ida/c0d0 -e ida/c0d1

-r, --rpm-install

This is only used when building an RPM

--yes

Answer yes to all yes/no questions

--no-uyok

Don't create a UYOK (Use Your Own Kernel) boot package. This option is advantageous if you know you don't need a UYOK kernel, and you want this command to complete faster.

--kernel FILE

Do not detect the kernel to use with UYOK, but instead use the file specified by the argument FILE. Use this parameter only with --modules_dir and only if you use UYOK feature.

--modules-dir DIR

Get kernel modules to use with UYOK from the DIR repository. Use this parameter only with --kernel and only if you use UYOK feature.

--image IMAGENAME

Get kernel and kernel modules automatically from the image specified by IMAGENAME to use with UYOK (if executed on image server). Use this parameter only if you use UYOK feature.

--filesystem FILESYSTEM

Force the use of FILESYSTEM to create the initial ramdisk. Use the filesystem name as specified in /proc/filesystems. Important: the filesystem must be statically compiled in the kernel used to install the clients.

SEE ALSO

si_updateclient(8)

More details can be found in the SystemImager manual.

AUTHOR

This manual page was compiled by dann <> for the Debian GNU/Linux system (but may be used by others).