Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

ZK_HOSTS invalid hostname Error while installing Private Cloud 4.16

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 Solved
0 5 1,049
1 ACCEPTED SOLUTION

Not applicable

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

View solution in original post

5 REPLIES 5