Hi,
Is there any option in tapeware to check backup status from command line? Or perhaps from a log file. I'm trying to write a batch script to auto email me the backup status.
Thanks.
Hi,
Is there any option in arcserve to keep retring backup job within backup windows time? I couldn't find any. At the moment, if first attempt fail, my backup job consider as fail. It should keep trying though if backup windows still exist.
My environment is 2 SDLT tape drives. No autoloader...
Hi,
I have 1 SDLT tape drive and going to get another one. Our backup job moves into second tape now. Idea is not to have human interaction to swap the tape. Thinking of using 2 drives for tape1 and tape2 and backup would use tape2 after tape1 is full. Or maybe use multi-stream if possible...
Hi All,
If anybody could help me with my scenario here. I have a statement file. Example of some content:
DATE DESC Debit Credit Total Rate
02-Jan-08 Lodgement 200.00 1200.00 2.51
14-Sep-07 Withdrawal 50.00 1000.00 2.51...
Hi,
How do I go about deleting any lines that contain pattern on the first 3 characters or maybe first 5 characters? Example file contains:
.
.
How much does it cost?
Where are you now, How?
Is this correct?
How old are you?
How are you?
.
.
I want to remove "How" lines and "Is" line for...
Hi,
I have an xml file about 3 MB in size. Huge data inside the file. I would like to strip out some data out of it and import into other application. Preferable common delimited file with comma between each data. Some of the line from xml file
============================
<?xml version="1.0"...
Hi,
I have a file which contains \f\r. How do I go about inserting blank line after each occurrence of \f\r?
I used this to replace \r with \f\r. Now I want to insert blank line after it.
nawk 'NR%94==0{sub(/\r/,"\f\r")}1' $x > /tmp/$filename.temp
Thanks.
Hi All,
I have a file which contains many line of below. Is there any way just to get "USER=ksmith" part? The username will be varied.
===============
23-JAN-2008 10:26:40 * (CONNECT_DATA=(SID=P)(CID=(PROGRAM=C:\Program Files\Quest Software\Toad for...
Hi,
I installed gawk for windows. When I tried to run the same awk command that I was using from Unix, I got error below. Am I missing something here? Thanks.
C:\Program Files\GnuWin32\bin>gawk 'length($0)<100{$0=sprintf("%-100s",$0)}1' input_file > output_file
The system cannot find the file...
Hi All,
I have a file where first 4 lines and the last line are 80 characters. The rest are on 100 characters in each line. I want all the lines are 100 characters. So, is there any way to add 20 spaces on line 1-4 and last line? If there is a better way to do this, that would be great.
Thanks.
Hi,
I have large fragment on our LMT tablespace. Because of this, it slows down the performance. What is the best way to tackle this issue? Can I just:
1) create new temporary tablespace
2) move out data to temp tablespace
3) drop old tablespace
4) recreate old tablesapce
5) move back in from...
Hi,
Is there a way to append text at every 94 line in a file? I have a big file. At every 94 line I have "^M". What I want to do is add "^L" before it. So it will look like "^L^M". Can anybody help with this, please? I tried to google but no luck so far.
Thank you in advance.
regards,
dbase77
hi,
I have 2 unix machines. Lets call it systemA and
systemB. Both machines have netbackup business server
running (same version - 4.5). And both machines have
tape library attach to it. Basically they dont share
between each other. Lately I've been thinking, I
should config netbackup so that I...
Hi all,
Is there any way I can use in sql script where I can block changing specific user? For example I dont want to change system and sys user password. I have a script where it requests username and password to change. But I dont want this person to change system and sys user password...
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.