Dell Servers Solution Resources Administrator Guide

Type
Administrator Guide

This manual is also suitable for

1
ServerCloningwithServerConfigurationProfiles
Server Cloning with Server
Configuration Profiles
Version1.2
December2020
PushkalaIyer,Syste m sEngineer
PrashantPatil,SystemsEngineer
VanceCorn,System sTechnologist
TexasRoemer,Sr.TestEngineer
DavidSchmidt,MarketingDirector
PaulRubin,Sr.ProductManager
Dell|EnterpriseSolutionsGroup

2
ServerCloningwithServerConfigurationProfiles
Table of contents
Executivesummary
...............................................................................................................................................................................3
Introduction
...........................................................................................................................................................................................4
Normal profile export
.............................................................................................................4
Clone profile export
...............................................................................................................5
Replace profile export
............................................................................................................5
Checking SCP export job status
..............................................................................................6
Attribute formats during SCP export
.........................................................................................6
Limitations of Virtual Disk RAIDaction of AutoCreate
..................................................................7
Using profile export Preview
...................................................................................................7
SampleWorkflowUseCase:CloningconfigurationsettingsfromaPowerEdgeR730toaPowerEdgeR430
..................9
Summary
...............................................................................................................................................................................................14
Additional Information
.......................................................................................................... 14
Appendix1:RAIDactionProfileExampleBeforeEdit
.............................................................................................................15
Appendix2:RAIDactionProfileExampleAfterEdit
................................................................................................................17
Appendix3:AttributeBehaviorinNormalExport
..........................................................................................................................19
Appendix4:AttributeBehaviorinCloneExport
.............................................................................................................................23
Appendix5:AttributeBehaviorinReplaceExport
.........................................................................................................................28
THISWHITEPAPERISFORINFORMATIONALPURPOSESONLY,ANDMAYCONTAINTYPOGRAPHICALERRORSANDTECHNICALINACCURACIES.THECONTENTIS
PROVIDEDASIS,WITHOUTEXPRESSORIMPLIEDWARRANTIESOFANYKIND.
Copyright©2020DellInc.Allrightsreserved.DellandtheDelllogoaretrademarksofDellInc.intheUnitedStatesand/orotherjurisdictions.Allothermarksandnames
mentionedhereinmaybetrademarksoftheirrespectivecompanies
.
[DocumentID:445]
December2020|Version1.2
3
ServerCloningwithServerConfigurationProfiles
Executivesummary
Moderndatacenteradministratorsrequireefficientandautomatedmethodstorapidlyprepareserversforproduction
use.TheDellPowerEdgeservers’embeddedintegratedDellRemoteAccessController(iDRAC)withLifecycle
ControllerprovidestheabilitytocaptureanentireconfigurationinasinglehumanreadableoutputcalledaServer
ConfigurationProfile.Thisprofilecan
beappliedtomultipleservers,enablingrapid,reliableandreproducible
configuration.Anadministratorcancloneorreplicateaprofile,modifythatprofileasneede d,andthenpreviewthe
deploymentonatargetserver.Beingabletotakethesestepssavestimeandminimizesconfigu rationerrors,thereby
reducingtheneedfor
manualinterventionanddecreasingconfigurationtime.Thiswhitepaperdescribesthebehavior
ofthesefeaturesandexaminessampleuses cases.
4
ServerCloningwithServerConfigurationProfiles
Introduction
TheheartofembeddedmanagementineveryDellPowerEdgeserver,theiDRACwithLifecycleControllerprovidesthe
abilitytogeneratea humanreadablesnapshotofserverconfigurationviaaServerConfigurationProfile.Thissinglefile
containsallBIOS,iDRAC,LifecycleController,Network,andStoragesettings.Aftercapturingthisfilecanbe
modified,as
needed,andthenappliedtootherservers,evendifferentservermodels.However,thisoperationrequiresattentionto
detailssuchasI/Oidentity,storageconfiguration,and othersettingsthatcouldcauseissuesifmisconfigured.
AmongtheoperationalfeaturesoftheServerConfigurationProfileare“Clone”and“Replace”modesofProfileExport
anda“Preview”modeforProfileImport.Asthesenamessuggest,thesemethodscansavesignificanttimeinhighly
automatedITenvironmentswheremultipleserversaretobeconfigured,cloned,and,inthefuture,
reconfiguredfor
differentworkloads.Thiswh itepaperillustratesthepracticaluseofthesefeaturesshowinghowtocloneorreplace
settingsfromadesignatedsourceor“golden”server,previewapplyingthesesettings,andfinally,importingthe
settingstoatargetserver.
Normalprofileexport
ServerConfigurationProfile (SCP) operationsareprovidedviatheRACADMcommandlineinterfaceandtheiDRAC’s
WSManapplicationprogramminginterface(API);SCPexportsandimportscanbedirectedtoorfromlocalfilesystems
andnetworkshares (NFS/CIFS).TheSCPgeneratedprofileincludesallaspectsofthesystem,
suchasBIOS,NIC,RAID,
FC,iDRAC,andLifecycleControllersettings.Bydefault,an“ExportConfiguration”invocationresultsinaNormal
Export.InatypicalusecaseforaNormalExportoperation,anadministratorwillexporttheSCP,creatinga
“snapshot”ofallthecurrentsystemconfigurationsettingswithouthavingtoinvokemultiplecommands.Forexample,
theRAIDconfigurationonasourcesystemcouldincludemultipleVirtualDisksthathavebeensetup.Unlessitwasthe
expressintenttoreconfigurestorageonthetargetsystem,userswouldnotwantSCPsnapshots
takenonthesource
systemtodisruptthetargetsystemonanImportoperationbywipingouttheVirtualDisksonthetargetsystem.The
“NormalMode”forExportkeepsthisinmind,andtheSCPgeneratedhas
non-destructive settings
andactionsthat
willnotcausedisruptiontoatargetsystemifthe“Nor malMode”SCPisimported.
ThefollowingWinrmcommand,usingtheWSManAPI,canbeusedtoexportanSCPinthe“Normal”mode:
winrm i ExportSystemConfiguration http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService?SystemCreationClassName=DCIM_ComputerSystem+CreationCla
ssName=DCIM_LCService+SystemName=DCIM:ComputerSystem+Name=DCIM:LCService -u:root -
p:calvin -r:https://192.168.0.10/wsman -SkipCNCheck -SkipCACheck -encoding:utf-8 -a:basic
@{IPAddress="192.168.100.50";ShareName="/nfs";ShareType="0";FileName="Export.xml"}
TheSCPcanbeexportedtoNFS(0)orCIFS(2)shares,asspecifiedbythe
ShareType
parameter.
ShareName
identifies
thenetworksharewheretheexportedfilespecifiedby
FileName
shouldreside.InthecaseofCIFSshares,credentials
toaccesstheshareshouldalsobespecifiedbythe
UserName
and
Password
parameters.
ThefollowingRACADMcommandexportsa“Normal”modeSCPtoaCIFSshare:
racadm get -f file -t xml -u myuser -p mypass -l //192.168.100.50/share
5
ServerCloningwithServerConfigurationProfiles
ThisRACADMcommandcanbeusedtoexporta“Normal”modeSCPtoanNFSshare:
racadm get -f file -t xml -l 192.168.100.50:/myshare
Andfinally,thisremoteRACADMcommandcanbeusedtoexporta“Normal”modeSCPtoalocalfile:
racadm–r<iDRACIPaddress>‐u<adminusername>‐p<password>get–ffile–txml
TheRACADMandWinrmSCPexportcommandswillreturnajobID.JobStatuscommandscanbeusedtocheckthe
statusofjobcompletion.Oncethejobiscomplete,theSCPfileisavailableonthespecif iedshareorlocalfile.
Cloneprofileexport
Iftheuserintendstoduplicatesettingsfroma“golden”sourceservertoa targetserverwithanidenticalhardware
setup,Cloneexportmodecanbeused.ClonemodeprofilesaredistinguishedfromNormalmodebyenabling
configurationsettingstobereplicatedonthetargetserver.Forthisreason,Cloneprofiles
suchasthosecontaining
RAIDstorageconfiguration
‐
arepotentially“datadestructive”andshouldbeusedwithawarenessofthepotential
impactstothetargetserver.
I/OidentityattributesarecommentedoutinanSCPgeneratedvia“Clone”mode,butauthenticationattributesarenot.
Bydefault,passwordsforconfigurediDRACusersareexportedas“calvin”(thedefaultcleartextpassword).IniDRAC
version4.40.00.00andlaterversions,thedefau ltexporte dpasswordwasupdatedto"Calvin#SCP#CloneReplace1"to
align
withthenewminimumpasswordscorefeature.Iftheactualpasswordsaretoberetained,the
includeph
option
canbeusedduringexporttooutputtheactualpasswordsinhashedformat.IntheClonemodeofexport,sincetheuser
intentistoduplicatesettingsincludingthoseforstoragesubsystems,VirtualDiskcreationactionissetto
CreateAuto
,
and
ResetConfig
issetto
True
inthegeneratedSCPfile.
The
--clone
optioncanbeusedwithRACADMcommandstogenerateanSCPthatisreadyforcloning:
racadm get -f file -t xml -u myuser -p mypass -l //192.168.100.50/share –clone
The
ExportUse
parameterwithoption“1”canbeusedwithWinrmWSMancommandstogenerateSCPfilesuitable
forcloning:
winrm i ExportSystemConfiguration http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService?SystemCreationClassName=DCIM_ComputerSystem+CreationCla
ssName=DCIM_LCService+SystemName=DCIM:ComputerSystem+Name=DCIM:LCService -u:root -
p:calvin -r:https://192.168.0.10/wsman -SkipCNCheck -SkipCACheck -encoding:utf-8 -a:basic
@{IPAddress="192.168.100.50";FileName="file.xml";ShareName="workshare";ShareType="2";User
name="user";Password="pwd";ExportUse="1"}
Replaceprofileexport
Iftheuserintendstoretireaserverfromthedatacenterandreplaceitwithanotherorrestoreaserver’ssettingstoa
knownbaseline,theReplacemodeofexportcanbeused.Inadditiontoauthenticationattributesthatare
uncommentedandstorageactionsthatwillcausechangestothestorage
configuration,theI/Oidentitypropertiesfor
NICsandFiberChannelcardsarealsouncommentedandexported.
6
ServerCloningwithServerConfigurationProfiles
F
o
r
thi
s
mo
de
o
f
ex
po
r
t,
th
e
r
ep
l
a
ce
o
pt
i
o
n
i
s
us
ed
w
i
th
RA
C
AD
M
c
o
mma
nds:
racadm get -f file -t xml -u myuser -p mypass -l //192.168.100.50/share –replace
The
ExportUse
parametercanbeusedwithWinrmWSMancommandstogenerateReplacemodeSCPfiles:
winrm i ExportSystemConfiguration http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService?SystemCreationClassName=DCIM_ComputerSystem+CreationCla
ssName=DCIM_LCService+SystemName=DCIM:ComputerSystem+Name=DCIM:LCService -u:root -
p:calvin -r:https://192.168.0.10/wsman -SkipCNCheck -SkipCACheck -encoding:utf-8 -a:basic
@{IPAddress="192.168.100.50";FileName="file.xml";ShareName="workshare";ShareType="2";User
name="user";Password="pwd";ExportUse="2"}
CheckingSCPexportjobstatus
SCPimportandexportoperationswillcreateajob.ThestatusofthisjobcanbecheckedwiththefollowingWinrm
WSManandRACADMcommands:
winrm g "http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/DCIM_LifecycleJob?InstanceID=JID_186409478164+ cimnamespace=root/dcim" -u:root
-p:calvin -r:https://192.168.0.10/wsman -encoding:utf-8 -a:basic -SkipCNcheck -
SkipCAcheck
racadm jobqueue view -i JID_186409478164
AttributeformatsduringSCPexport
Asdescribedintheprevioussections,attributesmaybecommented(“hidden”)orsettoadefaultinthe SCPfileso
theydonotaffectthetargetsystemonasubsequentimport.Attributesmaybe uncommen t ed,orthe defaultvalueof
theattributechanged.Thefollowingreasonshelpdeterminehowan
attributeislisted:
1.
Destructive:Theattributeoractionintendedbytheattributecoulddestroycustomerdataontheserver.
2.
ServerLocation:Theattributerelatestoinformationthatindicatewherethe serverisphysicallylocatedandis
specifictoeachserver.
3.
I/OIdentity:Theattributedescribesinformationused toidentifyaserverwithinanetworkofservers;
duplicationofthisinformationmaycauseaconflictonthe network.
4.
SecurityObfuscated:Theattributecontainspasswordorkeyinformationthathasbeenhidden.
5.
Boot Settings/Onetime bootsettings:Theattributecontains information describing the bootbehaviorofthe
server.Someofthisinformationmayonlyberelevanttoaspecificserver,dependentontheserver’sinstalled
devices.
6.
Dependency:Theattributevaluesettingsaredependentonthevaluesorpresenceofanotherattribute.These
attributesmaybeeithercommentedoruncommentedatthetimeofexportbasedonthedependentsettings.
7.
Capability/FeatureEnablement:Theattributeenablesordisablesacapabilityor feature.
8.
General
‐
Useractionrequired:Theattributewillnotbeappliedun lesstheuserhasmodifiedtheconfiguration
XMLtouncommenttheattributeorchangeitfromthe default.
7
ServerCloningwithServerConfigurationProfiles
ThetablesfoundintheAppendicesdescribetheformatofeveryattributethatmaybeimpactedbasedonthetypeof
exportperformed.ThereasonforthebehaviorisprovidedintheStatecolumn.
LimitationsofVirtualDiskRAIDactionofAutoCreate
WhenaServerConfigurationProfilecloneisexported,theVirtualDisk
RAIDaction
of
CreateAuto
hasthefollowing
limitations:
WhenaVirtualDiskiscreatedusingasetofphysicaldisks,anyremainingfreespacewillnotbereusedfor
subsequentVirtualDisks.
PhysicaldisksofdifferentsizesconnectedtothesamePERCRAIDcontrollermaynotbeefficientlyused.
ThecreatedVirtualDisk(s)willuseasetofphysicaldiskswithoutregardtowastedspace.
MultispanVirtualDiskRAIDlevelssuchasRAID50maynotworkbeyondtheminimumspanlengthand
depth.
Becauseoftheselimitations,notallVirtualDisksmaybecreatedwhentheclonedProfileisimportedtoatarget
server.Toresolvetheselimitations,theexportedcloneServerConfigurationProfileshouldbemodified.Thefollowing
itemsineachtheVirtualDiskcomponentsectionoftheProfilemustbemodifiedto
usespecificphysicaldisksforthe
VirtualDisk;themodificationsinclude:
Changethe
RAIDAction
tothevalue “Create”:
<AttributeName="RAIDaction">Create</Attribute>
UncommenttheIncludedPhysicalDiskIDattributes:
<Attr
i
bu
te
N
ame=
"
I
ncl
ud
e
dP
hy
sic
al
D
i
sk
I
D
"
>D
i
sk
.
Bay
.
0:Enclo
su
r
e.
Inter
na
l
.
0
1
:
RA
I
D
.
I
ntegrat
ed.
1
1
</
Att
ri
bu
te
>
Uncommentthe
SpanDepth
and
SpanLength
attributes:
<AttributeName="SpanDepth">1</Attribute>
<AttributeName="SpanLength">3</Attribute>
ChangetheRAIDPDStatetothevalue “Ready”:
<AttributeName="RAIDPDState">Ready</Attribute>
Seethesample
RAIDAction
XMLfilesinthe Appendixfordetailsonapplyingtheseedits.
Usingprofileex portPreview
Insomecircumstances,thetargetservertowhichanSCPisbeingimported maynotexactlymatchthesourceserver.
Considertwosystems,anR630andanR730thatdifferintheirnetworkcardsorintheirstoragecontrollers.Takingan
SCPfromtheR630andapplyingitdirectlytothe
R730wouldresultinerrorsduetothesedifferences.Theusercan
identifysectionsofthesourceSCPthatwouldcauseerrorsbyutilizingthe
Preview
functionality.
8
ServerCloningwithServerConfigurationProfiles
TheWinrmWSMancommandfor
Preview
is:
winrm i ImportSystemConfigurationPreview http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService?SystemCreationClassName=DCIM_ComputerSystem+CreationCla
ssName=DCIM_LCService+SystemName=DCIM:ComputerSystem+Name=DCIM:LCService -u:root -
p:calvin -r:https://192.168.0.10/wsman -SkipCNCheck -SkipCACheck -encoding:utf-8 -a:basic
@{IPAddress="192.168.100.50";ShareName="/nfs";ShareType="0";FileName="Preview-test.xml"}
TheRACADMcommandfor
Preview
is:
racadm set -f myfile.xml -t xml -u myuser -p mypass -l //192.168.100.50/myshare –preview
Inresponsetoa
Preview
command,ajobIDisreturned,andthejobstatuscommandscanbeusedtocheckstatusof
theimportoperation.
Preview
ensuresthatthechangesareanalyzedasapplicabletothetarget,butthetargetsystemisundisturbed.This
willnotcauseanyrebootsorapplicationofthesettingsspecifiedbytheSCPonthetargetsystem.
Whenthe
Preview
iscompleted,anyerrorsareloggedtotheLifecycleControllerLog,andcanbeviewedbyrunninga
Winrm
GetConfigResults
commandorbyexp ortingtheLifecycleControllerLogandsearchingforthePreviewJob
ID.
TheentriesinLifecycleControllerLogwillalsoindicateifasystemrebootwillberequiredto applythechangesas
specifiedintheSCP,aswellastheestimatedtimetoapplythechanges.
TheWinrmWSMancommandtoretrievethe
Preview
resultsforagivenjobIDis:
winrm i GetConfigResults "http://schemas.dell.com/wbem/wscim/1/cim-
schema/2/DCIM_LCRecordLog?InstanceID=DCIM:LifecycleLog+ cimnamespace=root/dcim” -u:root
-p:calvin -r:https://192.168.0.10/wsman -encoding:utf-8 -a:basic -SkipCNcheck -
SkipCAcheck @{JobID="JID_123456789"}
AndtoretrievethePreviewresultswithRACADM:
racadm jobqueue view -i <JOB ID>
Afterthe
Preview
,theusermaychoosetodeletethe“Component”sectionsintheSCPfilethatarenotapplicableto
thetargetsystemorkeeponlythespecificsectionsthatshouldbeappliedtothetargetforexample,copyonlythe
BIOSsettingsfromonesystemtoanother.Thiscanbe
accomplishedbyeditingtheSCPandusingtheappropriate
Importcommands.
9
ServerCloningwithServerConfigurationProfiles
SampleWorkflow UseCase:Cloningconfigurationsettingsfrom
aPowerEdgeR730toaPowerEdgeR430
Thissampleusecaseillustratespropagatingtheconfigurationsettingsfromasourcesystem
‐
anR730withanH730P
storagecontrollerandanIntelx540networkcard
‐
toa targetsystem
‐
anR430,withanH330storagecontrollerand
aBroadcom5720networkcard.Thetablebelowliststhedifferencesbetweenthetwosystems:
Server_A Server_B
Platform PowerEdgeR730 PowerEdgeR430
Storage
RAIDLevel RAID0 RAID50
StorageController PERCH730PMini PERCH330Mini
Networking
NetworkInterfaces Intel®GigabitX540/I350rNDC BroadcomGigabitEthernetBCM5720
1)
ExportTemplateClonefromtheR730,calltheresultingSCPfile01_R730_Export_Template_Clone.xml
winrm i ExportSystemConfiguration http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService?SystemCreationClassName=DCIM_ComputerSystem+CreationCla
ssName=DCIM_LCService+SystemName=DCIM:ComputerSystem+Name=DCIM:LCService -u:root -
p:calvin -r:https://192.168.0.10/wsman -SkipCNCheck -SkipCACheck -encoding:utf-8 -a:basic
@{IPAddress="192.168.100.50";FileName="01_R730_Export_Template_Clone.xml";ShareName="work
share";ShareType="2";Username="user";Password="pwd";ExportUse="1"}
2)
Execute
Preview
operationontheR430using‘01_R730_Export_Template_Clone.xml’.Waitforthejobtocomplete
usingtheGetJobStatuscommand.Jobcompleteswithmessage‘PreviewofsystemconfigurationXMLfile
completed.Someconfigurationchangesmaynotbe successful.’
winrm i ImportSystemConfigurationPreview http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService?SystemCreationClassName=DCIM_ComputerSystem+CreationCla
ssName=DCIM_LCService+SystemName=DCIM:ComputerSystem+Name=DCIM:LCService -u:root -
p:calvin -r:https://192.168.100.40/wsman -SkipCNCheck -SkipCACheck -encoding:utf-8 -
a:basic @{IPAddress="192.168.100.50";ShareName="/nfs";ShareType="0";
FileName="01_R730_Export_Template_Clone.xml"}
AssumingJID_18640978164istheJIDreturned:
winrm g "http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/DCIM_LifecycleJob?InstanceID=JID_186409478164+ cimnamespace=root/dcim" -u:root
-p:calvin -r:https://192.168.100.40/wsman -encoding:utf-8 -a:basic -SkipCNcheck -
SkipCAcheck
10
ServerCloningwithServerConfigurationProfiles
3)
Execute
GetConfigResults
ontheR430usingpreviewJobIDandsavetheLifecycleControllerLogConfigResultsin
‘02_R430_Preview_LCLog_Clone_of_R730.xml’.Thiswillbeusedtoexamineanysettingsthatarenotsuccessfuland
todeterminetherequirededits.
winrm i GetConfigResults "http://schemas.dell.com/wbem/wscim/1/cim-
schema/2/DCIM_LCRecordLog?InstanceID=DCIM:LifecycleLog+ cimnamespace=root/dcim” -u:root
-p:calvin -r:https://192.168.100.40/wsman -encoding:utf-8 -a:basic -SkipCNcheck -
SkipCAcheck @{JobID="JID_18640978164"}
Forexample,
Whenyouexecute
GetConfigResults
,theoutputwillbesimilartofollowing:
GetConfigResults_OUTPUT
ConfigResults = <ConfigResults><JobID>JID_935431814669</JobID><JobName>Preview
Configuration</JobName><Messages><MessageID>SYS087</MessageID><Message>A system reboot
is required to apply configuration
changes.</Message><MessageID>SYS088</MessageID><Message>Estimated time for applying
configuration changes is 2330 seconds.</Message></Messages></ConfigResults>
ReturnValue = 0
Copyallthetextfor‘ConfigResults’intoanewtextfile,addtheXMLtag‘Event’andsavethefilewithextension
as‘.xml’.
<Event><ConfigResults><JobID>JID_935431814669</JobID><JobName>Preview
Configuration</JobName><Messages><MessageID>SYS087</MessageID><Message>A system reboot
is required to apply configuration
changes.</Message><MessageID>SYS088</MessageID><Message>Estimated time for applying
configuration changes is 2330 seconds.</Message></Messages></ConfigResults></Event>
4)
Createacopyof‘01_R730_Export_Template_Clone.xml’as
‘03_R730_Export_Template_Clone_Modified_for_R430.xml’andcompareitto
‘02_R430_Preview_LCLog_Clone_of_R730.xml’formakingcorrections in
‘03_R730_Export_Template_Clone_Modified_for_R430.xml’.
cp01_R730_Export_Template_Clone.xml03_R730_Export_Template_Clone_Modified_for_R430.xml
Forexample,
IftheLClogindicatesafailure ‘Invalid AttributeName’thenremovethatattributefrom
‘03_R730_Export_Template_Clone_Modified_for_R430.xml’file.Thiserrorcanoccuriftherearedifferences
intheBIOSversionsorifsomesettingsarenotapplicableforthetargetsystem.
<FQDD>BIOS.Setup.11</FQDD>
<Operationname="CHANGE">
<DisplayValue>ControlledTurbo</DisplayValue>
<MessageID>BIOS013</MessageID>
<Message>InvalidAttributeName</Message>
11
ServerCloningwithServerConfigurationProfiles
<Status>Failure</Status>
<ErrorCode>6</ErrorCode>
</Operation>
Becausethenetwork controllerfamiliesdiffer,thene tworkingFQDDandportswillbedifferentbetweenthe
R430(NIC.Embedded.211)andtheR730(NIC.Integrated.141).IftheLifecycleControllerlogindicatesa
failure‘InvalidparametervalueforTarget’,thenremovethatcomponent from
‘03_R730_Export_Template_Clone_Modified_for_R430.xml’file.
FQDD>NIC.Integrated.141</FQDD>
<Operationname="CHANGE">
<DisplayValue>NIC.Integrated.141</DisplayValue>
<MessageID>NIC004</MessageID>
<Message>InvalidparametervalueforTarget</Message>
<Status>Failure</Status>
<ErrorCode>8</ErrorCode>
</Operation>
ThestoragecontrollersdifferbetweentheR430andtheR730andiftheLifecycleControllerlogindicatesa
failureforRAIDconfigu r ation asbelow,thenmakeappropriatechangesaccordingto theavailablestorage.
<FQDD>RAID.Integrated.11</FQDD>
<Operationname="CHANGE">
<DisplayValue>RAIDaction</DisplayValue>
<Name>RAIDaction</Name>
<Detail>
<NewValue>CreateAuto</NewValue>
</Detail>
<MessageID>STOR029</MessageID>
<Message>Physicaldisknotfound</Message>
<Status>Failure</Status>
<ErrorCode>a2</ErrorCode>
</Operation>
Makethefollowingchangesin‘03_R730_Export_Template_Clone_Modified_for_R430.xml’tosupportRAID
configurationcloningsimilartothe R730
<C
o
mpo
n
ent
F
Q
DD
=
"
RA
I
D
.
I
ntegrat
ed.
1
1
"
>
<AttributeName="RAIDresetConfig">True</Attribute>
<AttributeName="RAIDforeignConfig">Clear</Attribute>
<!
‐‐
Mo
dif
i
ed
:
N
O
TF
O
U
N
D
Att
ri
bu
te
N
ame=
"
RA
I
D
r
eke
y
"
>F
al
se
</
Att
ri
bu
te
‐‐
>
<!
‐‐
Mo
dif
i
ed
:
N
O
TF
O
U
N
D
Att
ri
bu
te
N
ame=
"
Encr
y
pt
i
o
nMo
de">
N
o
ne
</
Att
ri
bu
te
‐‐
>
12
ServerCloningwithServerConfigurationProfiles
<!
‐‐
<Attr
i
bu
te
N
ame=
"
Ke
y
I
D
"
></
Att
ri
bu
te
>
‐‐
>
<!
‐‐
<
Att
ri
bu
te
N
ame=
"
O
l
dC
o
ntr
o
ller
Key
"
>*
****
*</
Att
ri
bu
te
>
‐‐
>
<!
‐‐
<Attr
i
bu
te
N
ame=
"
N
e
w
C
o
ntr
o
ller
Key
"
>**
****
</
Att
ri
bu
te
>
‐‐
>
<AttributeName="RAIDprMode">Manual</Attribute>
<AttributeName="RAIDloadBalancedMode">Disabled</Attribute>
<AttributeName="RAIDccMode">StoponError</Attribute>
<AttributeName="RAIDcopybackMode ">OnwithSMART</Attribute>
<!‐‐Modified:NOTFOUNDAttributeName="RAIDControllerBootMode">UserMode</Attribute‐‐>
<AttributeName="RAIDEnhancedAuto ImportForeignConfig">Disabled</Attribute>
<AttributeName="RAIDrebuildRate">100</Attribute>
<AttributeName="RAIDbgiRate">100</Attribute>
<AttributeName="RAIDccRate">5</Attribute>
<AttributeName="RAIDreconstructRate">100</Attribute>
<C
o
mpo
n
ent
F
Q
DD
=
"
D
i
sk
.
V
ir
tu
al
.
0:R
AID.
I
ntegrat
e
d.
1
1
"
>
<AttributeName="RAIDaction">CreateAuto</Attribute>
<!
‐‐
Mo
dif
i
ed
:
N
O
TF
O
U
N
D
Att
ri
bu
te
N
ame=
"
Lo
c
k
S
tatus">U
nl
o
c
ked</
Att
ri
bu
te
‐‐
>
<AttributeName="RAIDinitOperation">None</Attribute>
<Attribute Na me="DiskCachePolicy">Default</Attribute>
<Attribute Name="RAIDdefaultWritePolicy">WriteThrough</Attribute>
<AttributeName="RAIDdefaultReadPolicy">NoReadAhead</Attribute>
<AttributeName="Name">RAID 50</Att ribute>
<AttributeName="Size">0</Attribute>
<!‐‐Modified:StripeSizechangedaccordingtosupportedforH310Mini‐‐>
<AttributeName="StripeSize">128</Attribute>
<!
‐‐
<Attr
i
bu
te
N
ame=
"
S
pa
nD
ept
h"
>2
</
Att
ri
bu
te
>
‐‐
>
<!
‐‐
<Attr
i
bu
te
N
ame=
"
S
pa
nLen
g
th"
>3
</
Att
ri
bu
te
>
‐‐
>
<AttributeName="RAIDTypes">RAID0</Attribute>
<!
‐‐
<Attr
i
bu
te
N
ame=
"
I
ncl
ud
edP
hy
sic
al
D
i
sk
I
D
"
>
D
i
sk
.
Bay
.
0:
E
nclo
su
r
e.
Inter
na
l
.
0
:
RA
I
D
.
I
ntegrat
ed.
1
1
</
Att
ri
bu
te
>
‐‐
>
</Component>
5)
Executethe
Preview
operationontheR430using‘03_R730_Export_Template_Clone_Modified_for_R430.xml’
winrm i ImportSystemConfigurationPreview http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService?SystemCreationClassName=DCIM_ComputerSystem+CreationCla
ssName=DCIM_LCService+SystemName=DCIM:ComputerSystem+Name=DCIM:LCService -u:root -
p:calvin -r:https://192.168.100.40/wsman -SkipCNCheck -SkipCACheck -encoding:utf-8 -
a:basic
@{IPAddress="192.168.100.50";ShareName="/nfs";ShareType="0";FileName="03_R730_Export_Temp
late_Clone_Modified_for_R430.xml"}
AssumingJID_186409478165istheJIDreturned,checkthejobstatus
winrm g "http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/DCIM_LifecycleJob?InstanceID=JID_186409478165+ cimnamespace=root/dcim" -u:root
13
ServerCloningwithServerConfigurationProfiles
-p:calvin -r:https://192.168.100.40/wsman -encoding:utf-8 -a:basic -SkipCNcheck -
SkipCAcheck
6)
Execute
GetConfigResults
ontheR430usingthe
Preview
JobIDandsavetheLifecycleControllerlog
ConfigResultsin‘04_R430_Preview_LCLog_Clone_of_R730.xml’.Makesuretherearenofailuresidentified.
winrm i GetConfigResults "http://schemas.dell.com/wbem/wscim/1/cim-
schema/2/DCIM_LCRecordLog?InstanceID=DCIM:LifecycleLog+ cimnamespace=root/dcim” -u:root
-p:calvin -r:https://192.168.100.40/wsman -encoding:utf-8 -a:basic -SkipCNcheck -
SkipCAcheck @{JobID="JID_18640978165"}
7)
ExecuteImport operationon the R430 using corrected
‘03_R730_Export_Template_Clone_Modified_for_R430.xml’
winrm i ImportSystemConfigurationPreview http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService?SystemCreationClassName=DCIM_ComputerSystem+CreationCla
ssName=DCIM_LCService+SystemName=DCIM:ComputerSystem+Name=DCIM:LCService -u:root -
p:calvin -r:https://192.168.100.40/wsman -SkipCNCheck -SkipCACheck -encoding:utf-8 -
a:basic @{IPAddress="192.168.100.50";ShareName="/nfs";ShareType="0";
FileName="03_R730_Export_Template_Clone_Modified_for_R430.xml";
ShutdownType="1";EndHostPowerState="1"}
AssumingJID_18640947816istheJIDreturned,tocheckforjobstatus
winrm g "http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/DCIM_LifecycleJob?InstanceID=JID_186409478166+ cimnamespace=root/dcim" -u:root
-p:calvin -r:https://192.168.100.40/wsman -encoding:utf-8 -a:basic -SkipCNcheck –
SkipCAcheck
8)
Oncethejobiscompleted,execute
GetConfigResults
commandontheR430usingImportJobIDandsavethe
LifecycleControllerlogConfigResultsin‘05_R430_Import_LCLog_Clone_of_R730.xml’’.VerifythatLifecycle
Controllerlogdoesn’tshowanyfailures.
winrm i GetConfigResults "http://schemas.dell.com/wbem/wscim/1/cim-
schema/2/DCIM_LCRecordLog?InstanceID=DCIM:LifecycleLog+ cimnamespace=root/dcim” -u:root
-p:calvin -r:https://192.168.100.40/wsman -encoding:utf-8 -a:basic -SkipCNcheck -
SkipCAcheck @{JobID="JID_18640978166"}
9)
ExportTemplateCloneontheR430to‘06_R430_Export_Template_Clone.xml’andcompareitwith
‘03_R730_Export_Template_Clone_Modified_for_R430.xml’.Makesurethereareno errors.
winrm i ExportSystemConfiguration http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService?SystemCreationClassName=DCIM_ComputerSystem+CreationCla
ssName=DCIM_LCService+SystemName=DCIM:ComputerSystem+Name=DCIM:LCService -u:root -
p:calvin -r:https://192.168.0.40/wsman -SkipCNCheck -SkipCACheck -encoding:utf-8 -a:basic
@{IPAddress="192.168.100.50";FileName="06_R430_Export_Template_Clone.xml";ShareName="work
share";ShareType="2";Username="user";Password="pwd";ExportUse="1"}
14
ServerCloningwithServerConfigurationProfiles
Summary
TheiDRACwithLifecycleControllertechnologyenablessystemadministratorstocreatehumanreadablesnapshotsof
anentireserversystemconfigurationusingServerConfigurationProfiles.Thispapershowshowsettingsfromone
servercanbecheckedforapplicabilitytoanotherserverwithoutdisturbingthetarget.Theusercantheneithermodify
the
sourceProfileforapplicabilitytothe targetsystem,orchoosetoapplyonlythecomponentsectionsthatcanbe
usedwithouterror.
AdditionalInformation
TheiDRACwithLifecycleControllerhomepageonDellTechCenterprovidesaccesstoproductdocuments,technical
whitepapers,howtovideosandmore:http://delltechcenter.com/iDRAC
15
ServerCloningwithServerConfigurationProfiles
Appendix1:RAIDactionProfileExampleBeforeEdit
<SystemConfigurationModel="PowerEdgeR730"ServiceTag="1KG0X52"TimeStamp="ThuJun917:14:342016">
<!‐‐ExporttypeisClone,Selective‐‐>
<!‐‐Exportedconfigurationmaycontaincommentedattributes.Attributesmaybecommentedduetode pendency,
destructivenature,preservingserveridentityorforsecurityreasons.‐‐>
<C
o
mpo
n
ent
F
Q
DD
=
"
RA
I
D
.
I
ntegrat
ed.
1
1
"
>
<AttributeName="RAIDresetConfig">True</Attribute>
<AttributeName="RAIDforeignConfig">Clear</Attribute>
<AttributeName="CurrentControllerMode">RAID</Attribute>
<AttributeName="RAIDrekey">False</Attribute>
<AttributeName="Encryption Mode">None</Attribute>
<!‐‐<AttributeName="KeyID"></Attribute>‐‐>
<!‐‐<AttributeName="OldControllerKey">******</Attribute>‐‐>
<!‐‐<AttributeName="NewControllerKey">******</Attribute>‐‐>
<AttributeName="RAIDprMode">Automatic</Attribute>
<AttributeName="RAIDPatrolReadUnconfiguredArea">Enabled</Attribute>
<AttributeName="RAIDloadBalancedMode">Automatic</Attribute>
<AttributeName="RAIDccMode">Normal</Attribute>
<AttributeName="RAIDcopybackMode ">On</Attribute>
<AttributeName="RAIDControllerBootMode">Continue BootOnError</Attribute>
<AttributeName= "RAIDEnhancedAutoImportForeignConfig">Disabled</Attribute>
<AttributeName="RAIDrebuildRate">80</Attribute>
<AttributeName="RAIDbgiRate">30</Attribute>
<AttributeName="RAIDccRate">30</Attribute>
<AttributeName="RAI Drec onstructRate">30</Attribute>
<
C
o
mpo
ne
nt
F
Q
DD
="
D
i
sk
.
V
ir
tu
al
.
0:R
AID.
I
ntegrat
e
d.
1
1
"
>
<AttributeName="RAIDaction">CreateAuto</Attribute>
<AttributeName="LockStatus">Unlocked</Attribute>
<AttributeName="RAIDinitOperation">None</Attribute>
<!‐‐<AttributeName="T10PIStatus">Disabled</Attribute>‐‐>
<AttributeName="DiskCachePolicy">Default</Attribute>
<AttributeName="RAIDdefaultWritePolicy">WriteBack</Attribute>
<AttributeName="RAIDdefaultReadPolicy">ReadAhead</Attribute>
<AttributeName="Name">VirtualDisk0</Attribute>
<Attribute Name="Size">107374182400</Attribute>
<AttributeName="StripeSize">128</Attribute>
<!‐‐<AttributeName="SpanDepth">1</Attribute>‐‐>
<!‐‐<AttributeName="SpanLength">2</Attribute>‐‐>
<AttributeName="RAIDTypes">RAID1</Attribute>
<!
‐‐
<Attr
i
bu
te
N
ame
="Inc
l
ud
edP
hy
sic
al
D
i
sk
I
D
"
>D
i
sk
.
Ba
y
.
0:Enclo
su
r
e.
Inte
r
na
l
.
0
1
:
RA
I
D
.
I
ntegrat
ed.
1
1
</
Att
ri
bu
te
>
‐‐>
16
ServerCloningwithServerConfigurationProfiles
<!
‐‐
<Attr
i
b
ut
e
N
ame
="Inc
l
ud
edP
hy
sic
al
D
i
sk
I
D
"
>D
i
sk
.
Ba
y
.
1
:
E
nclo
su
r
e.
Inter
na
l
.
0
1
:
RA
I
D
.
Inte
g
r
ated
.
1
1
</
Att
ri
bu
te
>
‐‐>
</Component>
<
C
o
mpo
ne
nt
F
Q
DD
="
E
nclo
su
r
e.
Inter
na
l
.
0
1
:
RA
I
D
.
I
ntegrat
ed.
1
1
"
>
<C
o
mpo
nen
t
F
Q
DD
=
"
D
i
sk
.
Bay
.
0:
E
nclo
su
r
e.
Inter
na
l
.
0
1
:
RA
I
D
.
Inte
g
r
ated
.
1
1
"
>
<AttributeName="RAIDHotSpareStatus">No</Attribute>
<AttributeName="RAIDPDState">Online</Attribute>
</Component>
<C
o
mpo
nen
t
F
Q
DD
=
"
D
i
sk
.
Bay
.
1
:
E
nclo
su
r
e.
Inter
na
l
.
0
1
:
RA
I
D
.
Inte
g
r
ated
.
1
1
"
>
<AttributeName="RAIDHotSpareStatus">No</Attribute>
<AttributeName="RAIDPDState">Online</Attribute>
</Component>
<AttributeName="RAIDremoveControllerKey">False</Attribute>
</Component>
</SystemConfiguration>
17
ServerCloningwithServerConfigurationProfiles
Appendix2:RAIDactionProfileExampleAfterEdit
Notethechangesmarkedwithyellowhighlightingbelow:
<SystemConfigurationModel="PowerEdgeR730"ServiceTag="1KG0X52"TimeStamp="ThuJun917:14:342016">
<!‐‐ExporttypeisClone,Selective‐‐>
<!‐‐Exportedconfigurationmaycontaincommentedattributes.Attributesmaybecommentedduetode pendency,
destructivenature,preservingserveridentityorforsecurityreasons.‐‐>
<C
o
mpo
n
ent
F
Q
DD
=
"
RA
I
D
.
I
ntegrat
ed.
1
1
"
>
<AttributeName="RAIDresetConfig">True</Attribute>
<AttributeName="RAIDforeignConfig">Clear</Attribute>
<AttributeName="CurrentControllerMode">RAID</Attribute>
<AttributeName="RAIDrekey">False</Attribute>
<AttributeName="Encryption Mode">None</Attribute>
<!‐‐<AttributeName="KeyID"></Attribute>‐‐>
<!‐‐<AttributeName="OldControllerKey">******</Attribute>‐‐>
<!‐‐<AttributeName="NewControllerKey">******</Attribute>‐‐>
<AttributeName="RAIDprMode">Automatic</Attribute>
<AttributeName="RAIDPatrolReadUnconfiguredArea">Enabled</Attribute>
<AttributeName="RAIDloadBalancedMode">Automatic</Attribute>
<AttributeName="RAIDccMode">Normal</Attribute>
<AttributeName="RAIDcopybackMode ">On</Attribute>
<AttributeName="RAIDControllerBootMode">Continue BootOnError</Attribute>
<AttributeName= "RAIDEnhancedAutoImportForeignConfig">Disabled</Attribute>
<AttributeName="RAIDrebuildRate">80</Attribute>
<AttributeName="RAIDbgiRate">30</Attribute>
<AttributeName="RAIDccRate">30</Attribute>
<AttributeName="RAI Drec onstructRate">30</Attribute>
<
C
o
mpo
ne
nt
F
Q
DD
="
D
i
sk
.
V
ir
tu
al
.
0:R
AID.
I
ntegrat
e
d.
1
1
"
>
<AttributeName="RAIDaction">Create</Attribute>
<AttributeName="LockStatus">Unlocked</Attribute>
<AttributeName="RAIDinitOperation">None</Attribute>
<!‐‐<AttributeName="T10PIStatus">Disabled</Attribute>‐‐>
<AttributeName="DiskCachePolicy">Default</Attribute>
<AttributeName="RAIDdefaultWritePolicy">WriteBack</Attribute>
<AttributeName="RAIDdefaultReadPolicy">ReadAhead</Attribute>
<AttributeName="Name">VirtualDisk0</Attribute>
<Attribute Name="Size">107374182400</Attribute>
<AttributeName="StripeSize">128</Attribute>
<AttributeName="SpanDepth">1</Attribute>
<AttributeName="SpanLength">2</Attribute>
<AttributeName="RAIDTypes">RAID1</Attribute>
<Attr
i
bu
t
e
N
a
me=
"
I
ncl
ud
edP
hy
sic
al
D
i
sk
I
D
"
>D
i
sk
.
Bay
.
0:
E
nclo
su
r
e.
Inter
na
l
.
0
1
:
RA
I
D
.
Inte
g
r
ated
.
1
1
</
Att
ri
bu
te
>
<Attr
i
bu
t
e
N
a
me=
"
I
ncl
ud
edP
hy
sic
al
D
i
sk
I
D
"
>D
i
sk
.
Bay
.
1
:
E
nclo
su
r
e.
Inter
na
l
.
0
1
:
RA
I
D
.
Inte
g
r
ated
.
1
1
</
Att
ri
bu
te
>
18
ServerCloningwithServerConfigurationProfiles
</Component>
<
C
o
mpo
ne
nt
F
Q
DD
="
E
nclo
su
r
e.
Inter
na
l
.
0
1
:
RA
I
D
.
I
ntegrat
ed.
1
1
"
>
<C
o
mpo
nen
t
F
Q
DD
=
"
D
i
sk
.
Bay
.
0:
E
nclo
su
r
e.
Inter
na
l
.
0
1
:
RA
I
D
.
Inte
g
r
ated
.
1
1
"
>
<AttributeName="RAIDHotSpareStatus">No</Attribute>
<AttributeName="RAIDPDState">Ready</Attribute>
</Component>
<C
o
mpo
nen
t
F
Q
DD
=
"
D
i
sk
.
Bay
.
1
:
E
nclo
su
r
e.
Inter
na
l
.
0
1
:
RA
I
D
.
Inte
g
r
ated
.
1
1
"
>
<AttributeName="RAIDHotSpareStatus">No</Attribute>
<AttributeName="RAIDPDState">Ready</Attribute>
</Component>
<AttributeName="RAIDremoveControllerKey">False</Attribute>
</Component>
</SystemConfiguration>
19
ServerCloningwithServerConfigurationProfiles
Appendix3:AttributeBehaviorinNormalExport
Component Attribute State Value
LifecycleController.
Embedded.1
LCAttributes.1#LifecycleControllerState
Commented(Capability/
FeatureEnablement)
Asset(ex,Enabled)
System.Embedded.1 ServerPwr.1#PowerCapValue Commented(Dependency) Asset(ex,247)
System.Embedded.1 ServerTopology.1#DataCenterName Commented(Server
Location)
Asset(ex,DellDC)
System.Embedded.1 ServerTopology.1#AisleName Commented(Server
Location)
Asset(ex,Aisle5)
System.Embedded.1 ServerTopology.1#RackName Commented(Server
Location)
Asset
(ex,Rack2)
System.Embedded.1 ServerTopology.1#RackSlot Commented(Server
Location)
Asset(ex,Slot1)
System.Embedded.1 ServerTopology.1#RoomName Commented(Server
Location)
Asset(ex,SWLab)
System.Embedded.1 ServerOS.1#HostName Commented(I/OIdentity)
Asset(ex,
ganymede.us.dell.com)
System.Embedded.1 ServerOS.1#OSName
Commented(GeneralUser
actionrequired)
Asset(ex,CentOS6.5)
iDRAC.Embedded.1 Users.n#Password Commented(Security
Obfuscated)
******
iDRAC.Embedded.1 LDAP.1#BindPassword
Commented(Security
Obfuscated)
******
iDRAC.Embedded.1 NICStatic.1#DNSDomainName Commented(I/OIdentity) Asset(ex,us.dell.com)
iDRAC.Embedded.1 IPv4Static.1#Address Commented(I/OIdentity) Asset(ex,192.168.0.120)
iDRAC.Embedded.1 IPv6Static.1#Address Commented,(I/OIdentity) Asset(ex,::)
iDRAC.Embedded.1 NIC.1#DNSRacName Commented,(I/OIdentity) Asset(idrac60)
iDRAC.Embedded.1 VNCServer.1#Password Commented(Security
Obfuscated)
******
Bios.Setup.11 OldSysPassword Commented,(Security
Obfuscated)
******
Bios.Setup.11 NewSysPassword Commented(Security
Obfuscated)
******
Bios.Setup.11 OldSetupPassword Commented(Security
Obfuscated)
******
Bios.Setup.11 NewSetupPassword
Commented,(Security
Obfuscated)
******
Bios.Setup.11 TpmActivation (Dependency) Asset
Bios.Setup.11 TpmClear (Dependency) Asset
Bios.Setup.11 IntelTxt (Dependency) Asset
Bios.Setup.11 AcPwrRcvryUserDelay (Dependency) Asset
20
ServerCloningwithServerConfigurationProfiles
Component Attribute State Value
Bios.Setup.11 UefiBootSeq Commented,
(BootSettings)
Asset(ex,NIC.Integrated.111,
NIC.Integrated.121…)
Bios.Setup.11 BiosBootSeq
Commented,
(BootSettings)
Asset(HardDisk.List.11,
NIC.Integrated.111)
Bios.Setup.11 HddSeq Commented(BootSettings)Asset(RAID.Integrated.11)
Bios.Setup.11 OneTimeBiosBootSeq Commented(Onetime
bootsettings)
Asset
Bios.Setup.11 OneTimeUefiBootSeq Commented(Onetime
bootsettings)
Asset
Bios.Setup.11 OneTimeHddBootSeq
Commented(Onetime
bootsettings)
Asset
Bios.Setup.11 SataPortA (Dependent) Asset
Bios.Setup.11 SataPortB (Dependent) Asset
Bios.Setup.11 ProcPwrPerf (Dependent) Asset
Bios.Setup.11 MemFrequency (Dependent) Asset
Bios.Setup.11 ProcTurboMode (Dependent) Asset
Bios.Setup.11 ProcC1E (Dependent) Asset
Bios.Setup.11 ProcCStates (Dependent) Asset
Bios.Setup.11 MonitorMwait (Dependent) Asset
Bios.Setup.11 MemPatrolScrub (Dependent) Asset
Bios.Setup.11 MemRefreshRate (Dependent) Asset
Bios.Setup.11 MemVolt (Dependent) Asset
Bios.Setup.11 CollaborativeCpuPerfCtrl (Dependent) Asset
Bios.Setup.11 AssetTag
Commented(GeneralUser
actionrequired)
Asset
NIC.Integrated.1x1 VirtMacAddr Commented(I/OIdentity) Asset(ex,BC:30:5B:F1:4C:80)
NIC.Integrated.1x1 IpAutoConfig Commented(Dependent,
I/OIdentity)
Asset(ex,Enabled)
NIC.Integrated.1x1 IscsiInitiatorIpAddr Commented,(I/OIdentity) Asset(ex,0.0.0.0)
NIC.Integrated.1x1 IscsiInitiatorSubnet Commented(I/OIdentity) Asset(ex,0.0.0.0)
NIC.Integrated.1x1 IscsiInitiatorSubnetPrefix Commented(Dependent,
I/OIdentity)
Asset
NIC.Integrated.1x1 IscsiInitiatorGateway Commented(I/OIdentity) Asset(ex,0.0.0.0)
NIC.Integrated.1x1 IscsiInitiatorPrimDns Commented(I/OIdentity) Asset(ex,0.0.0.0)
NIC.Integrated.1x1 IscsiInitiatorSecDns Commented(I/OIdentity) Asset(ex,0.0.0.0)
NIC.Integrated.1x1 IscsiInitiatorName Commented(I/OIdentity) Asset(string)
NIC.Integrated.1x1 IscsiInitiatorChapId Commented(I/OIdentity) Asset(string)
NIC.Integrated.1x1 IscsiInitiatorChapPwd Commented(I/OIdentity) Asset
NIC.Integrated.1x1 ConnectFirstTgt Commented(I/OIdentity) Asset(ex,Disabled)
NIC.Integrated.1x1 FirstTgtIpAddress Commented(I/OIdentity) Asset(ex,0.0.0.0)
NIC.Integrated.1x1 FirstTgtBootLun Commented(I/OIdentity) Asset(number)
  • Page 1 1
  • Page 2 2
  • Page 3 3
  • Page 4 4
  • Page 5 5
  • Page 6 6
  • Page 7 7
  • Page 8 8
  • Page 9 9
  • Page 10 10
  • Page 11 11
  • Page 12 12
  • Page 13 13
  • Page 14 14
  • Page 15 15
  • Page 16 16
  • Page 17 17
  • Page 18 18
  • Page 19 19
  • Page 20 20
  • Page 21 21
  • Page 22 22
  • Page 23 23
  • Page 24 24
  • Page 25 25
  • Page 26 26
  • Page 27 27
  • Page 28 28
  • Page 29 29
  • Page 30 30
  • Page 31 31
  • Page 32 32

Dell Servers Solution Resources Administrator Guide

Type
Administrator Guide
This manual is also suitable for

Ask a question and I''ll find the answer in the document

Finding information in a document is now easier with AI