Versions Compared

Key

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

...

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/<TARGET_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/<TARGET_SRV_NAME>rc

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

#Now edit the file an insert the site specific data for the new RC

An actual serverrc input file used in a validation lab to build an RC is shown at the end of this page.

...