![]() |
|
|
|
|
|||||||
| 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 |
| Error using usfdump for backup & restore ? | posky | SUN Solaris | 1 | 06-10-2008 04:54 PM |
| Error upon completion of ddcommand | sunsear24 | HP-UX | 9 | 09-26-2007 02:34 AM |
| UNIX Backup Exec Agent Error | George26 | UNIX for Advanced & Expert Users | 2 | 06-30-2006 01:04 PM |
| Backup is giving me input/output error | JPigford | UNIX for Dummies Questions & Answers | 8 | 01-28-2005 04:00 PM |
| tape backup error | larry | UNIX for Dummies Questions & Answers | 8 | 06-13-2002 10:05 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Tar error after backup completion
After perfomring a remote backup from HP-UX to a SUN, it prompt the following error.
Can you please advise what does this error means? How to retify this error? "dd: unexpected short write, wrote 0 bytes, expected 10240 205802517+126 records in 10290129+0 records out" The command used is LogFile="/home/admin/logs/stdf/2004/tar_$Year$Mth$Day.log" tar cvhf - aug/31 sep/0? sep/1? sep/2? sep/3? 2>$LogFile | remsh esx002 "dd of=/dev/rmt/0m obs=10k" |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
This may help
tar cvf /dev/rmt/0m aug/31 sep/0? sep/1? sep/2? sep/3? | tee $logfile tar cvfb 10 /dev/rmt/0m aug/31 sep/0? sep/1? sep/2? sep/3? | tee $logfile raguram R
__________________
raguram r |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|