![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Dumping network packets | smanu | UNIX for Dummies Questions & Answers | 1 | 08-01-2007 01:01 PM |
| dumping to tape from /tmp | kingdbag | UNIX for Dummies Questions & Answers | 1 | 11-27-2006 07:11 PM |
| Compressing folders | mohanprabu | UNIX for Dummies Questions & Answers | 4 | 06-02-2006 02:03 PM |
| Dumping multiple Folders | Freakytah | UNIX for Advanced & Expert Users | 1 | 11-27-2002 04:08 PM |
| Dumping files to tape | Jonathan | UNIX for Dummies Questions & Answers | 2 | 05-04-2002 07:52 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
dumping data and compressing
I have a utility provided by our vendor to dump data from their system. It is
expsysdb -s prod proddata.dmp "-s" and "prod" are parameters and "proddata.dmp" is the file name that the data is dumped to (this can be any name). Our current system (AIX 4.3) has a file size limit set to 1 gig and as you can imagine I am running up againts this limit. Is there a way that I can have the output compressed at the same time that it is being dumped to a file? The reason I need to do this is we have set up a new system and I need to transfer the data to this system. I have used named pipes when transfering the data between two applications on the same machine, but not sure how to work this when it needs to be transferred to another machine. For example I used this to load the data under one session: impexp -f test named.pipe Then loged in another session (same user id) and started to dump the data like this: expsysdb -s prod named.pipe If you can give me some ideas that would be great or even point me to some examples. Thank you. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|