Changes between Version 26 and Version 27 of Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup
- Timestamp:
- Jun 20, 2013, 10:39:09 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup
v26 v27 142 142 143 143 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 144 146 Modify the addNode.rb file to point to the correct inventory database 145 147 146 148 {{{ 147 @host = "http:// internal1:5054/inventory/"149 @host = "http://console:5054/inventory/" 148 150 }}} 149 151 … … 152 154 {{{ 153 155 154 ruby addNode.rb <node_ control_name>156 ruby addNode.rb <node_fqdn> 155 157 }}}