Unsolved

This post is more than 5 years old

2 Intern

 • 

615 Posts

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

327 Posts

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

2 Intern

 • 

615 Posts

December 5th, 2012 13:00

Thank you for the info Raj!

No Events found!

Top