Changes between Version 23 and Version 24 of Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup


Ignore:
Timestamp:
Jun 20, 2013, 6:21:35 PM (11 years ago)
Author:
agosain
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup

    v23 v24  
    140140After installing the ogs_inventory package to /usr/share/omf-aggmgr-5.4/omf-aggmgr/
    141141
     142 Modify the addNode.rb file to point to the correct inventory database
    142143
    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
    144149
    145150{{{
    146151
    147 ruby addNode.rb
     152ruby addNode.rb <node_control_name>
    148153}}}