Quantcast
Channel: VMware Communities : All Content - All Communities
Viewing all articles
Browse latest Browse all 175326

Powershell Script to install VUM 6.0?

$
0
0

Anyone ever have success doing an unattended install of VUM 6.0.x via a powershell script?

I've been playing around attempting to do this so that I can automate the install using vRO.  However, the installation fails with a error: "Error 25085. Setup failed to register VMware vSphere Update Manager extension to VMware vCenter Server: ."

Several KBs are listed for this issue: KB1036055 seems to be the one of import - However, for testing we are using a local "administrator@vsphere.local" of the vCSA 6.0. Also, installing the server with the exact same settings / options manually works without issue. The command reference used in powershell is:

 

$Command = "/v`"/qr /L*v C:\temp\VUMInstLog.log WARNING_LEVEL=0 VMUM_DATA_DIR=`"$VUM_DATA_DIR`" VCI_DB_SERVER_TYPE=Custom DB_DSN=$VUM_DSN DB_USERNAME=$VUM_DATABASE_USER DB_PASSWORD=$VUM_DATABASE_PASSWORD VC_SERVER_IP=$VCENTER_IP VC_SERVER_PORT=$VCENTER_PORT VC_SERVER_ADMIN_USER=$VCENTER_ADMIN_USER VC_SERVER_ADMIN_PASSWORD=$VCENTER_ADMIN_PASSWORD`""

$string = @()

$string =+= '/L1033'

$string += '/s'

$string += '/w'

$string += $Command

Start-Process -Wait -FilePath c:\temp\VUMInstall\VMware-UpdateManager.exe -ArgumentList $string


Viewing all articles
Browse latest Browse all 175326

Trending Articles



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