Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To verify the necessary IP connectivity from the Build Server to the Target Server's BMC confirm from the Build Server that at least port 443 is open to the Target Server'  iDRAC/iLO BMC IP address <SRV_OOB_IP> : <INSERT_IP ADDRESS BELOW>   

Code Block
languagebash
build_server# #nmap -sS <SRV_OOB_IP>

build_server# nmap -sS <INSERT_IP ADDRESS>10.51.35.146


Starting Nmap 7.01 ( https://nmap.org ) at 2018-07-10 13:55 UTC Nmap scan report for <INSERT_IP ADDRESS> Host report for 10.51.35.146 Host is up (0.00085s latency). Not shown: 996 closed ports PORT STATE SERVICE 22/tcp open ssh 80/tcp open http 443/tcp open https 5900/tcp open vnc Nmap done: 1 IP address (1 host up) scanned in 1.77 seconds

Note: The enumerated IP shown (10.51.35.146) is the iDRAC address for a RC deployed in a specific validation lab.


<IS THIS NEXT STEP REALLY NECESSARY - DOESN:T THE INSTALL SCRIPT FORMAT THE SERVER BY DEFAULT?>

...

Code Block
languagebash
root@build-server# mkdir -p /opt/akraino/server-config

root@build-server# #cp /opt/akraino/redfish/serverrc.template /opt/akraino/server-config/<NEW_RC_SRV_NAME>rc

root@build-server# cp /opt/akraino/redfish/serverrc.template /opt/akraino/server-config/aknode29rc

root@build-server# #vi /opt/akraino/server-config/<NEW_RC_SRV_NAME>rc

root@build-server# vi /opt/akraino/server-config/aknode29rc

The An actual serverrc input file used in the a validation labs lab to build their RCs an RC is shown in at the Validation Labs section of the release documentation <INSERT LINK>. <MAYBE A COPY OF THE FILE SHOULD BE PLACED AT THE END OF THIS PAGE FOR IMMEDIATE REFERENCE?>end of this page.

Deploying the RC 

The RC is deployed in two stages, first the bare metal and Linux OS installation occurs then the Network Cloud specific software is installed on the Target RC server.

...

Code Block
languagebash
root@build-server# Completed bare metal install of regional server [aknode44aknode29] at Mon Jul 2 20:09:35 UTC 2018 SUCCESS: Try connecting with 'ssh root@192.168.2.42' as user root Elapsed time was 9 minutes and 22 seconds

...

Once this has been set and the file saved export the value using <INSERT ADDRESS BELOW>using 

Code Block
languagebash
root@build-server# #export TARGET_SERVER_IP=<RC_planned_host_address>

root@build-server# #export TARGET_SERVER_IP=<INSERT ADDRESS>10.51.34.230

Note: The enumerated IP shown (10.51.34.230) is the 'host' address for a RC deployed in a specific validation lab.


The final step installs the Regional Controller software:

...

A successful installation will end with the following message <UPDATE IP ADDRESS BELOW>message 

Code Block
languagebash
...
  
Setting up tempest content/repositories
Setting up ONAP content/repositories
Setting up sample vnf content/repositories
Setting up airshipinabottle content/repositories
Setting up redfish tools content/repositories
SUCCESS:  Portal can be accessed at http://19210.16851.234.44230:8080/AECPortalMgmt/
SUCCESS:  Portal install completed

Note: The enumerated IP shown (10.51.34.230) is the 'host' address for a RC deployed in a specific validation lab.


The Regional Controller Node installation is now complete.

...