This post is more than 5 years old
8 Posts
0
5476
April 26th, 2017 13:00
RACADM Issue
Trying to collect info from a remote DRAC. Looked at documentation but I receive the following:
racadm -r 10.10.132.101 -u -p getconfig -f myconfig.cfg
Security Alert: Certificate is invalid - Certificate is not signed by Trusted Third Party
Continuing execution. Use -S option for racadm to stop execution on certificate-related errors.
ERROR: The syntax of the command specified is not correct.
Any advice is appreciated.
Thanks
0 events found
No Events found!


DELL-Josh Cr
Moderator
•
9.5K Posts
0
April 27th, 2017 14:00
I think you would also want to use –clone so it leaves out system specific info when you use set to import it to the other servers.
DELL-Josh Cr
Moderator
•
9.5K Posts
0
April 26th, 2017 17:00
Hi,
Which model of iDRAC is it? What version is the firmware at?
sxm1my
8 Posts
0
April 27th, 2017 07:00
PowerEdge R730xd
iDRAC 8
FW: 2.40.40.40
DELL-Josh Cr
Moderator
•
9.5K Posts
0
April 27th, 2017 10:00
Use the command get instead of getconfig. 2.40.40.40 removed the getconfig command. Page 30 http://topics-cdn.dell.com/pdf/idrac7-8-lifecycle-controller-v2.40.40.40_reference%20guide_en-us.pdf
sxm1my
8 Posts
0
April 27th, 2017 10:00
Thanks Josh.
So, should I want to export the config for import into other DRACs, I would use this command?
racadm -r -u -p get -f xyz_temp_clone -t xml -u Administrator -p xxx -l //192.168.0/xyz --clone
Our main goal is to export all the alert settings from this iDRAC so we can push out to the others.
Is there a better option or syntax for that?
Thanks
sxm1my
8 Posts
0
May 1st, 2017 09:00
Thanks for the help.
Seems to connect now. Just having an issue exporting to a share which I need to sort out.