VMware Cloud Community
Yang711
Enthusiast
Enthusiast

Depoly OVF (set vAppOption and hide password in guestinfo.ovfEnv)

I created the vSphere vCenter Server 7.0 ,and I used the [/usr/bin/vmtoolsd --cmd='info-get guestinfo.ovfEnv']  command , show some vAppOption's value, and this option [guestinfo.cis.vmdir.password] was hided. This result that I wanted.

So, I maked the VM and set  vAppOption's  

and export ovf , and doply ovf, and set values , but  I used the [/usr/bin/vmtoolsd --cmd='info-get guestinfo.ovfEnv']  command in my VM, 

I can viewed my password option.( [DefaultPassword] )

like this: 

 <PropertySection>
<Property oe:key="e" oe:value="********"/>
<Property oe:key="DefaultPassword" oe:value="password"/>
</PropertySection> 

 

Please tell me, how can I do that hide my  password option.( [DefaultPassword] ) in VM.

Reply
0 Kudos
0 Replies