NIM Bosinst error: LED 611: failure: mount

1
2054

If you got the error LED 611: failure: mount, it means the lpar was unable to mount that specific nfs mount and most probably you have some errors in nim’s nfs configuration.Normally, the /etc/exports file should not contain any lines related to nim operations

because NIM is able to do everything by itself. However, if you have some lines that could impact nim’s operations, you have to (at least temporary) remove them from nfs configuration.In the example below, the lpar was unable to boot from our nim resource because /export/mksysb/ was present in /etc/exports file.The error:

 

[emrenim:root:/home/root:] lsnim -l emre
gzlpar:
   class          = machines
   type           = standalone
   connect        = shell
   platform       = chrp
   netboot_kernel = mp
   if1            = vlan99_IR emre 0
   cable_type1    = N/A
   Cstate         = BOS installation has been enabled
   prev_state     = not running
   Mstate         = in the process of booting
   info           = LED 611: failure: mount emrenim:/export/mksysb/gzlpar/emre-rootvg.sysb /NIM_BOS_IMAGE
   boot           = boot
   mksysb         = emre_mksysb
   nim_script     = nim_script
   spot           = emre_spot
   cpuid          = 00C987A32C00
   control        = master

The fix:

 

1. Edit /etc/exports and commented out or remove the line with /export/mksysb.

 

2. Unexport /export/mksysb: exportfs -u /export/mksysb.

 

3. Reset the nim resource and start all over. At the end of smitty nim_bosinst process, you should see the following nfs exports:

 

[emrenim:root:/home/root:] exportfs | grep tscm
/export/spot/emre_spot/usr                       -ro,root=emre,access=emre
/export/mksysb/emre/emre-rootvg.sysb           -ro,root=emre,access=emre
/export/nim/scripts/emre.script                  -ro,root=emre,access=emre

4. Now restart your lpar because it is stuck here:

 

-------------------------------------------------------------------------------
                                Welcome to AIX.
                       boot image timestamp: 12:03 12/16
                 The current time and date: 12:15:36 12/16/2014
               number of processors: 2    size of memory: 8192MB
boot device: /vdevice/l-lan@30000002:speed=auto,duplex=auto,9.9.3.61,,9.9.1.173,9.9.1.129,5,5,255.255.255.192,512
                     kernel size: 12686704; 32 bit kernel
-------------------------------------------------------------------------------

1 COMMENT

  1. NIM issue LED 611 failure

    on NIM server:
    1. nfso -a | grep reserved <– if it shows 1 then enable on client (nfs_use_reserved_ports = 1)
    2. nim -o change -a nfs_reserved_port=yes <– enables reserved ports for nim client
    3. lnim -l <–it will show "nfs_reserved_port = yes"

Leave a Reply to NAMASIVAYAM CHINNAPILLAI Cancel reply

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.