Versions Compared

Key

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

...

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

...

Operating System Installation

To begin the Regional Controller's BIOS provisioning and Linux installation do the following (aknode29 is an example):

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

...

redfish/

...

install_

...

server_os.sh --rc /opt/akraino/server-config

...

/<RC_INPUT_FILE> --skip-confirm

root@build-server# /opt/akraino/redfish/

...

install_server_os.sh --rc /opt/akraino/server-config/

...

aknode29rc --skip-confirm


During the installation the progress can be monitored by viewing the following logfile on the build server <INSERT CODE SHOWING LOG FILE>

The BIOS configuration and Linus installation results in numerous reboots of the target server which each take many minutes. In addition software packages are transferred and updated on the target RC server resulting in a total installation time of <INSERT BALL  PARK FIGURE>. The actual time will vary depending on the time taken to retrieve packages from their external repos.

...