Unsolved
This post is more than 5 years old
2 Intern
•
615 Posts
0
11020
December 3rd, 2012 12:00
chaining racadm commands for use through ssh connection to drac
Can I chain racadm commands when entering them on the drac when connected to it via SSH?
for example rather than this being two commands issued separately:
racadm config -g cfgLanNetworking -o cfgDNSRegisterRac 1
racadm config -g cfgLanNetworking -o cfgDNSRacName idrac.something.example.net
Can I chain them like this?
racadm config -g cfgLanNetworking -o cfgDNSRegisterRac 1;racadm config -g cfgLanNetworking -o cfgDNSRacName idrac.something.example.net
No Events found!


DELL-Raj S
327 Posts
0
December 4th, 2012 20:00
Command chaining is not allowed in SMCLP Shell. If the intention is to perform bulk configuration, then you can make use of racadm config –f command using Remote / Local RACADM.
Thanks,
Raj Shresta
cameronredux
2 Intern
•
615 Posts
0
December 5th, 2012 13:00
Thank you for the info Raj!