| 69 | |
| 70 | 15. We still have omf5 as the default so please do the following |
| 71 | Just to add to our notes, we need to make sure machine have fully qualified host name (some services depend on it). So |
| 72 | |
| 73 | (in /etc/hostname) |
| 74 | console.sb2.orbit-lab.org |
| 75 | |
| 76 | (in /etc/hosts) |
| 77 | 127.0.0.1 console.sb2.orbit-lab.org console |
| 78 | |
| 79 | As for the old omf we need to: |
| 80 | |
| 81 | rm /usr/bin/omf #(it is actually a soft link to /etc/alternatives/omf)[[BR]] |
| 82 | |
| 83 | scp -r sb1.orbit-lab.org:/opt/nodehandler4-4.4.0 /opt/nodehandler4-4.4.0[[BR]] |
| 84 | |
| 85 | scp -r sb1.orbit-lab.org:/etc/nodehandler4 /etc/nodehandler4[[BR]] |
| 86 | |
| 87 | scp sb1.orbit-lab.org:/usr/bin/omf /usr/bin/omf[[BR]] |
| 88 | |
| 89 | |
| 90 | which will set the 4.4 as a default omf. |
| 91 | |
| 92 | Ivan. |