Darren_jacobs@ 2007-02-26 08:45:48
Greetings,
I would like to use ontape to backup to a unix filesystem. Is there a
certain why the filesystem needs to be created to enable this or will I
need to use onbar. I’m currently using IDS 9.40FC2 on HPUX 11i V1and an
attempt to backup to a filesystem erros as seen below:
$ ontape -s -L 0
Please mount tape 1 on /usr/dbexport and press Return to continue …
could not write archive tape.
sending to informix-list
Murray wood \( 2007-02-26 08:45:50
You need to create the file and have it with permissions 660, owner
informix:informix
TAPEDEV points to the file you are creating.
MW
sending to informix-list
Hariog 2007-02-26 08:45:52
As Murray rightly pointed out to create a file with correct owner and
permission, just to make it clear, see below:
# cd /usr/dbexport
# touch
# chown informix:informix
# chmod 660
Now modify $INFORMIXDIR/etc/$ONCONFIG and point this
TAPEDEV.
BTW, search this newsgroup to find my script to level0 to disk.
Hari
Colin dawson 2007-02-26 08:45:53
I think the “tape device” need to have 666 permission – same as a normal
tape device
Regards
Colin
There are 10 types of people in the world, those that understand binary and
those that don’t
sending to informix-list
Darren_jacobs@ 2007-02-26 08:46:04
Thanks to all who responded. I greatly appreciate the help.
I guess I was brainfarting and attempting to write to a directory instead
of creating a file with 660.
“Murray Wood
\(IList\)”
Sent by:
owner-informix-li cc
st@iiug.org
Subject
RE: ontape to filesystem
09/06/2005 05:53
PM
You need to create the file and have it with permissions 660, owner
informix:informix
TAPEDEV points to the file you are creating.
MW
sending to informix-list
sending to informix-list
Jean sagi 2007-02-26 08:46:05
In 10 this theme is much improved than in 9.4
J.
Darren_Jacobs@carmax.com escribis:
sending to informix-list
Leave a Reply
You must be logged in to post a comment.