Previous Topic: dpmucs deletewwpool Command--Delete WWNN Pool

Next Topic: dpmucs disassociateserviceprofile Command--Disassociate Service Profile

dpmucs deployimage Command--Deploy a Cisco UCS Image

Use this command to deploy an image to a Cisco UCS blade using RSI or ITCM.

This command has the following format:

dpmucs deployimage
[-sc sc_url] -deploytype RSI|ITCM 
ITCM Only: -passwordEncrypted yes|no -osPassword password
-inputparam ucsManagerHost|ucsManager 
-inputparam bladeDn|bladeDN 
-inputparam macAddress|macaddress
-inputparam osType|os_type 
-inputparam profileDn|profileDN
-inputparam profileTemplateDn|profileTemplateDn 
-inputparam selectFirstBlade|{false|true}
-inputparam serviceProfileName|serviceprofilename 
-inputparam ... deploytype_options 
[-ws_user username][-ws_password password]
[-locale iso639value]
-sc sc_url

(Optional) Defines the URL for the service controller host.

Example: https://hostname:port/...

hostname

Defines the fully qualified host where the service controller is installed.

Example: localhost.ca.com

port

Defines the listening port for the service controller server.

Example: 80

-inputparam argument|value

Specifies input parameters for image deployment. RSI argument-value sets must be enclosed in quotations marks.

-bootServerName|bootserver

Specifies boot server for ITCM deployment.

-ws_user username -ws_password password

(Optional) Specifies the credentials to use for the web service security check. If you do not include credentials, you are prompted to enter them. Avoid the prompt for credentials by setting up your own session using caaipsecurity.

-locale iso639value

(Optional) Specifies an IS0 639_3166 combination (for example: fr_FR for French) to override the default English output. To use the locale of the command prompt, specify "native".

Example: Deploy Image Using RSI

This example deploys an image to a Cisco UCSblade using RSI.

dpmucs.exe deployimage -deploytype RSI 
-inputparam ucsManagerHost|lodcisco1-mc1.ca.com 
-inputparam ipAddress|blade-2 
-inputparam macAddress|00:26:51:09:5D:E4 
-inputparam osType|Microsoft_Windows-2008_R2_*-x86_64 
-inputparam bladeDn|sys/chassis-1/blade-2 
-inputparam serviceProfileName|blade2_netboot1 
-inputparam profileDn|org-root/ls-blade2_netboot1 
-inputparam selectFirstBlade|false 
-inputparam profileTemplateDn|org-root/ls-template1 
-inputparam RSIServer|ucs03-racemi 
-inputparam RSIImage|ATS_WIN2K8_IMG
-inputparam EnableScale|no

Example: Deploy Image Using ITCM

This example deploys an image to a Cisco UCS blade using ITCM.

dpmucs.exe deployimage -deploytype ITCM 
-passwordEncrypted no -osPassword secret123
-inputparam ucsManagerHost|lodcisco1-mc1.ca.com 
-inputparam computerName|hostname1 
-inputparam ipAddress|blade-2 
-inputparam macAddress|00:26:51:09:5D:E4 
-inputparam osType|Any 
-inputparam osImage|Windows2003_Image -bootServerName|ITCM_BootServer1 
-inputparam osUser|Administrator 
-inputparam osPassword|password
-inputparam bladeDn|sys/chassis-1/blade-2 
-inputparam serviceProfileName|blade2_netboot1 
-inputparam profileDn|org-root/ls-blade2_netboot1 
-inputparam selectFirstBlade|false 
-inputparam templateName|Default_Software_List 
-inputparam profileTemplateDn|org-root/ls-template1