[HPADM] [Summary] fbackup aborts when reaching 2GB

From: Unternaehrer Stefano (stefano.unternaehrer@ti.ch)
Date: Wed Sep 17 2003 - 05:32:43 EDT


(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)


This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 11:02:34 EDT