Solaris provisioning errors ‘FAILED: Timed out while waiting for OS Provisioning agent’
|
||||||||||||||||||||||||||||||
Problem
|
|
|
|
Legacy Error Code: buildmgr.buildscript Resolution Steps: Examine error message and BuildManager logs in /var/log/opsware/buildmgr/buildmgr.log and /var/log/opsware/buildmgr/servers/* to determine the source of the error. msg= FAILED: Timed out while waiting for OS Provisioning agent. |
|
|
Cause
|
|
|
|
This happens due to the solaris Serverice Management Facility (SMF) descriptions taking more time than default timeout set in buildserver_*.py during the initial boot after the OS is installed |
|
|
Fix
|
|
|
|
Check either ‘/opt/opsware/buildscripts/solaris/buildserver_sparc.py’ or ‘/opt/opsware/buildscripts/solaris/buildserver_x86.py’ depending if it’s SPARC or Intel architecture respectively for the following code: if version_after(os_ver, "5.9"): Increase either the value 1200 or 900, depending if it’s Solaris 10 or older respectively till the provision job succeeds. |
|
|
Powered by Yahoo! Answers