Versions Compared

Key

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


https://www.juniper.net/documentation/en_US/healthbot/topics/topic-map/healthbot-install-interactive.html

1- sudo apt-get update -y

2- get the .deb package ( https://support.juniper.net/support/downloads/ )

3- get health bot to /var/tmp

cd /var/tmp

wget "https://cdn.juniper.net/software/contrail-healthbot/1.0.1/healthbot-1.0.1.deb?SM_USER=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

4- 









Install Unbuntu


Code Block
titleubuntu
collapsetrue
Ubuntu Install:  amd64 !!!!!!!!!!!!
RAM: 20GB
vCPU: 6
HHD: 100GB

Mgt IP@: 172.30.92.217/25
GW: 172.30.92.129
name server: 8.8.8.8
domain name: ?????
ubuntu user : seuki / juniper123!



>>> sudo apt-get update <<<<<< only !!!!!!




Install docker

https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-using-the-repository


Code Block
titleInstall docker
collapsetrue

Docker CE:         
-----------

wget "https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/containerd.io_1.2.5-1_amd64.deb" -O containerd.io.deb
wget "https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/docker-ce-cli_18.09.4~3-0~ubuntu-xenial_amd64.deb" -O docker-ce-cli.deb
wget "https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/docker-ce_18.09.4~3-0~ubuntu-xenial_amd64.deb" -O docker-ce.deb
sudo dpkg -i /var/tmp/containerd.io.deb
sudo dpkg -i /var/tmp/docker-ce-cli.deb
sudo dpkg -i /var/tmp/docker-ce.deb

sudo usermod -aG docker seuki 

>>>>>>>>>> Logout and log back in <<<<<<<<<<<<
test:
docker ps  ( with seuki user account )


Install healthbot

https://www.juniper.net/documentation/en_US/healthbot/information-products/pathway-pages/healthbot-installation-guide.pdf


Code Block
titleinstall healthbot
collapsetrue
Download HB:         
-------------

wget "https://cdn.juniper.net/software/contrail-healthbot/1.0.1/healthbot-1.0.1.deb?SM_USER=jkriker&__gd84b6d485074f2" -O /var/tmp/healthbot-1.0.1.deb


sudo apt-get install   /var/temp/healthbot-

...

1.0.1.deb