1836604 Members
2153 Online
110102 Solutions
New Discussion

Re: DAT "AUTO"

 
SOLVED
Go to solution
Nobody's Hero
Valued Contributor

DAT "AUTO"

I hate to be a pest.
I created the device file like Shiju said.
It created /dev/rmt/0m_nocomp

When I try to use this device is says. "output file /dev/rmt/0m_nocomp is not in a valid device state"

any ideas, sorry to be a pest, but this is over my head.
UNIX IS GOOD
3 REPLIES 3
Helen French
Honored Contributor

Re: DAT "AUTO"

Hi Robert:

What about the patch levels ? Install these patches if you don't have it aleady:

HP-UX 11.00:

PHCO_23876
PHCO_25424
PHCO_23963
PHCO_25707
PHKL_22677
PHKL_24221
PHKL_26059

HTH,
Shiju



Life is a promise, fulfill it!
S.K. Chan
Honored Contributor
Solution

Re: DAT "AUTO"

What does ..
# lssf /dev/rmt/0m_nocomp
says ?

If it outputs something like ..."DDS3 density unknown" then that's where your problem is. The density "DDS3" is not being understood by the mksf command. I think the patches list that Shiju provide would deal with this.

However why don't you try using "-b DDS1" instead because DDS1 device driver is always in uncompress mode. Even though you defined DDS1 in the driver creation, it's the media that defines which format the drive would write, not the device file. So you're still ok.

Nobody's Hero
Valued Contributor

Re: DAT "AUTO"

The -b DDS1 option worked fine. Now Im using a DDS# tape drive with DDS1 blocking. Exactly what I needed. Thanks everyone..again and again.
UNIX IS GOOD