4.Verify the syntax of the configuration files listed in the INDEX file.
# instl_adm
Fix any errors found by instl_adm and repeat the instl_adm
5.Ensure the NFS file system is exported correctly. In the sw_source clause above, we specified the location of the golden archive to be a file on an NFS server. You must ensure clients have access to this directory on the
On
•To view the current status, use the following command.
#share
•Edit the /etc/dfs/dfstab file and add the following lines:
share
share
•Run the following command to share all the NFS file systems.
#shareall
On
•To view the current status, use the following command.
#exportfs
•Edit the /etc/exports file and add the following lines:
/var/opt/ignite/clients
•Run the following command to export all directories listed in /etc/exports.
#exportfs
See dfstab(4) or exportfs(4) for more information.
Enabling the Client
Since the
•If the client is currently running
# bootsys
where client_hostname is the name of the client.
•If the client is not currently running
Installing the Golden Image on the Client
Once a golden image is created, you can install it just like any other
See Chapter 13: “Automating Installations” (page 171) for information on how to execute an installation with no interaction.
Enabling the Client 157