Quantcast
Channel: VMware Communities : Discussion List - vRealize Orchestrator
Viewing all articles
Browse latest Browse all 6251

How to change Linux hostname and root password?

$
0
0

Hi All,

 

I'm trying to change the hostname of a linux VM. but it fail to set the hostname, i'm not sure how to set VcCustomizationName.

 

var myVcCustomizationLinuxPrep = new VcCustomizationLinuxPrep();

var myVcCustomizationName = new VcCustomizationName();

myVcCustomizationLinuxPrep.domain="mylocaldomain";

myVcCustomizationName="MyCustVM3";

myVcCustomizationLinuxPrep.hostName=myVcCustomizationName;

custspec.identity=myVcCustomizationLinuxPrep;

newVM.customizeVM_Task(custspec);

 

Can anyone help to solve this issue?

 

Also, how to change the root password?


Viewing all articles
Browse latest Browse all 6251

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>