Changes between Version 16 and Version 17 of Internal/RunningInventory


Ignore:
Timestamp:
Jan 27, 2016, 8:18:55 PM (8 years ago)
Author:
jkol
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/RunningInventory

    v16 v17  
    22To run inventory preform the following ('''ALL STEPS AS ROOT'''):
    33
     4''' From ??? '''
     5 1. Disable inventory service security:
     6    {{{
     7???
     8    }}}
     9
    410'''From repository1'''
    5  1. Goto the tfptboot directory and make a symbolic link for the appropriate domain:
     11 2. Goto the tfptboot directory and make a symbolic link for the appropriate domain:
    612    {{{
    713cd /tftpboot/pxelinux.cfg/
     
    2430    ||Outdoor||inventory-nb-outdoor||0A28||
    2531
    26  2. Goto the /export/nfsroot/etc/resolvconf/resolv.conf.d and make a symbolic link to head for the proper domain:
     32 3. Goto the /export/nfsroot/etc/resolvconf/resolv.conf.d and make a symbolic link to head for the proper domain:
    2733    {{{
    2834cd /export/nfsroot/etc/resolvconf/resolv.conf.d
     
    4652
    4753'''From console (grid or sandbox)'''
    48  3. '''''If you are inventorying grid:'''''
     54 4. '''''If you are inventorying grid:'''''
    4955
    5056  Run the run_inventory script (this script will take 45 minutes to run):
     
    9197  Wait until all the nodes check in, then proceed to next step.   
    9298'''From repository1'''
    93  4. '''''Break the symbolic link!!! ''''' If this is not done the next person to use the grid/sandbox will have a bad time.
     99 5. '''''Break the symbolic link!!! ''''' If this is not done the next person to use the grid/sandbox will have a bad time.
    94100
    95101 '''Note''': Where ''0A0A'' is the hex target set in Step 1 (example):
     
    98104    }}}
    99105'''From internal1'''
    100  5. Update the inventory service "domain topology" cache (which nodes belong to what testbeds) by visiting the following URL (takes 2-3 minutes to complete):
     106 6. Update the inventory service "domain topology" cache (which nodes belong to what testbeds) by visiting the following URL (takes 2-3 minutes to complete):
     107    {{{
     108    wget -qO- http://internal1.orbit-lab.org:5054/inventory/update_cache
     109    }}}
    101110
    102     ||http://internal1.orbit-lab.org:5054/inventory/update_cache||
    103 
    104  6. Update topologies:
     111 7. Update topologies:
    105112    {{{
    106113cd /usr/share/omf-aggmgr-5.4/omf-aggmgr/ogs_inventory/scripts
     
    110117    }}}
    111118    '''Note''': This takes some time to preform all the actions, and the omf-agg-manager restarts every even hour on the 11th minute. If the ruby process is running at that time it will fail.
     119
     120''' From ??? '''
     121 8. Restore inventory service security (''' !!! SUPER IMPORTANT !!! '''):
     122    {{{
     123???
     124    }}}