Changes between Version 16 and Version 17 of Internal/RunningInventory
- Timestamp:
- Jan 27, 2016, 8:18:55 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/RunningInventory
v16 v17 2 2 To run inventory preform the following ('''ALL STEPS AS ROOT'''): 3 3 4 ''' From ??? ''' 5 1. Disable inventory service security: 6 {{{ 7 ??? 8 }}} 9 4 10 '''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: 6 12 {{{ 7 13 cd /tftpboot/pxelinux.cfg/ … … 24 30 ||Outdoor||inventory-nb-outdoor||0A28|| 25 31 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: 27 33 {{{ 28 34 cd /export/nfsroot/etc/resolvconf/resolv.conf.d … … 46 52 47 53 '''From console (grid or sandbox)''' 48 3. '''''If you are inventorying grid:'''''54 4. '''''If you are inventorying grid:''''' 49 55 50 56 Run the run_inventory script (this script will take 45 minutes to run): … … 91 97 Wait until all the nodes check in, then proceed to next step. 92 98 '''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. 94 100 95 101 '''Note''': Where ''0A0A'' is the hex target set in Step 1 (example): … … 98 104 }}} 99 105 '''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 }}} 101 110 102 ||http://internal1.orbit-lab.org:5054/inventory/update_cache|| 103 104 6. Update topologies: 111 7. Update topologies: 105 112 {{{ 106 113 cd /usr/share/omf-aggmgr-5.4/omf-aggmgr/ogs_inventory/scripts … … 110 117 }}} 111 118 '''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 }}}