| 29 |   |  1.Check the serial console by telneting to cons4-11 8023 | 
          
          
            | 30 |   |  1.  | 
          
          
            |   | 29 |  1. In a seprate session telnet to cons4-11 3025 | 
          
          
            |   | 30 |     {{{ | 
          
          
            |   | 31 | ssugrim@console.outdoor:~$ telnet cons4-11 3025 | 
          
          
            |   | 32 | Trying 10.1.224.59... | 
          
          
            |   | 33 | Connected to cons4-11.outdoor.orbit-lab.org. | 
          
          
            |   | 34 | Escape character is '^]'. | 
          
          
            |   | 35 |     }}}     | 
          
          
            |   | 36 |  1. Turn on the node and then watch the console session for the pxe message and quickly collect the mac address. It should look like: | 
          
          
            |   | 37 |     {{{ | 
          
          
            |   | 38 | Yukon PXE v3.06  (20041109) | 
          
          
            |   | 39 | (C)Copyright 2003-2004 Marvell(R). All rights reserved. | 
          
          
            |   | 40 |  | 
          
          
            |   | 41 | Pre-boot eXecution Environment (PXE) v2.1 | 
          
          
            |   | 42 | (C)Copyright 1997-2000 Intel Corporation. | 
          
          
            |   | 43 |  | 
          
          
            |   | 44 | CLIENT MAC ADDR: 00 0F EA 02 87 F4 | 
          
          
            |   | 45 | GUID: 30303046-4541-3032-3837-4634FFFFFFFF | 
          
          
            |   | 46 | DHCP.- | 
          
          
            |   | 47 |     }}} | 
          
          
            |   | 48 |  1. Once you have the mac, turn off the node with omf-5.2 tell offh ![4,11]. | 
          
          
            |   | 49 |     {{{ | 
          
          
            |   | 50 | ssugrim@console.outdoor:~$ omf-5.2 tell offh [4,11] | 
          
          
            |   | 51 |  | 
          
          
            |   | 52 |  INFO NodeHandler: init OMF Experiment Controller 5.2.408 | 
          
          
            |   | 53 | --------------------------------------------------- | 
          
          
            |   | 54 |  Testbed : outdoor.orbit-lab.org - Command: offHard | 
          
          
            |   | 55 |  Node n_4_11 - Ok | 
          
          
            |   | 56 | --------------------------------------------------- | 
          
          
            |   | 57 |     }}}  | 
          
          
            |   | 58 |  1. ssh to dhcp1 and edit the /etc/dhcpd3/dhcpd.conf file. (You may need to bounce of internal4 to do this) | 
          
          
            |   | 59 |  1. Find the line for node 4-11, in the outdoor group, and replace the mac address with the one you  | 
          
          
            |   | 60 |     copied from the console. The original line may look like | 
          
          
            |   | 61 |     {{{ | 
          
          
            |   | 62 |         host node4-1 {hardware ethernet 00:03:1d:08:19:23; fixed-address 10.40.4.1;} | 
          
          
            |   | 63 |  | 
          
          
            |   | 64 |         # Dummy node for TESTING. This node should be wired to the outdoor control vlan. | 
          
          
            |   | 65 |         host node4-11 {hardware ethernet 00:03:1d:0a:9f:23; fixed-address 10.40.4.11;} | 
          
          
            |   | 66 |  | 
          
          
            |   | 67 |         host node1-201 {hardware ethernet 00:0F:EA:7C:C3:D1; fixed-address node1-201.outdoor.orbit-lab.org;} | 
          
          
            |   | 68 |     }}} | 
          
          
            |   | 69 |  1. Restart the dhcp server: | 
          
          
            |   | 70 |     {{{ | 
          
          
            |   | 71 | root@dhcp1:/etc/dhcp3# /etc/init.d/dhcp3-server restart | 
          
          
            |   | 72 |  * Stopping DHCP server dhcpd3                                                                                                                                                                          [ OK ] | 
          
          
            |   | 73 |  * Starting DHCP server dhcpd3 | 
          
          
            |   | 74 |     }}} | 
          
          
            |   | 75 |  1. Now try to load an image with omf-5.2 load ![4,11] !ImageName and observe the console. If you see faulty behavior you want to capture, log the  telnet session. | 
          
          
            |   | 76 |     {{{ | 
          
          
            |   | 77 | ssugrim@console.outdoor:~$ omf-5.2 load [4,11] inventory.ndz | 
          
          
            |   | 78 | Imaging nodes: '[4,11]' with image 'inventory.ndz' | 
          
          
            |   | 79 | (Domain:  default from hostname) | 
          
          
            |   | 80 | (Timeout:  800 sec.) | 
          
          
            |   | 81 |  INFO NodeHandler: init OMF Experiment Controller 5.2.408 | 
          
          
            |   | 82 |     }}} | 
          
          
            |   | 83 |     You may also see error messages on the monitor attached to the node.  | 
          
          
            |   | 84 |  |