Versions Compared

Key

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

...

Code Block
languagebash
# nmap -sS <SRV<TARGET_HOSTSERVER_ADDRESS>IP>

# nmap -sS <INSERT HOST ADDRESS>10.51.34.230
 
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

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

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.

...

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

...