0
votes
0
comments
1,045
views

Bash vs ksh pipes

0 votes, 0.00 avg. rating (0% score)
I am stuck with some problems with my scripts in ksh. FWIW the problem which I am unable to overcome is that when I use a structure such as this command | while read VAR1 do many.commands using $VAR1 done I often get that my scripts do not perform the loop for every line piped […]
0
votes
0
comments
1,543
views

Rebuilding a Netbackup environment with a fresh start

0 votes, 0.00 avg. rating (0% score)
While performing some disaster recovery testing, I wanted to be able to rebuild our netbackup 7.5 environment before going thru the restore process. My goal was to remove all media from the NBU EMM database, remove all tape drives and robot configuration then rebuild. Came up with the following script to do that and it […]