Hi ..thanks for your timely response and I appreciate your help....Here is what I have so far...
nawk '$9 ~ /FULL/ {print $1} daylist > newf|while read tape
do
cd /usr/openv/netbackup/bin/admincmd...
Hey thanks..that did the job to create the file that has only tapes that are full or frozen. I'm now trying to use getline or a loop that runs a command on all the tapes ($1) in the new file until end of list.
Again, I've tried different methods, but still not working. Please understand that I...
Hi,
I'm having problems creating an awk script that searches in a file with "FULL" and "FROZEN in the $9 then sends that to a newfile called tapelist, then doing a reading that file to execute a command on all the tapes in the $1 of the newfile, tapelist. I've tried many things...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.