Has anyone had any experience with scirpting the rtminst components? I'd like to be able to get a new AMD in and run a set configuration script to set some rtminst settings such as driver settings and capture ports. And dealing with the interactive rtminst breaks that process and mandates a hands-on step in the process.
Thanks,
-Erich
Answer by Chris V. ·
rtminst simply edits the rtm.config file. The syntax of it is pretty simple, you should be able to use puppet and scripting to edit this file yourself.
As Ulf alludes to however, linux can rename/renumber interfaces should the hardware ever change, so your script would have to be smart enough to identify the capture interfaces (hopefully you use a different model NIC to the comms interface to make this easy). any sort of static config file replacement would be unreliable.
Answer by Erich M. ·
Well, I wouldn't want to do it in a vacuum. The plan is to use a configuration management utility to pass ETH interface configurations into the script. Ala setting up AMD's via Puppet.
Answer by Ulf T. ·
It's a nice approach but having installed a few AMD's, it seems like you have a better chance of winning on the lottery than getting the naming the ETH interfaces in the right order.
The only thing I've gotten to work in some manner was using imaging. But not even that is bullet proof since the ID's of the NICs change even within the same product.
JANUARY 15, 3:00 PM GMT / 10:00 AM ET