Changes between Version 6 and Version 7 of Software/eAM/qNetwork


Ignore:
Timestamp:
Apr 10, 2013, 12:06:26 AM (11 years ago)
Author:
nkiran
Comment:

Updates to sb9 switch & service config. boot cmds changed to include hostname —> cmd prompts

Legend:

Unmodified
Added
Removed
Modified
  • Software/eAM/qNetwork

    v6 v7  
    7171
    7272{{{
    73 #older flash drive boot for Indigo
     73#older flash drive booot
    7474flash_bootcmd=setenv bootargs root=/dev/ram console=ttyS0,$br DEV_ADDR=$ip ETH0_IP=$ip GATEWAY=$gip  dpid=$dpid CONTROLLER=$ofip CTRL_PORT=$ofp rw; bootm ffd00000 ff000000 ffee0000
    7575
    76 #older flash drive boot for Pica8
    77 cfcard_bootcmd=setenv bootargs root=/dev/ram console=ttyS0,$br; ext2load ide 0:1 0x1000000 /uImage;ext2load ide 0:1 0x2000000 /uInitrd2m;ext2load ide 0:1 0x400000 /LB9A.dtb;bootm 1000000 2000000 400000
    7876
    7977#NFS boot of OF image from flash drive
     
    8179
    8280#Current Pica8 boot from CF card
    83 cfcard_bootcmd2=setenv bootargs root=/dev/hda1 rw noinitrd console=ttyS0,$baudrate;ext2load ide 0:1 0x1000000 boot/uImage;ext2load ide 0:1 0x400000 boot/LB9A.dtb;bootm 1000000 - 400000
     81cfcard_bootcmd_pica8=setenv bootargs root=/dev/hda1 rw noinitrd console=ttyS0,$baudrate hostname=pi8.${hostname}; ext2load ide 0:1 0x1000000 boot/uImage;ext2load ide 0:1 0x400000 boot/LB9A.dtb;bootm 1000000 - 400000
    8482
    8583#Current Indigo boot from CF card
    86 bootargs_hda1_of=setenv bootargs root=/dev/hda1 rw console=ttyS0,${br} DEV_ADDR=${ip} ETH0_IP=${ip} GATEWAY=${gip} dpid=${dpid} CONTROLLER=${ofip} CTRL_PORT=${ofp} controller_ip=${ofip} controller_port=${ofp}
    87 cfcard_bootcmd3=run bootargs_hda1_of;ext2load ide 0:1 0x1000000 /boot/uImage;ext2load ide 0:1 0x2000000 /boot/uInitrd2m;ext2load ide 0:1 0x400000 /boot/LB9A.dtb;bootm 1000000 2000000 400000
     84bootargs_indigo=setenv bootargs root=/dev/hda1 rw console=ttyS0,${br} hostname=ind.${hostname} DEV_ADDR=${ip} ETH0_IP=${ip} GATEWAY=${gip} dpid=${dpid} CONTROLLER=${ofip} CTRL_PORT=${ofp} controller_ip=${ofip} controller_port=${ofp}
     85cfcard_bootcmd_indigo=run bootargs_indigo; ext2load ide 0:1 0x1000000 /boot/uImage;ext2load ide 0:1 0x2000000 /boot/uInitrd2m;ext2load ide 0:1 0x400000 /boot/LB9A.dtb;bootm 1000000 2000000 400000
    8886}}}
    8987
     
    9290Indigo:
    9391{{{
    94 indigo-unknown#
     92ind.sw.sb9.orbit-lab.org#
     93
     94ind.sw.sb9.orbit-lab.org# cat /etc/indigo-version
     952012.03.19-iods: User mode. Stanford-LB9A.
     96 
    9597}}}
    9698
     
    129131
    130132Pica8 mode:
    131 pi8-v1.sw1.sb9.orbit-lab.org>
     133pi8.sw.sb9.orbit-lab.org>
    132134
    133135Indigo mode:
    134 ind-v1.sw1.sb9.orbit-lab.org>
     136ind.sw.sb9.orbit-lab.org#
    135137
    136138Pica8's OVS mode:
    137 ovs-v1.sw1.sb9.orbit-lab.org>
     139ovs.sw.sb9.orbit-lab.org>
    138140
    139141NEC switches:
    140142------------
    141143This is the regular mode on top of which it can support a hybrid mode:
    142 nec-v1.sw1.grid.orbit-lab.org>
     144nec.swX.grid.orbit-lab.org>
    143145
    144146}}}