Configure NTP Server
Include one or more NTP servers in the /etc/ntp.conf file. For example, edit the NTP file and add servers as follows, restarting the NTPD service to put these parameters into effect:
server 10.10.0.10 server 192.16.10.10 server 192.16.20.10
Install HP VSD using qcow2
The install script is interactive. Node 1 is the master node, and it serves as a template for the other nodes.
Note: HP VSD consists of several components and providing high availability for each of these components can be quite complex. It is imperative that the installation and
1.Install HP VSD on Node 1.
The install script checks for the XMPP proxy entry in your DNS. Run <TTY>/opt/vsd/ install.sh
[root@myh1 ~]# <TTY>/opt/vsd/install.sh -x xmpp.myd.example.com
V I R T U A L S E R V I C E S D I R E C T O R Y
(c) 2014 HP Networks
VSD supports two configurations:
1)HA, consisting of 2 redundant installs of VSD with an optional statistics server.
2)Standalone, where all services are installed on a single machine.
Is this a redundant (r) or standalone (s) installation [rs]? (default=s): r Is this install the first (1), second (2), third (3) or cluster name node (t) [123t]: 1
Please enter the fully qualified domain name (fqdn) for this node:
myh1.myd.example.com
Install VSD on the 1st HA node myh1.myd.example.com ...
What is the fully qualified domain name for the 2nd node of VSD:
myh2.myd.example.com
What is the fully qualified domain name for the 3rd node of VSD:
myh3.myd.example.com
What is the fully qualified domain name for the cluster name node of VSD:
myname.myd.example.com
What is the fully qualified domain name for the load balancer (if any) (default=none):
Node 1: myh1.myd.example.com
Node 2: myh2.myd.example.com
Node 3: myh3.myd.example.com
Name Node: myname.myd.example.com
XMPP: xmpp.myd.example.com
Continue [yn]? (default=y): y
Starting VSD installation. This may take as long as 20 minutes in some situations ...
A
VSD installed on this host and the services have started.
Please install VSD on myh2.myd.example.com to complete the installation.
HP VSD Installation Using QCow2 Image 17