Changes between Version 26 and Version 27 of Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup


Ignore:
Timestamp:
Jun 20, 2013, 10:39:09 PM (11 years ago)
Author:
agosain
Comment:

Legend:

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

    v26 v27  
    142142
    143143 Install response.rb to /usr/share/omf-common-5.4/omf-common/
     144 Create user omf in mysql and give it "grant all privileges"
     145 Create database "inventory" in mysql
    144146 Modify the addNode.rb file to point to the correct inventory database
    145147
    146148{{{
    147 @host = "http://internal1:5054/inventory/"
     149@host = "http://console:5054/inventory/"
    148150}}}
    149151
     
    152154{{{
    153155
    154 ruby addNode.rb <node_control_name>
     156ruby addNode.rb <node_fqdn>
    155157}}}