SHIFT

--- Sjoerd Hooft's InFormation Technology ---

User Tools

Site Tools


Sidebar

Recently Changed Pages:

View All Pages


View All Tags


LinkedIn




WIKI Disclaimer: As with most other things on the Internet, the content on this wiki is not supported. It was contributed by me and is published “as is”. It has worked for me, and might work for you.
Also note that any view or statement expressed anywhere on this site are strictly mine and not the opinions or views of my employer.


Pages with comments

View All Comments

aixniminstall

AIX NIM Client Installation

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

  • Perform NIM administration tasks
    • Manage Machines
      • Manage Network Install Resource Allocation
        • Allocate Network Install Resources
          • ITO_AIX_53-06-07-0818_LPP_FULL (lpp_source)
          • ITO_AIX_53-06-07-0818_LPP_SPOT_FULL (spot)
      • Perform Operations on Machines
        • bos_inst
          • Source for BOS Runtime Files rte → spot
          • Initiate Boot Operation on Client? Yes → no
          • ACCEPT new license agreements? No → Yes

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:

  • Boot the client and go into the SMS (System Management Services) menu by pressing 1 when you get the screen with stripes in it:
  • Choose the setup Remote IPL (Initial Program Load) option (2)
  • Select the network adapter you want to use for the network installation
  • Select network service for NIM this is bootp (1)
  • Select IP parameters (1)
    • Select Client IP Address (this is the NIM clients IP address that should also exist with the machine definition in the NIM serv er)
    • Select Server IP Address (this is the NIM server IP address)
    • Select Gateway IP Address (this is the NIM client gateway)
    • Select Subnet mask (this is the NIM client subnet mask)
    • Exit the IP parameters menu (ESC)
  • Select Adapter configuration (2)
    • Select Speed, Duplex (1) (set to auto,auto)
    • Select Spanning Tree Enabled (2) Make sure SPT is off
    • Select Protocol (3) Make sure the standard protocol is being used
  • Exit the Adapter Configuration menu (ESC)
    • Select Advanced Setup: bootp (4)
    • Select bootp retries (1) change the number of retries to 2
    • Select TFTP retries (3) change the number of retries to 2
    • Exit the Advanced setup: bootp menu (ESC)
  • Select Ping test (3) verify the network/ adapter configuration and try to ping the NIM server (1)
    • If the system replies ping success then you have a physical network connection to the NIM server.
    • If the system replies that the ping failed check the physical network configuration and the configuration on the NIM server
    • If it was success type M (return to main menu)

Setup Boot from network (still in SMS menu):

  • Select Boot Options(5)
  • Select Configure Boot Device order(2)
  • Select 1st boot device(1)
  • Select Network(6)
  • Select BOOTP(1)
  • Select the IP configured network adapter
  • Select make first boot device
  • Type x to exit the SMS menu and let the server boot

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.

You could leave a comment if you were logged in.
aixniminstall.txt · Last modified: 2021/09/24 00:24 (external edit)