Changes between Version 30 and Version 31 of GENILTE/LTEDeployment


Ignore:
Timestamp:
06/15/17 13:38:54 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENILTE/LTEDeployment

    v30 v31  
    413413[[Image(AmeriSoftNetworkProfile.jpeg)]]
    414414
    415 
    416 = Older OBSOLETE Instruction =
    417 
    418 -------------------
    419 NOTE: Instructions below were tried initially, but eventually dropped. keeping as a reference.
    420 --------------------
    421 
    422 
    423 == Installing the RAN Kernel on InstaGENI Gen8 Hosts ==
    424 This was the originally suggested approach, which was not used due to issues on older racks (Gen7).
    425 
    426 If you installation is on an InstaGENI with HP Gen8 hosts, login to the raw-pc that you reserved and and execute these commands for the package version of the Kernel Master branch:
    427 
    428 {{{
    429 git clone https://gitlab.eurecom.fr/oai/linux-4.7.x.git
    430 cd linux-4.7.x
    431 sudo dpkg -i linux-headers-4.7.7-oaiepc_4.7.7-oaiepc-10.00.Custom_amd64.deb linux-image-4.7.7-oaiepc_4.7.7-oaiepc-10.00.Custom_amd64.deb
    432 }}}
    433 The above command is an excerpt from the [https://gitlab.eurecom.fr/oai/openairinterface5g/wikis/OpenAirKernelMainSetup Radio Access Network Kernel] wiki page.
    434 
    435 == Installing the RAN Kernel on InstaGENI Gen7 Hosts ==
    436 
    437 If you installation is on an InstaGENI with HP Gen7 hosts, login to the raw-pc that you reserved and and execute the steps details at the [https://gitlab.eurecom.fr/oai/openairinterface5g/wikis/OpenAirKernelMainSetup Radio Access Network Kernel] wiki page.  You must follow the instruction for Ubuntu 14 and the Ran Master branch. As a reference the GPO IG Gen7 raw pc installation history was captured in the attached file named install-log-gpo-pc1-gen7.txt.
    438 
    439 == Hostnames and domain-name configuration ==
    440 
    441 Append the following lines to /etc/hosts:
    442 {{{
    443  127.0.1.1 nano.orbit-lab.org nano
    444  127.0.1.1 hss.orbit-lab.org hss
    445 }}}
    446 
    447 Remove /etc/hostname file
    448 {{{
    449  sudo rm /etc/hostname
    450 }}}
    451 
    452 Change the hostname:
    453 {{{
    454  sudo hostnamectl set-hostname nano
    455 }}}
    456 Logout and login again to verify hostname change and verify name resolution:
    457 {{{
    458 lnevers@nano:~$ sudo getent hosts nano
    459 127.0.1.1       nano.orbit-lab.org nano
    460 }}}
    461 
    462 
    463 
    464 
     415Once all changes are validated and saved, force a node reset by selecting the "State And Control" tab, then in the "Reprovisioning and Actions" section select "Forced Reset Node" from the Action pull-down and click "OK".
     416
     417[[Image(ForceReset.jpeg)]]
     418
     419Once the Reset is completed, the node can be set in service also in the "State And Control" tab, in the "Service State" section select "Set In Service" from the "Action" pull-down:
     420
     421[[Image[SetInService.jpeg)]]
     422
     423
     424
     425
     426
     427