Sandbox is a ubuntu machine Steps on setting up this ubuntu Server are as follows[[BR]] 1. Attach a usb cd drive and start the cd install.[[BR]] 2. Choose Entire disk with help from installer to do the partitioning of the FS[[BR]] Choose dhcp for eth0 during setup. 3. Setup the Network Interfaces[[BR]] eth0 - Goes into the DMZ network, so please modify the /etc/network/interfaces file to for eth0 [[BR]] the ability to attain an ip address using dhcp.[[BR]] Please update the dhcpd.conf file with eth0 mac address for console.sbX[[BR]] eth1 - Is the ConsoleC address for sandbox.[[BR]] Please update /etc/network/interfaces to [[BR]] iface eth1 inet static [[BR]] address 10.1x.0.10 - (x) is the sandbox number [[BR]] netmask 255.255.0.0 [[BR]] 4. Please Install libpam-ldap,libnss-ldap,autofs and autofs-ldap packages using apt.[[BR]] 5. Please modify /etc/ldap/ldap.conf to the following [[BR]] BASE dc=orbit-lab,dc=org [[BR]] URI ldap://ldap.orbit-lab.org [[BR]] 6. You can copy /etc/ldap.conf from another sandbox or set the following attributes yourself[[BR]] host ldap.orbit-lab.org [[BR]] base dc=orbit-lab,dc=org [[BR]] ldap_version 3 [[BR]] rootbinddn cn=admin,dc=orbit-lab,dc=org [[BR]] timelimit 30 [[BR]] bind_timelimit 30 [[BR]] idle_timelimit 360 [[BR]] pam_check_host_attr yes [[BR]] pam_password crypt [[BR]] Copy the /etc/ldap.secret file from another sandbox or ask the administrator for the password. [[BR]] Modify /etc/nsswitch.conf for the users and autofs to use LDAP 7. For autofs we need to modify /etc/default/autofs file so that the autofs daemon knows what the master map is. [[BR]] {{{ LDAPURI="ldap://ldap1.orbit-lab.org/" LDAPBASE="ou=auto.master,dc=orbit-lab,dc=org" }}} 8. Copy the /etc/nsswitch.conf file to this new machine from another sandbox or modify the file for your [[BR]] self to include ldap for login and automount to be done by ldap. Please ensure that you start autofs Modify the sudoers file to include sysadmin group with privileges to become root without password or just[[BR]]copy the sudoers file from an existing sandbox. 9. Install the mail packages , so that the mail can be sent from the sandbox.[[BR]] {{{ apt-get install postfix mailutils }}} [[BR]] When you begin installing the postfix package configuration it will ask you configuration details, please select to install the package as a '''Satellite''' system. After that copy the main.cf file from another sandbox. 10. Install logwatch, ntp and cfengine2 packages. [[BR]] 11. Configure cfengine2 , which should copy the config files for logwatch and ntp.[[BR]] 12. OMF Install -To manage your nodes To install omf packages modify your apt source tree to include mytestbed url and then run update on the apt for it to pull down the package information. The above steps can be done by these steps[[BR]] {{{ echo "deb http://pkg.mytestbed.net/ubuntu karmic/" >> /etc/apt/sources.list apt-get update }}} For the console we need to add the following packages omf-resctl liboml omf-expectl omf-common omf-aggrmgr . Please try and install the latest release[[BR]] {{{ apt-get install liboml omf-expctl-5.2 omf-common-5.2 omf-aggmgr-5.2 }}} 13. OMF Configuration Copy a working config file for /etc/omf-expctl-5.2/nodehandler.yaml from another sandbox and modify its ip addresses for the Sandbox. The XMPP server is repository2. 14. In the inventory52 database , nodes table please make sure that the control ip is set to the ip of the eth1 interface (non dmz) interface. Once you start the expirement you can go to the following ip and see the serial console 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. node2 for sandbox would be 10.1.10x.18 15. We still have omf5 as the default so please do the following Just to add to our notes, we need to make sure machine have fully qualified host name (some services depend on it). So (in /etc/hostname) console.sb2.orbit-lab.org (in /etc/hosts) 127.0.0.1 console.sb2.orbit-lab.org console As for the old omf we need to: rm /usr/bin/omf #(it is actually a soft link to /etc/alternatives/omf)[[BR]] scp -r sb1.orbit-lab.org:/opt/nodehandler4-4.4.0 /opt/nodehandler4-4.4.0[[BR]] scp -r sb1.orbit-lab.org:/etc/nodehandler4 /etc/nodehandler4[[BR]] scp sb1.orbit-lab.org:/usr/bin/omf /usr/bin/omf[[BR]] which will set the 4.4 as a default omf. Ivan.