This is our VCSA version. We need to upgrade the VCSA from 6.0 to 6.5. VMware does not carry an in-place upgrade and for this reason it will be necessary to go through two stages. This guide also applies if you want to migrate from 5.5 to 6.5 and I also think of 6.7 .. …
Tag: Vmware
VCSA disable password expiration and change expired password
Log in to your VCSA’s console through SSH or directly. issue this commnad to check the root state : passwd -S rootThis is the output This is the meaning : sudo grep root /etc/shadowif there is a “*” or “!” after “root:” the account is disable!! Finally, to check if is it disable, type this command: …
Setting up VCSA 6.7
First, before strarting the install process, you have to create a record typa A under your internal DNS server. In our case, I’ve created a record “A” VCSA.customer.local 192.9.215.x (192.9. ????? why this wrong address in a LAN enveriement? I’m sorry, but at the beginning, this customer was supported by someone that didn’t understand the networking …