Please enable JavaScript.
Coggle requires JavaScript to display documents.
WISE (Install Software (Install Chrome (cd /tmp, wget https://dl.google…
WISE
Install Software
Install Chrome
cd /tmp
wget
https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
ls
sudo dpkg -i google-chrome-stable_current_amd64.deb
grep install /var/log/dpkg.log
sudo dpkg -l
svn checkout
https://svn.server:port/svn/project/trunk
/home/projectdir
Linux Details - cat /etc/os-release
Infrastructure and Logins
Kalpesh's Centos
woi@10.205.1.73@woiseepz
Sachin's Centos
woi@10.205.3.190@woiseepz
Wise Server
Its Centos (Here we need to run Packer Commant)
) - Host Machine - ssh
woi@10.205.1.162
Go to cd/data/tools/packer-builder
Check Artifact Folder for WiseVM generated by Packer, use same folder to run Packer Command, copy this folder to /tmp then Replace RPMs from newly generated and put it into httpdir/repo/wise/kid2.1 and then run paker command
export PACKER_LOG_PATH="packer.log"
rm -f packer.log
export PACKER_LOG=1
bin/packer build -only RedHat6 -force definitions/kid-2.1.json
List down all VM running in Centoos
sudo virsh list --all