ChangeTpInfo
Updates the TwinPro configuration of the managed system with the given, previously edited configuration file (e.g. TpInfo.xml).
To use this command:
- Select one managed system as the golden sample for current BMC settings (for multiple-systems usage).
- Use
GetTpInfoto retrieve the current TwinPro settings. - Edit the configurable element values in the BMC configuration text file (e.g. TpInfo.xml) to the desired values.
- Optionally skip unchanged tables in the text file by setting the
Actionattribute toNone. - Optionally remove unchanged tables/elements from the text file.
Syntax
OOB
saa -i <IP or host name> -u <username> -p <password> -c ChangeTpInfo --file <filename>
In-Band
saa -c ChangeTpInfo --file <filename>
Multiple Systems OOB
saa -l <system list file> [-u <username> -p <password>] -c ChangeTpInfo --file <filename> [--individually]
Options
--file <file name>: Updates the TwinPro configuration with the given configuration file.--individually: (Optional) Updates each set of TwinPro configurations with the corresponding configuration file individually.
Examples
OOB
[SAA_HOME]# ./saa -i 192.168.34.56 -u ADMIN -p PASSWORD -c ChangeTpInfo --file TpInfo.xml
In-Band
[SAA_HOME]# ./saa -c ChangeTpInfo --file TpInfo.xml
Multiple Systems OOB
[SAA_HOME]# ./saa -l SList.txt -u ADMIN -p PASSWORD -c ChangeTpInfo --file TpInfo.xml
[SAA_HOME]# ./saa -l SList.txt -u ADMIN -p PASSWORD -c ChangeTpInfo --file TpInfo.xml --individually
Notes
- If the execution "Status" field of the managed system shows SUCCESS, the console output of the managed system will be shown in the "Execution Message" section of the managed system in the created log file.
- To update multiple systems (e.g., 192.168.34.56 and 192.168.34.57), you need to provide two files,
TpInfo.xml.192.168.34.56andTpInfo.xml.192.168.34.57, and set the--fileargument to the baseTpInfo.xmlfile name. With the--individuallyoption, SAA will search forTpInfo.xml.192.168.34.56andTpInfo.xml.192.168.34.57to update each system respectively.