Unable to add user parameter while configuring Apache Agent
Im Using VCS 4.0 on linux.
Cluster Manager : 4.4
Cluster Server : 4.1
When im trying to Do "Import Types" and import vcsApacheTypes.cf , I dont see user parameter here!.
Moreover , If i try to manually add a User parameter that doesnt work either.
Please let me know how to configure an Apache agent so that the apache process starts with a specified user, instead of root user where i installed VCS.
You can't just add "user" to Apache types file - it should already be there - what version of the Apache agent are you using (look at package for Apache which is probably something like VRTSvcsap) - it should be 4.1.
It maybe you import of types failed, so look at original location of types file - there should be one in /etc/VRTSvcs/conf/sample_Apache/ApacheTypes.cf and see if this contains User attribute - if it does then delete current Apache type (in GUI) and re-add. To re-add you can use command line as follows:
mkdir /etc/VRTSvcs/conf/config/tmp cd /etc/VRTSvcs/conf/config/tmp cp /etc/VRTSvcs/conf/sample_Apache/ApacheTypes.cf . echo "include \"Apache/ApacheTypes.cf\"" > main.cf hacf -verify . haconf -makerw . ./main.cmd haconf -dump -makero
Mike