Versions Compared

Key

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

...


Ensure Python 2, specifically version 2.7.12 or later is installed. Ensure the latest versions of sshpassof sshpassxorriso, and python-requests are installed. 

...

Code Block
languagebash
# python --version
 Python 2.7.12
 # apt install --upgrade sshpass xorriso python-requests
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 python-requests is already the newest version (2.9.1-3).
 sshpass is already the newest version (1.05-1).
 xorriso is already the newest version (1.4.2-4ubuntu1).
 0 upgraded, 0 newly installed, 0 to remove and 107 not upgraded

...

Code Block
languagebash
# nmap -sS 192.168.41.44

 Starting Nmap 7.01 ( https://nmap.org ) at 2018-07-10 13:55 UTC
 Nmap scan report for 192.168.41.44
 Host is up (0.00085s latency).
 Not shown: 996 closed ports
 PORT     STATE SERVICE
 22/tcp   open ssh ssh
80/tcp   open http http
443/tcp  open https https
5900/tcp open vnc vnc

Nmap done: 1 IP address (1 host up) scanned in 1.77 seconds

...

Code Block
languagebash
# /opt/akraino/tools/install_server_os.sh --rc /opt/akraino/server-config/aknode44rc --no-confirm
 Beginning /opt/akraino/tools/install_server_os.sh as user [root]
 in pwd [/opt/akraino/server-config] with home [/root]
 Tools are ready in [/opt/akraino]
 WARNING:  Preparing to build server [aknode44] using oob ip [192.168.41.44]. 
Beginning in 10 seconds ..........
 Beginning bare metal install of os at Mon Jul 2 18:57:32 UTC 2018
 ...

 Processing triggers for libc-bin (2.23-0ubuntu10) ...
 SUCCESS:  Completed bare metal install of regional server [aknode44] at Mon Jul 2 20:09:35 UTC 2018
 SUCCESS:  Try connecting with 'ssh root@192.168.2.42' as user root
 Elapsed time was 9 minutes and 22 seconds

...

  1. Login to regional controller node à : ssh root@regional_node_ip
  2. Clone airship-treasuremap under /root:

...