A little poor planning on my part and I’ve lost access to a BDC VM through the web management console. I do have access to cli via the VM novnc console.
I want to ensure I’m walking through this in the correct order. From what I’m understanding in the man page for ucr, I need to set these variables (Not sure of syntax, so please correct me if I’m wrong.)
ucr set interfaces/ens3/address={new.ip.address} interfaces/ens3/broadcast-{new.ip.address} interfaces/ens3/network={new.ip.networkaddress} ldap/server/ip:{new.ip.address-of-BDC} nameserver1={new.ip.address-of-BDC} nameserver2={new.ip.address-of-PDC}
Am I correct that all variables can be listed in a single cmd or do these need to be broken out?
Thanks