I have about 50 linux servers need updating the records inside /etc/fstab file.
The only change is from those that have netapp:/vol/vol_orabackup mounted to svm2nfs:/vol_orabackup.
The original is netapp:/vol_orabackup /orabackup nfs rw,bg,hard,nointr,rsize=32768,wsize=32768,tcp,noac,vers=3,timeo=600
The destination is svm2nfs:/vol_orabackup /orabackup nfs rw,bg,hard,nointr,rsize=32768,wsize=32768,tcp,noac,vers=3,timeo=600
Can I write a script and run the script to update it?
I heard about some configuration update tool, is there a tool I can use to manage all configuration files on linux. thank you.
Open in new window