Status

Comment

Resolution

 

 

 

Configuration

The VC configuration file on the TFTP server is too

Remove commands or comments from

File Too Big

big. Configuration files are currently limited to 512K

the file to make sure that it is smaller than

 

in size.

512K, and start the deployment process

 

 

again.

 

 

 

Failed to Clear

A failure occurred while attempting to clear the

If this error occurs, it is typically an

Domain

domain configuration. This failure is generally

internal error that needs to be reported

Configuration

caused by an internal failure, and typically should

back to HP Support along with a support

 

not occur.

dump for diagnosing the cause.

 

 

 

Failed to

The domain configuration script encountered an

Examine the deployment log and output

Configure

error.

to determine the exact cause of failure

Domain

If an error occurs with the processing of the

(syntax error, logic issue in

 

configuration script, typically it is assumed that there

script/domain, hardware issue). Correct

 

is a problem with the syntax of the script, or a logic

the script or configuration.

 

issue in the script. An error in the script causes the

 

 

deployment process to enter a wait and retry cycle

 

 

where the script on the TFTP server is downloaded

 

 

every 10 minutes. If the script has been modified,

 

 

then a new deployment process is attempted. If the

 

 

script has not changed since the previous

 

 

deployment attempt, no operation is performed, and

 

 

a new 10 minute wait and retry cycle occurs.

 

The deployment log

The deployment log can be displayed with the show auto-deployment log command. The log shows the timestamps and messages that indicate the main operations during the deployment process. If an error occurs during the deployment, an appropriate message is indicated in the log for the condition.

Example

->show auto-deployment log

2012-07-26 16:04:34.460 Deployment process started

2012-07-26 16:04:34.462 Validating domain checkpoint

2012-07-26 16:04:38.546 Downloading domain configuration script from TFTP server (192.168.1.102,myconfig.script)

2012-07-26 16:04:39.239 Domain configuration file successfully downloaded from TFTP server

2012-07-26 16:04:39.240 Configuring the domain

2012-07-26 16:04:44.925 Deployment completed successfully

The deployment configuration file

The deployment configuration file is the VCMCLI script that is used by the deployment process. The show auto-deployment config command can be used to view the configuration script used in the last deployment that occurred.

Example

->show auto-deployment config add network Network1

add network Network2

add uplinkset UplinkSet1 add uplinkset UplinkSet2

Appendix B: Auto-deployment process 300