VMware Cloud Community
SHG_AJStevens
Contributor
Contributor
Jump to solution

ESXi upgrade from 5.5 to 6.0U3 issue

Upgraded an ESXi running 5.5 to 6.0 Update 3 (9313334) using HPE custom ISO and after upgrading and rebooting it gives this error message on accessing via web browser:

503 Service Unavailable (Failed to connect to endpoint: [N7Vmacore4Http16LocalServiceSpecE:0x1f05b6b0] _serverNamespace = / _isRedirect = false _port = 8309)

I've restarted the management agents, restarted the host, and I've already looked at the /etc/vmware/rhttpproxy/endpoints.conf file, there's no "/ui" line in there.

It's:

/local8309redirectallow
/sdklocal8307redirectallow
/clients/clients.xmllocal8309allowallow
/vpxalocal8089rejectallow
/mobnamedpipe/var/run/vmware/proxy-mobredirectallow
/wsmanlocal8889redirectallow
/sdkTunnelnamedpipetunnel/var/run/vmware/proxy-sdk-tunnelallowreject
/ha-nfclocal12001allowallow
/nfclocal12000allowallow
/folderlocal8309redirectallow
/hostlocal8309redirectallow
/tmplocal8309redirectallow
/screenlocal8309redirectallow
/guestFilelocal8309redirectallow
/cgi-binlocal8309redirectallow
/vvoldlocal8090allowallow
/tickettickettunnel/var/run/vmware/tcket/%1redirectallow

Running /etc/init.d/hostd status "hostd is not running", when I start it, it stops again.

Looking in the hostd log, I see a panic line, "errror: N7Vmacore15SystemExceptionE(Host not found (authoritive))"

Any advice on how to get it fixed without having to blow it away and install from scratch?

0 Kudos
1 Solution

Accepted Solutions
SHG_AJStevens
Contributor
Contributor
Jump to solution

I managed to solve this myself, if anyone else has this problem, check the /etc/hosts file.

It should be the following, as per (VMware Knowledge Base😞

Verify that the /etc/hosts file is written correctly and has entries similar to:

# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 <localhost>.<localdomain> <localhost>
10.0.0.1 <server>.<domain> <server>

But mine was the wrong way round strangely:

# Do not remove the following line, or various programs

# that require network functionality will fail.

127.0.0.1 <localhost> <localhost>.<localdomain>

::1 <localhost> <localhost>.<localdomain>

10.0.0.1 <server> <server>.<domain>

So corrected this and restarted and it's back online now.

---------------------------------------------------------------------------------------------------------

Was it helpful? Let us know by completing this short survey here.

View solution in original post

0 Kudos
3 Replies
SureshKumarMuth
Commander
Commander
Jump to solution

Could you please post the hostd logs with the backtrace ?

Regards,
Suresh
https://vconnectit.wordpress.com/
0 Kudos
SHG_AJStevens
Contributor
Contributor
Jump to solution

Hi SureshKumarMuthukrishnan​,

Hope this is what you need, attached.

<attachment removed as no longer necessary>

Only real indication in the log was:

error: N7Vmacore15SystemExceptionE(Host not found (authoritative))

0 Kudos
SHG_AJStevens
Contributor
Contributor
Jump to solution

I managed to solve this myself, if anyone else has this problem, check the /etc/hosts file.

It should be the following, as per (VMware Knowledge Base😞

Verify that the /etc/hosts file is written correctly and has entries similar to:

# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 <localhost>.<localdomain> <localhost>
10.0.0.1 <server>.<domain> <server>

But mine was the wrong way round strangely:

# Do not remove the following line, or various programs

# that require network functionality will fail.

127.0.0.1 <localhost> <localhost>.<localdomain>

::1 <localhost> <localhost>.<localdomain>

10.0.0.1 <server> <server>.<domain>

So corrected this and restarted and it's back online now.

---------------------------------------------------------------------------------------------------------

Was it helpful? Let us know by completing this short survey here.

0 Kudos