Fbackup aborts exactly at 2 GB


 
Thread Tools Search this Thread
Operating Systems HP-UX Fbackup aborts exactly at 2 GB
# 1  
Old 12-15-2014
Fbackup aborts exactly at 2 GB

i tried to take a backup by using fbackup command. But it exactly aborted after taking backup of 2GB data. pleasse guide me how should i proceed to overcome this problem.
The command i used is:
Code:
fbackup -0 -y -f /dir1 \
                -g fbackup_graph \
                -c fbackup_config

The output is
Code:
fbackup(3014): WRITE ERROR: could not write to the output file
fbackup(3004): writer aborting
fbackup(1002): Backup did not complete : Reader or Writer process exit

The /dir1 has more than 100 GB of free space, and data i tried to backup is sum of 22 GB


Moderator's Comments:
Mod Comment Please use code tags next time for your code and data. Thanks

Last edited by vbe; 12-15-2014 at 08:44 AM..
# 2  
Old 12-15-2014
Because you are not writing to a tape, the type of filesystestem is important...
I hope for you its JFS and you have Online-JFS product...
Most probable is your Filesystem was not created with largefiles option...
# 3  
Old 12-15-2014
I am new for HP-UNIX platform will please guide me what should i proceed next
# 4  
Old 12-15-2014
show me the line for the mountpoint /dir1 in /etc/fstab

Last edited by vbe; 12-15-2014 at 02:25 PM.. Reason: typo
# 5  
Old 12-15-2014
Is the output from the command:
Code:
ulimit

4194304? If it is, you are running with a maximum file size limit of 2GB for processes you start. If that is your problem, you'll need extended privileges to up your limit.
# 6  
Old 12-16-2014
Thanking you all for quick response, the problem is solved now.
# 7  
Old 12-16-2014
Quote:
Originally Posted by siva3492
Thanking you all for quick response, the problem is solved now.
Hi siva3492,
In case some other reader runs into the same problem, please tell us how you resolved the problem you were having.

Thanks,
Don
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

Fbackup to multiple files

I suffered a fault on a tape drive and would like to redirect my fbackup from /dev/rmt/0m to a NFS Share. I have mounted a NFS share in /mnt/NFSShare. When I run the following command: /etc/fbackup -0 -uv -i /backup2/BEM/BEML1 -c /usr/local/scripts/backup/fbackup_config -f... (2 Replies)
Discussion started by: Iceman_Pol
2 Replies

2. Shell Programming and Scripting

Expect Script Aborts Before Completion

Hi guys, i have a script that logs into a range of hosts and runs an update involving apt-get: apt-get update problem i'm having is, before i do the apt-get, i do a apt-get update. and this process is completed quickly for most servers. but some servers, it can take a while. my expect... (1 Reply)
Discussion started by: SkySmart
1 Replies

3. HP-UX

HP-UX Full System Backup with fbackup

Hello, I'm still new in HP-UX backup and I want to do a FULL BACKUP of HP-UX server to TAPE device. After reading on several forums and posts, i have list down several steps on how to do a full backup on HP-UX with fbackup. I would like the gurus here to comment/advise on the steps below 1)... (4 Replies)
Discussion started by: miskin
4 Replies

4. Slackware

pkgtool aborts

Hi everyone! I am running Slackware 12.1 and the past few days I have this problem: Whenever I use pkgtool to install an update, I get this message: /sbin/installpkg: line 231: 3967 Aborted /sbin/ldconfig I tried ldconfig but it aborts. Any ideas would help, Thanks... (2 Replies)
Discussion started by: kerb41
2 Replies

5. HP-UX

fbackup problem

Hi, I have a fbackup step as below in HP-UX /bin/nice /etc/fbackup -f /dev/rmt/0m -i / -I /opt/monitrol/tmp/Index.full Now the errors that i will get in case of the fbackup step, I want to redirect them to a file. Please help me how to redirect to a file. Thanks, Avik. (4 Replies)
Discussion started by: avik.nandi
4 Replies

6. Shell Programming and Scripting

fbackup redirection to a file.

Hi, I have a fbackup step as below /bin/nice /etc/fbackup -f /dev/rmt/0m -i / -I /opt/monitrol/tmp/Index.full Now the errors that i will get in case of the fbackup step, I want to redirect them to a file. Please help me how to redirect to a file. Thanks, Avik. (5 Replies)
Discussion started by: avik.nandi
5 Replies

7. HP-UX

fbackup

Hey guys im trying fbackup, what kind of device should be used for the output. i tried to put the output into a disk that i LVM and to /tmp but it wont work, theres an error saying that its not a valid device for backup. (14 Replies)
Discussion started by: sbn
14 Replies

8. HP-UX

HP-UX 10.20 fbackup? restore help/guidance needed

Hello, We've recently had a multiple hardrive failure in our legacy HP9000. Now the drives are repaired and the filesystems are recreated, I went to restore the last of the database tables from our dds3 backup, but cannot. Here's what's going on: BTW, I'm an absolute novice w/ HP-UX The... (5 Replies)
Discussion started by: jastuart
5 Replies

9. HP-UX

fbackup endind with wraning how to check on a script fbackup is good

Hi, I am writing a script that is doing a fbackup during the night and before it shutdown the database then run the fbackup then at the end before restarted the data base, I would like to check the status that the fbackup is fine but I always have warning (about socket: fbackup(1102): WARNING:... (2 Replies)
Discussion started by: touny
2 Replies

10. HP-UX

Backup using fbackup

Dear All, We have Universe database on HP-UX Servers, when we take back on DDS3 it completes around 48 Gb data on just one tape. As per DDS media specs it can hold upto 24 GB compressed data. How it is managing more than double data..? (3 Replies)
Discussion started by: Kashif Raees
3 Replies
Login or Register to Ask a Question