Hi ,
We are trying to install 2-host standalone in one of our VMs.
We have checked all the prerequisites and everything is looking good.
While installing the profile - sa on first node using the below command:
sudo /opt/apigee/apigee-setup/bin/setup.sh -p sa -f configFile
1)we can see that zookeeper installation is complete
2)After installation we are getting the below error:
Validating setup variables Checking for required variables Checking required variable
ZK_HOSTS...Invalid hostname
HOSTIP...Unknown
RUN_USER...OK Checking required variable
RUN_GROUP...OK
Any help would be appreciated!
Solved! Go to Solution.
Hi there!
Looks like you are not defining the right value for ZK_HOSTS= in silent conf and for HOSTIP, $(hostname -i) is not getting the correct value. Please check $(hostname -i) returns the correct internal IP of the host. Here is the sample conf for 'sax' profile. Hope this helps.
Thanks,
Archendra