Changes between Version 5 and Version 6 of Resources/Notes/N310Usage


Ignore:
Timestamp:
Dec 22, 2022, 8:25:33 PM (16 months ago)
Author:
jennyshane
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Resources/Notes/N310Usage

    v5 v6  
    6060Configure ''eno1'' so it can talk to the N310's data interface and set the network tcp buffers as well.
    6161{{{#!shell-session
    62 $ ifconfig eno1 10.39.1.1 netmask 255.255.0.0 mtu 8000
     62$ ip addr add 10.39.1.1/16 dev DATA1
     63$ ip link set DATA1 mtu 8000
    6364$ sysctl -w net.core.wmem_max=62500000
    6465$ sysctl -w net.core.rmem_max=62500000
     
    311312After the image loader completes, power-cycle the N310 from the console and detect the N310 again.
    312313{{{#!shell-session
    313 console:~$ omf tell -a offh -t srv1-lg1.sb1.cosmos-lab.org
    314 console:~$ omf tell -a on -t srv1-lg1.sb1.cosmos-lab.org
    315 }}}
    316 
     314console:~$ omf tell -a offh -t sdr1-s1-lg1.sb1.cosmos-lab.org
     315console:~$ omf tell -a on -t sdr1-s1-lg1.sb1.cosmos-lab.org
     316}}}
     317