Hello!
When I make backup I execute the following command
$tar cvf - tmp/label $FILES | compress -c > /dev/rmt/0n
So to restore files I make temporary file db.Z:
$cat /dev/rmt/0n > /arch/db.Z
$zcat /arch/db.Z | tar xhvf -
When I try to restore whithout making temporary file, I get an error...
how can I be alerted when there is low space on the tape to avoid an End-of-Media error.
Is it possible to create some script, which can do it.
There ic LCD display on the tape drive, which show free space on the tape, but how to do it by system tools?
Hello
Is there a way to prevent Oracle from allocation new extents in all datafiles belong to tablespace?
For example I have three datafiles in tablespace. When Oracle allocate first extent it allocate it in Datafile 1, next - in Datafile 2, third - in Datafile 3 and fourth - again in Datafile...
Thanx, but I want to know how I can be alerted when there is low space on the tape to avoid an End-of-Media error.
Is it possible to create some script, which can do it.
There ic LCD display on the tape drive, which show free space on the tape, but how to do it by software?
Hello
Can I detect from command shell how many tape already writed? Is it possible?
Vendor EXABYTE Mammoth tape drive 170M AME
Solaris 2.6
thank you
DPanyukov@mail.ru
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.