Operating System - HP-UX
1827283 Members
3639 Online
109717 Solutions
New Discussion

write on a DDS4 tape (compressed)

 
Nabil Boussetta
Frequent Advisor

write on a DDS4 tape (compressed)

i'd like to to backup my database(size 35 GB) on a DDS4 tape. how to write on compressed mode ?
6 REPLIES 6
RAC_1
Honored Contributor

Re: write on a DDS4 tape (compressed)

Use the device file that supports compression. Depending upon data, you may/may not want to use it.

lssf /dev/rmt/0m

Run lssf on every device files and use the one that says best density. Also during such operation, you should see compresson LED blinking on the dds drive.
There is no substitute to HARDWORK
Raj D.
Honored Contributor

Re: write on a DDS4 tape (compressed)

Hi Nabil ,

Check the "at&t best density available" ,(ex: /dev/rmt/0m ) with lssf , and try taking a backup , hope it will go upto 36GB to 40GB, being dds4 drive.

Cheers ,
Raj,




" If u think u can , If u think u cannot , - You are always Right . "
Alessandro Pilati
Esteemed Contributor

Re: write on a DDS4 tape (compressed)

Check this:
ls -la /dev/rmt

check these suffixes:
l - low density
m - medium density
h - high density
u - ultra density
c - compression enabled
n - no rewind
b - Berkly standrard

Usually if you use BEST, it does in any case hardware compression ( if I'm not wrong )...

check for the "c" suffix for the compression enablement.

Hope you can get extra helps...

Regards,
Alex
if you don't try, you'll never know if you are able to
Nabil Boussetta
Frequent Advisor

Re: write on a DDS4 tape (compressed)

i have the following device files under /dev/rmt:

# ls
0m c1t2d0BEST c1t2d0DDS
0mb c1t2d0BESTb c1t2d0DDSb
0mn c1t2d0BESTn c1t2d0DDSn
0mnb c1t2d0BESTnb c1t2d0DDSnb

which device file should i use ?
RAC_1
Honored Contributor

Re: write on a DDS4 tape (compressed)

c1t2d0BEST

You can use any one that says best density when you do "lssf *"

Basically they are same files. Check it with
ll -il. check inodes.
There is no substitute to HARDWORK
Nabil Boussetta
Frequent Advisor

Re: write on a DDS4 tape (compressed)

ok, il will try to test that