Configure directories for JumpStart imaging. The image parent directory will contain the operating system images that will be installed on the JumpStart client computers. The config parent directory will contain the configuration files that JumpStart uses to install the operating system and configure a JumpStart client. Edit the directory values specific to your site, create your parent directories and then share them.
To prepare your directories
Specifies the host name of the JumpStart server.
Specifies the host name of the JumpStart client.
Specifies the path of the directory on the JumpStart server that contains the operating system image directories.
Example: /jsimages
Specifies the path of the directory on the JumpStart server that contains the JumpStart configuration files.
Example: /jumpstart
(Optional) Specifies a subdirectory that can be replaced or removed.
Your site-specific settings are set.
mkdir -m 755 /image_parent/sol_8
mkdir -m 755 /config_parent
mkdir -m 755 /config_parent/bin
share -F nfs -o ro,anon=0 /image_parent/sol_8
share -F nfs -o ro,anon=0 /config_parent
The directories are shared.
shareall
The shared directories are activated.
Copyright © 2013 CA. All rights reserved. |
|