Table of Contents

AIX NIM Client Installation

Summary: ALthough AIX is by now on version 7.3 I find these old pages so fascinating I decided to keep them. On this page I'll show you how to install an AIX server as a NIM client. This page is for AIX 5.3 and AIX 6.1.
Date: Between 2010-2013
Refactor: 21 December 2024: Checked formatting.

Introduction

Before we can install a client we have to prepare the server and the client for this operation. On the server the resources have to be allocated for the client, and the client has to boot over the network.

NIM server

smitty nim

When done correctly there are two changes on the server. First there is a line added in the /etc/bootptab:

server1.company.local:bf=/tftpboot/server1.company.local:ip=10.10.10.100:ht=ethernet:sa=10.10.10.200:sm=255.255.0.0:

And, you can check the /etc/exports to see if the correct NFS shares are exported.

NIM Client

Setup IPL:

Setup Boot from network (still in SMS menu):

If the NIM client and server side are properly configured the NIM client will boot from network. It essentially will use bootp request to NIM server which will begin to push the installation package to the NIM client by using TFTP protocol.

Installation

Select a new and complete overwrite with needed software packages:

aixinstall.jpg


Check AIX Post Install to see what you need to adjust after the installation is done.