vCSA5.5中可以登錄到端口5480中去上傳,vCSA 6.0以后就不支持了。但是可以通過Enable “Pi Shell”來做。
成都創(chuàng)新互聯(lián)2013年至今,是專業(yè)互聯(lián)網(wǎng)技術(shù)服務(wù)公司,擁有項(xiàng)目成都網(wǎng)站制作、成都網(wǎng)站設(shè)計網(wǎng)站策劃,項(xiàng)目實(shí)施與項(xiàng)目整合能力。我們以讓每一個夢想脫穎而出為使命,1280元佛坪做網(wǎng)站,已為上家服務(wù),為佛坪各地企業(yè)和個人服務(wù),聯(lián)系電話:18980820575
首先確保vCSA的ssh可用:
0.Make sure that SSH in enabled on the VCSA. Home> Administration> System configuration(under Deployment) > Select the node> Actions> Edit Settings
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” rootexit
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
Update: Make sure that you disable the shell when you finish.
shell.set –enabled false