Changes between Version 28 and Version 29 of Internal/SandboxConsoleSetup
- Timestamp:
- Apr 3, 2013, 9:43:17 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/SandboxConsoleSetup
v28 v29 136 136 }}} 137 137 138 For the console we need to OMF package es; please try and install the latest release also [[BR]]138 For the console we need to OMF packages; please try and install the latest release also [[BR]] 139 139 {{{ 140 apt-get install omf-expctl-5. 3 omf-aggmgr-5.3oml2-server140 apt-get install omf-expctl-5.4 omf-aggmgr-5.4 oml2-server 141 141 }}} 142 142 … … 162 162 cd /etc/omf-aggmgr-5.3/enabled; ln -s ../available/result.xml 163 163 }}} 164 14. Install the cfengine3 package and then copy 165 {{{ 166 sudo scp /etc/cfengine3/*.cf console.??:/etc/cfengine3/ 167 }}} 164 168 169 15. from dhcp1: 170 * delete pub key if for the console's ip if it exists. 171 * sudo scp /var/lib/cfengine3/ppkeys/root-10.0.0.9.pub console.??:/var/lib/cfengine3/ppkeys/ 165 172 166 173 16. Run cf-agent on the console we're installing. 174 {{{ 175 cf-agent -v 176 }}}