Versions Compared

Key

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

...

# nmap -sS <SRV_HOST_ADDRESS>

# nmap -sS <INSERT HOST ADDRESS>
 
Starting Nmap 7.01 ( https://nmap.org ) at 2018-07-10 13:55 UTC
Note: Host seems down. If it is really up, but blocking our ping probes, try -Pn
Nmap done: 1 IP address (0 hosts up) scanned in 0.63 seconds

...


Preflight Input Data 

The automated deployment process configures the new RC based on a set of user defined values. These values are created and stored in a yaml configuration input file before the RC deployment process can be started.

During the previous build server installation a generic template for a Regional Controller called serverrc.template will have been created on the build server in /opt/akraino/redfish/. This template should be used to create the deployment specific input file for the new RC.   

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/aknode44rc

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


Deploying the RC 

Elevate yourself to root:

Code Block
languagebash
user@build_server:/# sudo -i

...


Copy the Bare Metal Server configuration template into/opt/akraino/server-config/AKRAINO_NODE_RC, where AKRAINO_NODE_RC is the Bare Metal Server name followed by rc. On the Build Server:

mkdir -p /opt/akraino/server-config
cp /opt/akraino/redfish/serverrc.template /opt/akraino/server-config/aknode44rc
vi /opt/akraino/server-config/aknode44rc


A sample configuration file for the Regional Controller follows. Ensure the following: