Introduction
In an environment with many AIX® systems, installing, upgrading, and maintaining software can become cumbersome and time consuming. Network Installation Manager provides an easy, efficient way to install, upgrade, and even maintain your AIX systems over the network, while reducing down time. You can use Network Installation Manager to remotely manage AIX installations and upgrades on several systems without using AIX CDs.
You can also use Network Installation Manager to install several AIX machines simultaneously. Network Installation Manager filesets are included in the base AIX CDs. The Network Installation Manager client fileset gets installed with the standard AIX installation, but the server filesets need to be installed separately from the CD.
Configuring a Network Installation Manager server
To configure a Network Installation Manager server:
Log in as root.
Run the following command to ensure that these filesets are installed:
# lslpp -l | grep nim
bos.sysmgt.nim.client 5.3.0.50 COMMITTED Network Install Manager -
bos.sysmgt.nim.master 5.3.0.50 COMMITTED Network Install Manager -
bos.sysmgt.nim.spot 5.3.0.50 COMMITTED Network Install Manager – SPOT
If the above filesets are not installed, install them from Volume 1 of the AIX base CDs before proceeding.
Create a Network Installation Manager Master, as follows:
Enter:
# smitty nim
Figure 1. Creating a Network Installation Manager Master
Select Configure the Network Installation Manager Environment, and you should see the panel shown below.
Figure 2. Configuration of Network Installation Manager
Select Configure a Basic Network Installation Manager Environment (Easy Startup) to get the following menu.
Figure 3. Configure a Basic Network Installation Manager Environment
To select Primary Network Interface for the Network Installation Manager Master, use the F4 function key. It lists the network interfaces. Select the network interface that you are using to put your system on the network. In this example, it's en0, as shown below.
Figure 4. Primary Network Interface for the Network Installation Manager Master
Volume 1 of the base AIX CDs is in the CD-ROM drive of the system, as highlighted below.
Figure 5. Volume 1 of the base AIX CDs
Also on this panel are:
LPP_SOURCE Name
An lpp_source is a directory similar to AIX installation CDs. It contains AIX licensed program products in backup file format. Every resource has a unique identifiable name. By default, the lpp_source name has the name lpp_source1, but you can change it to something more meaningful so that you can easily identify it.
For example, if you are creating an AIX 5.3-TL06 lpp_source, you can use the name LPP53-TL06 instead of the default name.
LPP_SOURCE Directory
The directory where the lppsource resides on your Network Installation Manager server. By default, it will be in /export/lpp_source. (If it doesn’t exist, Network Installation Manager creates this file system.) However, you can change it to wherever you choose. You can create your own file system, or even use a directory under an existing file system.
Leave everything else as the default and press Enter. If the above runs successfully, it should create a Network Installation Manager server environment on this system. If it fails, then the /smit.log should have a message about why it failed.
The Network Installation Manager Master server AIX level should always be higher or at the same level, as the lppsource AIX image it is serving.
In this example, if you used AIX 5.3-TL06 CDs to create lpp_source, then the Network Installation Manager Master server has to be at, or above, AIX 5.3-TL06.
Configuring a Network Installation Manager client
Log in as root.
Enter:
# smitty nim
The following menu appears (see Figure 6). The Network Installation Manager Master client menu is different from the Network Installation Manager Master server menu.
Figure 6.
Select Configure Network Installation Manager Client Fileset, and you should see the following panel.
Figure 7.
For Machine Name, enter the hostname of the client.
For Primary Network Install Interface, press F4 to get the network interface that you want to use for the Network Installation Manager Master client. This example uses en0, as shown below.
Figure 8.
For Host Name Network Install Master, give the host name (fully qualified) of the Network Installation Manager Master server.
Leave all the other defaults and press Enter.
At this point, your Network Installation Manager Master client configuration should be complete.