Changes between Version 23 and Version 24 of Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup
- Timestamp:
- Jun 20, 2013, 6:21:35 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup
v23 v24 140 140 After installing the ogs_inventory package to /usr/share/omf-aggmgr-5.4/omf-aggmgr/ 141 141 142 Modify the addNode.rb file to point to the correct inventory database 142 143 143 Add all the nodes to the inventory database using 144 {{{ 145 @host = "http://internal1:5054/inventory/" 146 }}} 147 148 Add all the nodes to the inventory database using 144 149 145 150 {{{ 146 151 147 ruby addNode.rb 152 ruby addNode.rb <node_control_name> 148 153 }}}