Versions Compared

Key

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

...

Next, use nmap to check for a "clean slate" Bare Metal Server. The results will show the host as being down (due to no OS).

Code Block
languagebash
# 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 must be created and stored in a yaml configuration file before the RC deployment process can be started.

...