Software Defined Networking
1753511 Members
5254 Online
108795 Solutions
New Discussion

SDN VAN controller installation error

 
pradeepmkhp
Occasional Visitor

SDN VAN controller installation error

my name : Pradeep

 

on my virtual box-guest os is ubuntu server version is 12.04 LTS

 

I am using the hp-sdn-ctl_2.2.5.0016_amd64.deb.  I followed the steps in the guide for installing  VAN SDN controller.

 

I setted my proxy before running this commands.

 

$sudo su -

root user
$apt-get install python-software-properties ubuntu-cloud-keyring

$add-apt-repository "deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/folsom main"

$apt-get update

$apt-get install openjdk-7-jre-headless postgresql keystone keystone-doc python-keystone iptables unzip

 

 

After this i run the command 

 

$dpkg -i hp-sdn-ctl_2.2.5.0016_amd64.deb

 

dpkg: regarding hp-sdn-ctl_2.2.5.0016_amd64.deb containing hp-sdn-ctl, pre-dependency problem:
hp-sdn-ctl pre-depends on keystone (>= 2012.2)
keystone is installed, but is version 2012.1.3+stable-20130423-f48dd0fc-0ubuntu1.1.
dpkg: error processing hp-sdn-ctl_2.2.5.0016_amd64.deb (--install):
pre-dependency problem - not installing hp-sdn-ctl
Errors were encountered while processing:
hp-sdn-ctl_2.2.5.0016_amd64.deb

 

 

getting the above error. can some body tell give solution for this?

 

 

 

 

 

 

1 REPLY 1
sdnindia
Trusted Contributor

Re: SDN VAN controller installation error

Hello Pradeep,

 

The error is because of the keystone version installed on your system.

The supported version of keystone is  (>=2012.2) as mentioned in below error message

hp-sdn-ctl pre-depends on keystone (>= 2012.2)    

 

However the version of keystone installed on your system is  2012.1.3 as per below message-
keystone is installed, but is version 2012.1.3+stable-20130423-f48dd0fc-0ubuntu1.1.

 

You can also confirm the keystone version already installed on your system by running below command

sudo dpkg –s keystone

 

So please install the keystone (>=2012.2)  [you can try with 2012.2.4 version for e.g. ] .

 

Please let us know if this solves your problem or still you are facing the issue.

 

Thanks,

HP SDN Team