Tanti Technology

My photo
Bangalore, karnataka, India
Multi-platform UNIX systems consultant and administrator in mutualized and virtualized environments I have 4.5+ years experience in AIX system Administration field. This site will be helpful for system administrator in their day to day activities.Your comments on posts are welcome.This blog is all about IBM AIX Unix flavour. This blog will be used by System admins who will be using AIX in their work life. It can also be used for those newbies who want to get certifications in AIX Administration. This blog will be updated frequently to help the system admins and other new learners. DISCLAIMER: Please note that blog owner takes no responsibility of any kind for any type of data loss or damage by trying any of the command/method mentioned in this blog. You may use the commands/method/scripts on your own responsibility. If you find something useful, a comment would be appreciated to let other viewers also know that the solution/method work(ed) for you.

Tuesday 6 May 2014

AIX NIM Client


This page shows you how to add a standalone client to the NIM environment, and how to reset and remove it again. This is mostly done through smitty.

AIX NIM Client Add

smitty nim
  • Perform NIM Administration Tasks
    • Manage Machines
      • Define a Machine
(smit fastpath: smit nim_mkmac)
Fill in the hostname the NIM server can resolve! If not, NIM will create a new network or disply other miscellaneous errors.
NOTE: without proper DNS A and PTR records the NFS mount will fail 
aixnimclientadd.jpg

AIX NIM Client Reset

In case the client has a running operation or something like that you'll first have to reset the state of the specific machine:
smitty nim
  • Perform NIM Administration Tasks
    • Manage Machines
      • Perform Operations on Machines
Select the machine you want to reset and press ENTER and select the reset operation: 
aixnimclientreset.jpg

Commandline

Or use this command:
bash-3.2# nim -o reset lpar01

AIX NIM Client Remove

Now you can remove the machine:
smitty nim
  • Perform NIM Administration Tasks
    • Manage Machines
      • Remove a Machine
Select the machine you're trying to remove and confirm (couple of times).

No comments:

Post a Comment