[HPADM] [Summary] fbackup aborts when reaching 2GB
From: Unternaehrer Stefano (stefano.unternaehrer_at_ti.ch)
Date: 09/17/03
- Previous message: Unternaehrer Stefano: "[HPADM] [Summary] fbackup aborts when reaching 2GB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: HP-UX Admin <hpux-admin@dutchworks.nl> Date: Wed, 17 Sep 2003 11:32:43 +0200
(today is not the day to send summaries... :-)
You also need to define the "largefile" option in
your /etc/fstab file, as for example:
/dev/vg09/lvol1 /backup/vg09 vxfs delaylog,largefiles 0 4
Best regards,
Stefano
--- Posted solution: ---
Solution
========
I had to create the FileSystem with the "largefiles"
option, as for example:
$ lvcreate -L 34720 -n lvol1 /dev/vg09
$ newfs -o delaylog,largefiles /dev/vg09/rlvol1
$ mount -o delaylog,largefiles /dev/vg09/lvol1 /backup/vg09
If already created, you can add this and other options with
$ umount ...
$ fsadm -F vxfs -o delaylog,largefiles /dev/vg09/rlvol1
$ mount ...
You can verify the current options with
$ fsadm -F vxfs /backup/vg09
---
Stefano Unternaehrer
SysAdmin/WebMaster Sbt
Sistema bibliotecario ticinese
www.sbt.ti.ch - 091 814 15 13
--
---> Please post QUESTIONS and SUMMARIES only!! <---
To subscribe/unsubscribe to this list, contact majordomo@dutchworks.nl
Name: hpux-admin@dutchworks.nl Owner: owner-hpux-admin@dutchworks.nl
Archives: ftp.dutchworks.nl:/pub/digests/hpux-admin (FTP, browse only)
http://www.dutchworks.nl/htbin/hpsysadmin (Web, browse & search)
- Previous message: Unternaehrer Stefano: "[HPADM] [Summary] fbackup aborts when reaching 2GB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]