Today when I tried to deploy vRealize Automation 8.0.1 using the Easy Installer, the deployment got stuck on the VraVaPostInstallCheck step and failed this, with the following error:
- LCMVRAVACONFIG590004
- vRA VA deployment Failed at First Boot check on HostName vra.internal.masterwayz.nl
com.vmware.vrealize.lcm.common.exception.EngineException: vRA VA deployment Failed at First Boot check on HostName vra.internal.masterwayz.nl at com.vmware.vrealize.lcm.plugin.core.vra80.task.VraVaPostInstallCheckTask.execute(VraVaPostInstallCheckTask.java:104) at com.vmware.vrealize.lcm.automata.core.TaskThread.run(TaskThread.java:45) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748)
This is what /var/log/boot.log shows:
root@vra [ /var/log ]# cat boot.log
2020-05-04T16:54:46.585280+00:00 photon-machine root: vami_set_hostname, line 259: Host name has been set to 185.254.168.192.ip.internal.masterwayz.nl
2020-05-04T16:54:46.587959+00:00 photon-machine root: vami_set_hostname, line 98: Inaccessible file: vami_access -rw /etc/mailname failed.
2020-05-04T16:54:46.585270+00:00 photon-machine root[993]: vami_set_hostname, line 259: Host name has been set to 185.254.168.192.ip.internal.masterwayz.nl
2020-05-04T16:54:46.587949+00:00 photon-machine root[998]: vami_set_hostname, line 98: Inaccessible file: vami_access -rw /etc/mailname failed.
2020-05-04T16:54:52.128164+00:00 photon-machine root: vami_set_hostname, line 259: Host name has been set to vra.internal.masterwayz.nl
2020-05-04T16:54:52.130948+00:00 photon-machine root: vami_set_hostname, line 98: Inaccessible file: vami_access -rw /etc/mailname failed.
2020-05-04T16:54:52.128150+00:00 photon-machine root[1192]: vami_set_hostname, line 259: Host name has been set to vra.internal.masterwayz.nl
2020-05-04T16:54:52.130935+00:00 photon-machine root[1197]: vami_set_hostname, line 98: Inaccessible file: vami_access -rw /etc/mailname failed.
Anything that I may do wrong? I'm not sure what I may be doing wrong though. vRLCM and vIDM deployed fine.
Any ideas?