Unix Technical Forum

Z/OS to AIX DB2 named pipe

This is a discussion on Z/OS to AIX DB2 named pipe within the AIX Operating System forums, part of the Unix Operating Systems category; --> I've been asked by one of our DBAs to look into using named pipes to unload a DB2 z/os ...


Go Back   Unix Technical Forum > Unix Operating Systems > AIX Operating System

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-05-2008, 12:52 PM
bscottberg
 
Posts: n/a
Default Z/OS to AIX DB2 named pipe


I've been asked by one of our DBAs to look into using named pipes to
unload a DB2 z/os database down to DB2 on AIX. Curious if anyone has
any doc on this subject or can point me in the right direction as
google hasn't drummed up anything for me.

It looks like you can set up named pipes as devices on AIX for backing
up, other than that they seem to be more common place for Windows.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-05-2008, 12:52 PM
aixdude@yahoo.com
 
Posts: n/a
Default Re: Z/OS to AIX DB2 named pipe

On Aug 17, 11:36 am, bscottberg <bscottb...@yahoo.com> wrote:
> I've been asked by one of our DBAs to look into using named pipes to
> unload a DB2 z/os database down to DB2 on AIX. Curious if anyone has
> any doc on this subject or can point me in the right direction as
> google hasn't drummed up anything for me.
>
> It looks like you can set up named pipes as devices on AIX for backing
> up, other than that they seem to be more common place for Windows.


man mknod
note the p parameter


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-05-2008, 12:52 PM
aixdude@yahoo.com
 
Posts: n/a
Default Re: Z/OS to AIX DB2 named pipe

On Aug 17, 11:36 am, bscottberg <bscottb...@yahoo.com> wrote:
> I've been asked by one of our DBAs to look into using named pipes to
> unload a DB2 z/os database down to DB2 on AIX. Curious if anyone has
> any doc on this subject or can point me in the right direction as
> google hasn't drummed up anything for me.
>
> It looks like you can set up named pipes as devices on AIX for backing
> up, other than that they seem to be more common place for Windows.


some additonal info:

This command created the named pipe.

mknod /tmp/exp_pipe p

This starts compress reading from the named pipe and
writing to tape.

compress < /tmp/exp_pipe > /dev/rmt0

This starts the export, writing to the named pipe.
exp file=/tmp/exp_pipe

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 05:13 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com