AidanEnos
MIS
- Dec 11, 2000
- 189
Okay, I want to write a script on my Sun Ultra station that, when executed, will create a list of configuration files, change the mode to read/write then, here's where I need help.
touch C5000.cfg
chmod 666 C5000.cfg
I want to do either:
a) snmpget 10.10.10.10 1.3.6.1.4.1.9.5.????????
b) tftp 10.10.10.10
bin
get ???????(what is config file named? config, configuration, Configuration don't work) C5000.cfg
close
Which is a better solution for a script to get the configurations? Is there an even better solution that I don't have?
How do you backup and maintain configuration files on a regular basis?
touch C5000.cfg
chmod 666 C5000.cfg
I want to do either:
a) snmpget 10.10.10.10 1.3.6.1.4.1.9.5.????????
b) tftp 10.10.10.10
bin
get ???????(what is config file named? config, configuration, Configuration don't work) C5000.cfg
close
Which is a better solution for a script to get the configurations? Is there an even better solution that I don't have?
How do you backup and maintain configuration files on a regular basis?