Administrator Guide

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.