VMware Cloud Community
ta_yoshizumi
Contributor
Contributor

Cannot connect to vCloud Director Web Console after changing IP

Hello

I was build vCloud Director v5.5.

Then I changed network information for management our environment.

But I cannot Cannot connect to vCloud Director Web Console after changing IP with the error below.

===

"The page cannot be displayed"

===

When vcloud director build, the network information were wrote to database. Is this correct?

I think the issue's cause that I changed network information after build vcloud director, the information has no consistent.

If my thinking is correct, please tell me how to resolved the issues.

Thank you for reading.

Reply
0 Kudos
2 Replies
jonathanw
Enthusiast
Enthusiast

Did you re-run the vCloud Director configure script after changing the IP address?

/opt/vmware/vcloud-director/bin/configure is the default location for this script - it will (re)confirm the IP addresses for the web portal and the consoleproxy service and alllow you to change these to reflect the new values.

Reply
0 Kudos
ta_yoshizumi
Contributor
Contributor

Thank you for comment.

I entered the static IP address in / etc / sysconfig / network / eth0 and performed the following operation.

1. Do 'service vmware-vcd stop'

2. Log in to the Oracle database and execute the following command

  - Select name from cells;

  - Update cells set primary_ip = 'new-cell-primary-ip' where name = 'name-of-the-cell';

  - Commit;

3. Enter the changed IP address in 'vcloud.cell.ip.primary' in 'global.properties'

4. Enter the same IP address as step 3 in 'consoleproxy.host.https'

5. Do 'service vmware-vcd start'

I did above, but cannot still connect vcd web console.

What should I do next?

Reply
0 Kudos