You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1: put you labtop RJ45 port to the switch which have a ethernet connect to the VM
2: verify the labtop if it can obtail the IP from the VM or not
H: test the tftp service
# create a file in the /var/lib/tftpboot directory or other directory that tftp service should be access
# the default tftp chroot directory is define in /etc/xinetd.d/tftp and you can change it base on your need
[root@thinkagile_cp ~]# echo `date` >/var/lib/tftpboot/test_date
[root@thinkagile_cp ~]# md5sum /var/lib/tftpboot/test_date
18909c1732e4b2a7677304dff4c1fe42 /var/lib/tftpboot/test_date
# make sure current directory without the target file ,here the target file test_date
[root@thinkagile_cp ~]# pwd
/root
[root@thinkagile_cp ~]# ls test_date*
ls: cannot access test_date*: No such file or directory
# download the target file and check
[root@thinkagile_cp ~]# tftp localhost -c get test_date
[root@thinkagile_cp ~]# ls test_date*
test_date
[root@thinkagile_cp ~]# md5sum test_date
18909c1732e4b2a7677304dff4c1fe42 test_date
[root@thinkagile_cp ~]#
I: Q&A for the VM preparation
1 : for tftp service ,make sure if the xined service enable and controle the tftp service
2 : make sure the /var/lib/tftpboot have the correct permission for tftp access the file (download )
3 : ...
B: download the cloudistics image from cloudistics website cloudistics image , ask TE or WWTE for the latest password if you are in need
C: Example for the cloudistics image:
D: Example of the command to run after download
# Get the cloudistics_4.0 GA image
[root@test data2]# cd ThinkAgile_CP/
[root@test ThinkAgile_CP]# ls
cloudistics_4.0-GA-20181220.zip
[root@test ThinkAgile_CP]# ll
total 31301552
-rw-r--r-- 1 root root 16026393725 Dec 21 02:20 cloudistics_4.0-GA-20181220.zip
# Copy the image to the test server (L1 server / VM )
[root@test ThinkAgile_CP]# scp -P 21122 cloudistics_4.0-GA-20181220.zip 10.186.95.120:/root/
# Unzip all the file in the /var/lib/tftpboot directory
mkdir ThinkAgile_CP_GA_4.0
cd ThinkAgile_CP_GA_4.0/
unzip ../cloudistics_4.0-GA-20181220.zip
cd 4.0\ GA\ Update/
scp -r * 192.168.122.126:/var/lib/tftpboot/ < Copy the content to the VM in my lab >
E: Q&A
3: Switch FW upgrade
A: General setup for the EdgeCore switch
Baud: 115200
Data bits: 8
Stop bits: 1
Paraity: none
Flow control: none
Default username : admin
Default password : pica8
New Password: ioctl960 < Should be change after first login >