Difference between revisions of "User talk:Vishal.gajjar.like"

From fd.io
Jump to: navigation, search
(VPP Start Problem -- on Ubuntu Server 14.04 (Installed on Oracle VM VirtualBox))
 
(Blanked the page)
 
Line 1: Line 1:
Hi,
 
  
I am trying to install VPP on Ubuntu Server 14.04 (Which has been installed on Oracle VM VirtualBox) but VPP not getting started.
 
 
Need help on this please.
 
 
Do let me know if i am doing something wrong on this.
 
 
 
Below are the command which was entered for VPP Installation.
 
 
export http_proxy=http://x.x.x.x:xx
 
export https_proxy=http://x.x.x.x:xx
 
export ftp_proxy=http://x.x.x.x:xx
 
apt-get update
 
apt-get install git
 
git clone https://gerrit.fd.io/r/vpp
 
cd vpp/build-root
 
git pull 
 
make distclean
 
./bootstrap.sh
 
make V=0 PLATFORM=vpp TAG=vpp install-deb 
 
dpkg -i *.deb
 
start vpp
 
 
 
===================================
 
Status after Installation VPP
 
===================================
 
root@ubuntu:/etc/vpp# start vpp
 
vpp start/running, process 32249
 
root@ubuntu:/etc/vpp# status vpp
 
vpp stop/waiting
 
===================================
 
 
 
Thanks,
 
Vishalkumar
 

Latest revision as of 07:56, 8 April 2016