Re: ERROR: OSTEMPLATE is not set [message #22726 is a reply to message #22691] |
Fri, 02 November 2007 08:49   |
|
Hello,
What is the node ID, in which you going to install a package using vzyum ?
# vzlist -a , will give you the list of nodes
suppose '101 ' is the vEID then you can install httpd in that node as follows,
# vzyum 101 install httpd
Before that, please ensure that the os template is included in the conf
# grep -i OSTEMPLATE /etc/sysconfig/vz-scripts/101.conf
OSTEMPLATE="centos-4-i386-minimal"
#vzpkgls |grep centos-4-i386-minimal
centos-4-i386-minimal
Also " man vzyum " will help you
Sherinmon A,
|
|
|