Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Large data file not unloading from tape
Name: TroyS Date: July 30, 2001 at 10:43:50 Pacific
Comment:
We have a 7.6G file that we can cpio to tape however when we try to recover the file we get the following error message. This error message is a first for me and anyone else I talk to. This is a Compaq Alpha running Tru64 V4.0F Thanks in Advance Troy cpio -iuvB -I /dev/nrmt0h btabd.data1 cpio: [offset 3404m+38]: Bad magic number cpio: btabd.data1 : May be corrupt cpio: [offset 3470m+904k+48]: Bad swapped pathname length cpio: [offset 3811m+568k+48]: Bad binary pathname length cpio: [offset 3982m+904k+48]: Bad swapped pathname length cpio: [offset 4323m+568k+48]: Bad binary pathname length cpio: [offset 4494m+904k+48]: Bad swapped pathname length cpio: [offset 4835m+568k+48]: Bad binary pathname length cpio: [offset 5006m+904k+48]: Bad swapped pathname length cpio: [offset 5347m+568k+48]: Bad binary pathname length cpio: [offset 5518m+904k+48]: Bad swapped pathname length cpio: [offset 5859m+568k+48]: Bad binary pathname length cpio: [offset 6030m+904k+48]: Bad swapped pathname length cpio: [offset 6371m+568k+48]: Bad binary pathname length cpio: [offset 6542m+904k+48]: Bad swapped pathname length
Summary: Hi everyone, relatively new to unix here. Anyhow I wish to view a really large log file on our unix box. I am logging in from windows using putty and ftp is turned off on the box. have tried using v...
Summary: I use the following code in ksh to create data file that will be transfered by FTP to mainframe: sqlplus -s x/xxx@xxxxx << END 2> $global_path/log/PrHilanActivities.err SPOOL /n/ttpafn01/vol/vo...
Summary: I tried to do my code to search matching pair in two files,shown like this : open(IF1, "data1.txt") or die "Error opening data file: $!\n"; my @a; while (<IF1>) { chomp; my @fields=split; for...