Thursday, January 20, 2011

Set up Agent password for OVM server

 Agents are installed onve you have installed OVM Server.

Reset OVM-agent password for you to create Server Pool in web console.

[root@adcdap11 OVM-Manager]# service ovs-agent configure
;network access control by ip --
;rules := if addr.match(allow) and not addr.match(deny): return True
;pattern items delimited by comma and could be
;219.142.73.50   #single ip
;219.142.73.*    #range
;219.142.73.0/24 #range in CIDR format
;default to allow all, deny none
allow=*
allow=10.228.136.118
now allow=10.228.136.118

deny=
deny=
now deny=

;share_disk_pat --
;set the directories for searching sharable block devices
;directories should be seperated by ':'
;if not set, /dev/mpath/* will be used
share_disk_pat=/dev/mpath/*
share_disk_pat=
now share_disk_pat=/dev/mpath/*

would you like to modify password to communicate with agent (local)?[y/N]y
password:
again:

OVS Agent configuration done.

Tell agent to reload cache ...
Agent cache reloaded.
[root@adcdap11 OVM-Manager]#

No comments:

Post a Comment