- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Help.....!
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 05:20 AM
02-12-2002 05:20 AM
Help.....!
fbackup -f file.backup -nv -i /net/host2/data -I /local_host_dir/index/index_host2
but when file.backup is near to 2Gb the fbackup made error.
I work with b180l ws and hp-ux 10.20.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 05:23 AM
02-12-2002 05:23 AM
Re: Help.....!
if your filesystem does not support largefiles, then you are limited to maximum 2GB!
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 05:24 AM
02-12-2002 05:24 AM
Re: Help.....!
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 05:25 AM
02-12-2002 05:25 AM
Re: Help.....!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 05:27 AM
02-12-2002 05:27 AM
Re: Help.....!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 05:28 AM
02-12-2002 05:28 AM
Re: Help.....!
you could change your /etc/fstab, e.g. :
/dev/vg00/lvol8 /home vxfs rw,suid,largefiles,delaylog,datainlog 0 2
umount and mount the filesystem, and things should run smoothly ;)
good luck,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 05:34 AM
02-12-2002 05:34 AM
Re: Help.....!
If you are having Online JFS you can give
fsadm -o largefiles
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 05:39 AM
02-12-2002 05:39 AM
Re: Help.....!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 05:42 AM
02-12-2002 05:42 AM
Re: Help.....!
It's actually "fstyp", not "fstype".
fsadm /dev/vg##/rlvol# will tell you whether or not largefiles was set. You can also use fsadm to add largefile support.
man fsadm for more info. Also fsadm_hfs and fsadm_vxfs.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 05:47 AM
02-12-2002 05:47 AM
Re: Help.....!
Convert a nolargefiles HFS file system to a largefiles HFS file system:
fsadm -F hfs -o largefiles /dev/vg02/rlvol1
largefiles Converts a nolargefiles file system to a largefiles file system. The file system should be unmounted and must be in a clean state (see fsck(1M)). A largefiles file system supports file sizes greater than 2 gigabytes.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 05:56 AM
02-12-2002 05:56 AM
Re: Help.....!
fsadm -F hfs -o largefiles /dev/vg02/lvol1
reply to me
fsadm: the primary and alternate super blocks do not match.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 06:19 AM
02-12-2002 06:19 AM
Re: Help.....!
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 06:23 AM
02-12-2002 06:23 AM
Re: Help.....!
logical volume lvol1
filesys hfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 06:25 AM
02-12-2002 06:25 AM
Re: Help.....!
First find out whether largefiels is enabled for your filesystem or not,
fsadm -F hfs /dev/vg_name/lv_name
If this returns "nolargefiles", to enable the largefiles option, unmount the filesystem and then do a fsadm,
fsadm -F hfs -o largefiles /dev/vg_name/rlv_name
Do check the syntax for the fsadm command. Do a "man fsadm" for more help.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 06:36 AM
02-12-2002 06:36 AM
Re: Help.....!
I haven't seen the message you received before. A quick search of HP's web didn't find anything.
2 ideas:
-run fsck on the lv. Sounds as though it needs checking.
-could the filesystem still be full? I don't know if that would cause your error message.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 06:41 AM
02-12-2002 06:41 AM
Re: Help.....!
# fsadm -F hfs -o largefiles /mount_dir
Where /mount_dir is the directory that the LV is mounted on.