add_new_client(1M) | add_new_client(1M) |
NAME |
|
add_new_client - add a client to an |
|
SYNOPSIS | |
/opt/ignite/bin/add_new_client | |
[ |
|
DESCRIPTION
add_new_client is used to construct a client directory on an
client to be booted from the | A aA |
|
The add_new_client command must be executed on the client and requires privileged user permis- sion. (See the privileges (5) manpage for more information on the privileged user.) The /var/opt/ignite/clients directory must be exported from the
add_new_client mounts /var/opt/ignite/clients from the
If you do not have this command installed on the client, here are two possible ways to obtain it. The ®rst is to simply rcp or ftp the add_new_client command directly to the client. If you elect to use this method be sure to note the DEPENDENCIES section of the manpage and pull the additional supporting commands too.
The second method is to use swinstall to install the required ®lesets onto the the client. For example:
swinstall
Options
add_new_client recognizes the following options:
-s Ignite-UX Server
Speci®es the host name of the
-R release_name
Speci®es the release that you intend to install on the client. By default the value of uname
Exporting the Client Directory
On the server, the client's directory may be exported as follows:
For 11.31 or later, edit /etc/dfs/dfstab to add following entry:
share -F nfs -o anon=2 /var/opt/ignite/clients
For other releases, edit /etc/exports to add the following entry:
/var/opt/ignite/clients -anon=2
For 11.31 or later, run the shareall command to have the edits to the exports ®le take effect:
/usr/sbin/shareall -F nfs
For other releases, run the exportfs command to have the edits to the exports ®le take effect:
− 1 − |