Hi All,
I am trying to install an OS Deployment Server, which I have done numerous times and it keeps failing on the ‘Perform Post-Install Tasks’ action.
Here is the action log:
Completed //Stop IBM Web Interface Extension service and set it to manual start
Completed waithidden cmd /C "net stop remboagent & sc config remboagent start= demand"
Completed parameter “AGENTFOLDER” = "{following text of first “%22” of preceding text of first “\rbagent” of (value “ImagePath” of key “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemboAgent” of registry as string)}“
Completed parameter “READYTESTPATH”=”{(parameter “AGENTFOLDER”)}\updateidlescheme.log"
Completed regdelete “[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\EnterpriseClient\OSDControl]” "Install"
Completed waithidden cmd /C "{preceding texts of firsts “%00” of (value “ImagePath” of key “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemboAgent” of registry as string)} -d -v 4 rad-updateidlescheme > “{parameter “READYTESTPATH”}” 2>&1"
Completed if {not exists file (parameter “READYTESTPATH” of action) whose (not exists lines whose (it as string contains “Resource temporarily unavailable”) of it)}
Completed parameter “waitTime” = "{now}"
Completed pause while {((now) - time (parameter “waitTime”)) < 300second}
Completed waithidden cmd /C "{preceding texts of firsts “%00” of (value “ImagePath” of key “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemboAgent” of registry as string)} -d -v 4 rad-updateidlescheme > “{parameter “READYTESTPATH”}” 2>&1"
Completed if {not exists file (parameter “READYTESTPATH” of action) whose (not exists lines whose (it as string contains “Resource temporarily unavailable”) of it)}
Completed pause while {((now) - time (parameter “waitTime”)) < 600second}
Completed waithidden cmd /C "{preceding texts of firsts “%00” of (value “ImagePath” of key “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemboAgent” of registry as string)} -d -v 4 rad-updateidlescheme > “{parameter “READYTESTPATH”}” 2>&1"
Completed //Abort post install action, server is taking longer than 10 minutes to become responsive
Failed continue if {exists file (parameter “READYTESTPATH” of action) whose (not exists lines whose (it as string contains “Resource temporarily unavailable”) of it)}
endif
endif
parameter “BMSERVERVERSION” = "{version of file (matches (regex “.:.+exe”) of (value “ImagePath” of key “HKLM\SYSTEM\CurrentControlSet\Services\RemboServer” of registry as string))}“
if {(parameter “BMSERVERVERSION”) > version “7.1.111.19023”}
parameter “updatebehaviorslogpath”=”{(parameter “AGENTFOLDER”)}\updatebehaviors.log"
if {(parameter “BMSERVERVERSION”) > version “7.1.117.00000”}
waithidden cmd /C "{preceding texts of firsts “%00” of (value “ImagePath” of key “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemboAgent” of registry as string)} -d -v 4 rad-updatebehaviors add 7 > “{parameter “updatebehaviorslogpath”}” 2>&1"
else
waithidden cmd /C "{preceding texts of firsts “%00” of (value “ImagePath” of key “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemboAgent” of registry as string)} -d -v 4 rad-updatebehaviors 7 > “{parameter “updatebehaviorslogpath”}” 2>&1"
endif
endif
parameter “GSPPATH” = "{value “DataDir” of key “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemboServer” of registry as string & “\global\gsp”}"
if {exists folder (parameter “GSPPATH”)}
waithidden cmd /C "{preceding texts of firsts “%00” of (value “ImagePath” of key “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemboAgent” of registry as string)} -d -v 4 rad-mkgenericsysprof > “{(parameter “AGENTFOLDER”)}\mkgenericsysprof.log” 2>&1"
endif
Troubleshooting:
- Uninstalled OS Deployment Server, Removed Relay, Cleaned up Registry, File System, Removed SQL - Still does it.
The computer is just idling throughout the process. I am not sure what I am doing wrong here.
Anyone else seen this behaviour?
Thanks
Regards,
Stefano