Changes between Version 11 and Version 12 of Internal/SandboxConsoleSetup


Ignore:
Timestamp:
Apr 7, 2010, 3:16:40 PM (14 years ago)
Author:
jsingh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/SandboxConsoleSetup

    v11 v12  
    6767     10.1.10x.17 x is the sandbox(x) number , the last 4 hex numbers are used to denote the ip address of each node of sandbox.
    6868     node2 for sandbox would be 10.1.10x.18
     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)
     74console.sb2.orbit-lab.org
     75
     76(in /etc/hosts)
     77127.0.0.1       console.sb2.orbit-lab.org console
     78
     79As for the old omf we need to:
     80
     81rm /usr/bin/omf   #(it is actually a soft link to /etc/alternatives/omf)[[BR]]
     82
     83scp -r sb1.orbit-lab.org:/opt/nodehandler4-4.4.0 /opt/nodehandler4-4.4.0[[BR]]
     84
     85scp -r sb1.orbit-lab.org:/etc/nodehandler4 /etc/nodehandler4[[BR]]
     86
     87scp sb1.orbit-lab.org:/usr/bin/omf /usr/bin/omf[[BR]]
     88
     89
     90which will set the 4.4 as a default omf.
     91
     92Ivan.
    6993   
    7094