Jumat, 27 Desember 2019

Error vcenter : Failed to connect to endpoint vsphere-client isRedirect = false _port = 9090



Setelah problem kemarin, ternyata vm untuk vcenter nya jadi tidak bisa UP service nya, problem pertama nya adalah disk /dev/sda3 untuk partisi root nya gagal di fsck dari proses booting. Solusi nya saya harus masuk ke single mode di linux nya dulu, lalu lakukan fsck dari single mode linux :

# fsck -y /dev/sda3

Setelah selesai fsck dan berhasil di perbaiki partisi nya, lalu saya coba reboot lagi, dan web vcenter sudah muncul, namun ketika akan login muncul error ini :

503 Service Unavailable (Failed to connect to endpoint: [N7Vmacore4Http16LocalServiceSpecE:0x7fd0c818df90] _serverNamespace = /vsphere-client _isRedirect = false _port = 9090)



Saya coba contact support nya, dan diberikan solusi sebagai berikut :

1. Stop service client nya :

# service-control --stop vsphere-client

INFO:root:Service: vsphere-client, Action: stop
Service: vsphere-client, Action: stop
2019-12-27T08:23:55.129Z   Running command: ['/sbin/service', u'vsphere-client', 'status']
2019-12-27T08:23:55.209Z   Done running command

2. Star lagi service client nya :

localhost:~ # service-control --start vsphere-client

INFO:root:Service: vsphere-client, Action: start
Service: vsphere-client, Action: start
2019-12-27T08:24:08.814Z   Running command: ['/sbin/chkconfig', u'vsphere-client']
2019-12-27T08:24:08.847Z   Done running command
2019-12-27T08:24:08.847Z   Running command: ['/sbin/service', u'vsphere-client', 'status']
2019-12-27T08:24:08.927Z   Done running command
2019-12-27T08:24:08.927Z   Running command: ['/sbin/chkconfig', '--force', u'vsphere-client', 'on']
2019-12-27T08:24:08.960Z   Done running command
2019-12-27T08:24:08.960Z   Running command: ['/sbin/service', u'vsphere-client', 'start']
2019-12-27T08:24:12.681Z   Done running command
2019-12-27T08:24:12.681Z   Successfully started service vsphere-client

Setelah itu tunggu agak lama, karena sedang proses untuk menaikan kembali service nya :

The vSphere Client web server is initializing
The vSphere Client web server is still initializing. Please try again shortly.

VMware vSphere Documentation and Support

Tunggu hingga selesai, dan akan normal kembali :



Semoga bermanfaat untuk pembaca semua.

Dony Ramansyah
site : http://donyramansyah.net
blog : dony-ramansyah.blogspot.com
email : dony.ramansyah[at]gmail.com
Registered linux user : ID 40017

Tidak ada komentar: