Floyd Wellershaus
unread,Nov 11, 2008, 1:24:42 PM11/11/08You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to inform...@iiug.org
Hello,
I am trying to unload directly to a gzipped file with hp loader.
So I'm setting up an array like below.
This is the file called myarray.devarr:
BEGIN OBJECT DEVICEARRAY myarray
BEGIN SEQUENCE
TYPE PIPE
FILE
TAPEBLOCKSIZE 0
TAPEDEVICESIZE 0
PIPECOMMAND "gzip > /u/floydw/working/file1.gz "
END SEQUENCE
END OBJECT
Then I create the array by using onpladm -create object -F myarray.devarr
onpladm create job job1 -d myarray -D sentryprod -t proc_reg -fu
Then I create the job, which points to that array ( called myarray)
then I run the job like:
onpladm run job job1 -fu
The problem is that the output is to a file in /u/floydw/working called myarray. It should be to a zipped file called file1.gz.
What am I missing here ?
Thanks,
floyd