- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Large files
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
01-26-2006 06:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 06:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 06:51 PM
01-26-2006 06:51 PM
Re: Large files
If this is HFS,
# fsadm -F hfs -o largefiles /dev/vg02/lvol1
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 06:54 PM
01-26-2006 06:54 PM
Re: Large files
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 06:54 PM
01-26-2006 06:54 PM
Re: Large files
sam -> file systems and disks -> select a file system -> Action -> go to modify -> select Allow Large Files -> and press Ok
to convert that file system to lasrge file system enabled.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 06:58 PM
01-26-2006 06:58 PM
Re: Large files
how can i see it's enable ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 06:59 PM
01-26-2006 06:59 PM
Re: Large files
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=533241
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=183536
Generic, http://www2.itrc.hp.com/service/james/search.do?searchtext=large+files&submit.x=0&submit.y=0&hpl=1&todo=search&searchcriteria=allwords&from=home&searchcategory=ALL&rn=25&presort=rank&source=7000&esc=us-support.external.hp.com&wpa=www2.itrc.hp.com%3A80&origin=0&chkServStor=on
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 07:00 PM
01-26-2006 07:00 PM
Re: Large files
or
# fsadm /mountpoint
nomultifsets
largefiles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 07:03 PM
01-26-2006 07:03 PM
Re: Large files
You can try as ,
myserver:>fsadm /dev/vg00/rlvol7
largefiles
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 07:04 PM
01-26-2006 07:04 PM
Re: Large files
hpesa2-[root] # fsadm /dev/vg00/lvol5
vxfs fsadm: /dev/vg00/lvol5 is not the root inode of a vxfs file system
hpesa2-[root] # fsadm /opt
fsadm: /etc/default/fs is used for determining the file system type
nolargefiles
?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 07:04 PM
01-26-2006 07:04 PM
Re: Large files
Myserver:>fsadm /dev/vg00/rlvol1
file system : /dev/vg00/rlvol1
magic number : 95014
feature bits : 1
file system supports : nolargefiles, longfilenames
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 07:06 PM
01-26-2006 07:06 PM
Re: Large files
file system : /dev/vg00/rlvol1
magic number : 95014
feature bits : 1
file system supports : nolargefiles, longfilenames
It's OK thanks ALL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 07:07 PM
01-26-2006 07:07 PM
Re: Large files
You should see it with the fstyp command
GoodLuck
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 07:08 PM
01-26-2006 07:08 PM
Re: Large files
sam -> disks and file system -> file system -> select a file system (pressing space)
go to Actions -> View more information
where,
Allow Large Files: will say that information.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 07:58 PM
01-26-2006 07:58 PM
Re: Large files
newfs -F vxfs -o largefiles /dev/vg01/rmyfs1
newfs -F hfs -o largefiles /dev/vg01/rmyfs1