![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to post a new thread (Regarding Unix related doubts) in Unix Forums | indusri | Forum Support Area for Unregistered Users & Account Problems | 1 | 03-11-2008 11:01 PM |
| Memory Consumption Commands | siebeladmin | HP-UX | 2 | 07-29-2006 10:06 AM |
| How are the following two commands related? | radhanuja | UNIX for Dummies Questions & Answers | 1 | 03-18-2006 10:18 PM |
| Solaris Memory commands | m_smith | UNIX for Advanced & Expert Users | 3 | 06-05-2003 10:40 AM |
| using FTP related commands in nawk utility in shell programming | nrsekhar | Shell Programming and Scripting | 4 | 08-10-2002 07:22 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Memory related Unix commands
I am using rsync for my backing up my files, from one box to other box,
While doing I am getting following error. arb821/Server/logs/rpcMetrics/ arb821/Server/logs/AribaOrderTransmitterLog.txt write failed on arb821/Server/logs/AribaOrderTransmitterLog.txt : Error 0 rsync error: error in file IO (code 11) at receiver.c(243) rsync: writefd_unbuffered failed to write 4092 bytes: phase "unknown": Broken pipe rsync error: error in rsync protocol data stream (code 12) at io.c(515) I guess its something related to memory space problem in target machine. How can I cheche the space availability in target m/c and what are the memory space related Unix(My OS is AIX) commands? |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
man df
man du |
|
#3
|
||||
|
||||
|
First of all, you should have a look at syslog logs...
Ia had that problem once and It was a problem of config... Check /etc/rsyncd.conf, check filesystem perms. |
||||
| Google The UNIX and Linux Forums |