How to upload windows Sysprep Files to VMware vCenter Server Appliance 6.5(vC

 

vCSA5.5中可以登錄到端口5480中去上傳,vCSA 6.0以後就不支持了。但是可以通過Enable “Pi Shell”來做。

首先確保vCSA的ssh可用:

0. Make sure that SSH in enabled on the VCSA. Home > Administration > System configuration (under Deployment) > Select the node > Actions > Edit Settings

image

1. log in to the VCSA by using for example Putty SSH client and use your root account and password you used during the installation.

2. Enter this to enable the “pi shell”

shell.set –-enabled true
shell
chsh -s “/bin/bash” root

exit

shell.set –-enabled false

 

3. Then you can use for example WinSCP and upload the sysprep files to the individual folders which do not needs to be created as they’re there.

The filepath is /etc/vmware-vpx/sysprep

image

Update: Make sure that you disable the shell when you finish.

shell.set –enabled false

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章