Configures a Linux server to network install a machine with AIX® by configuring services and copying install resources.
nimol_config [-d DirectoryContainingAIXResources] [-t TargetDirectoryToCopyResources] [-L InstallResourcesLabel] [-s NIMOLServerHostname] [-m RemoteAccessMethod] [-C] [-e] [-l] [-r] [-S] [-U] [-D]
| Item | Description |
|---|---|
| -C | Specifies that the server should only configure services without copying install resources. |
| -d directory | Specifies the source directory that contains the AIX install resources. The default directory is /mnt/cdrom. |
| -D | Runs the command in debug mode. |
| -e | Instructs the command not to globally export the directory of newly created resource label. |
| -l | Lists the defined resource labels available to install a client. |
| -L label | Specifies the label or name to create for the copied resources. |
| -m method | Specifies the remote access method to use when running commands on clients that have been installed without specifying the -n flag to the nimol_install command. |
| -r | Instructs the command to remove the specified resource label. |
| -s hostname | The hostname to use for the NIMOL server. The default is to determine the hostname by running the hostname command. |
| -S | Instructs the command to not configure the syslog service. No status will be logged when clients are installing. |
| -t directory | Specifies the target directory where the AIX install resources will be copied from the source directory. The default directory is /export/aix. |
| -U | Instructs the command to unconfigure the NIMOL server. The command will attempt to undo any configuration that it performed. |
| Item | Description |
|---|---|
| 0 | The command completed successfully. |
| > 0 | Error returned. |
Configuring the syslog service to accept messages from remote clients can be a security issue. Configure your firewall to only accept syslog messages from known clients.
nimol_config -C
nimol_config -d /mnt/aix -t /export/aix -L aix530
nimol_config -S -e
nimol_config -l
nimol_config -L aix530 -r
/usr/sbin/nimol_config
| Item | Description |
|---|---|
| /etc/nimol.conf | Stores configuration information for the command. |