Update Server problems with configupdateserver.vbs
This post comes courtesy of an MVP and partner in our voice program, John Lamb with Modality Systems ( www.modalitysystems.com )
Tom-LCSKID: Many partners and customers are reporting problems using the script used for configuring the Update Server. We, Microsoft, are aware of the issue and looking at how best to resolve these problems (my guess is a mix of documentation and likely script update (do not read this as confirmed or committed, simply my personal conjecture))
John shares the information below
Instead of running ConfigUpdateServer.vbs, do this instead:
Step 1:
LcsCmd.exe" /Web /Role:UpdatesServer /Action:Activate /User:<RTC Component Service Acct Name> /Password:******** /ExternalWeb
fqdn:<public fqdn of ISA Server>/RequestHandler/ucdevice.upx /PoolName:<host name of pool>
example:
LcsCmd.exe" /Web /Role:UpdatesServer /Action:Activate /User:RTCComponentService /Password:******** /ExternalWeb
Fqdn:portal.modalitysystems.com/RequestHandler/ucdevice.upx /PoolName:OCSPool01
Important: Don’t use “https://” in public FQDN.
Step 2:
Update these WMI properties manually:
WMI Attributes
ExternalUpdatesDownloadURL | /RequestHandler/ucdevice.upx">https://<fqdn of ISA Server>/RequestHandler/ucdevice.upx |
InternalUpdatesDownloadUrl |
https://<fqdn of OCS Pool or SE Server>/RequestHandler/ucdevice.upx |
ExternalUpdatesStoreURL | |
InternalUpdatesStoreURL |
https://<hostname or FQDN of WSS Server>/sites/ucupdateserver |
MgmtConsolURL | https:// <fqdn of OCS Pool or SE Server>/MgmtConsole |
Examples
ExternalUpdatesDownloadURL | https://portal.modalitysystems.com/RequestHandler/ucdevice.upx |
InternalUpdatesDownloadUrl |
https://ocspool-01.modalitysystems.int/RequestHandler/ucdevice.upx |
ExternalUpdatesStoreURL | |
InternalUpdatesStoreURL |
|
MgmtConsolURL |
ISA Web Publishing Rules
portal.modalitysystems.com |
Internet FQDN, resolves to External ISA Server Interface |
Web pub rule 1 |
/RequestHandler/* -> https://ocs-se-01.modalitysystems.int/RequestHandler/* |
Web pub rule 2 |
/Sites/UcUpdateServer/* -> https://ocs-upd-02/Sites/UcUpdateServer/* |
TomL-LCSKID on behalf of John Lamb
Comments
- Anonymous
January 01, 2003
PingBack from http://www.modalitysystems.com/blog/?p=45