- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Check Filesystem; largefiles option
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
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
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
тАО12-03-2002 08:43 AM
тАО12-03-2002 08:43 AM
Check Filesystem; largefiles option
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2002 08:47 AM
тАО12-03-2002 08:47 AM
Re: Check Filesystem; largefiles option
eg
mkfs -m /dev/vg00/lvol4
However, this also needs root access.
Can you get somone on the client site to run this, and send you the output?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2002 08:48 AM
тАО12-03-2002 08:48 AM
Re: Check Filesystem; largefiles option
Have a look at 'etc/fstab'. It is likely that filesystems with 'largefiles' enabled will be so declared and conversely.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2002 08:49 AM
тАО12-03-2002 08:49 AM
Re: Check Filesystem; largefiles option
fsadm will fix the issue also be sure to edit the mount option in /etc/fstab wiht largefiles so that the filesystem is mounted proerply .
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2002 09:04 AM
тАО12-03-2002 09:04 AM
Re: Check Filesystem; largefiles option
I am looking for a method to check the filesystem options as a non-root user.
Thanks,
gus@foster /etc $./mkfs -m /dev/vg01/lvol1
vxfs mkfs: Cannot open /dev/vg01/lvol1: Permission denied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2002 09:06 AM
тАО12-03-2002 09:06 AM
Re: Check Filesystem; largefiles option
Gus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2002 09:09 AM
тАО12-03-2002 09:09 AM
Re: Check Filesystem; largefiles option
I'm kind of echoing JRF here, but if you don't see anything about largefiles in fstab, then it's unlikely that large files are allowed. If they were, you should see that as one of the options.
I know it's not definitive, but, without root access, a guess is probably as good as you're going to get.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2002 09:11 AM
тАО12-03-2002 09:11 AM
Re: Check Filesystem; largefiles option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2002 09:23 AM
тАО12-03-2002 09:23 AM
Re: Check Filesystem; largefiles option
You're making me nervous - my system isn't showing the options that I would expect see:
root# grep '/dev/vg01/lvol7' /etc/fstab
/dev/vg01/lvol7 /apps vxfs rw,suid,largefiles,delaylog,datainlog 0 2
root# mount -p |grep '/dev/vg01/lvol7'
/dev/vg01/lvol7 /apps
vxfs delaylog 0 0
Have I got something wrong here?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2002 09:29 AM
тАО12-03-2002 09:29 AM
Re: Check Filesystem; largefiles option
The fstab only display mount options, and not necessarily all of them. On my servers all the FS were created using largefiles, but /etc/fstab doesn't state so.
Gus
Any util other than mkfs adn fsadm that can give fs stats?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2002 09:37 AM
тАО12-03-2002 09:37 AM
Re: Check Filesystem; largefiles option
Steve
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2002 09:37 AM
тАО12-03-2002 09:37 AM
Re: Check Filesystem; largefiles option
Ok, this is kind of far-fetched (and requires root access to initially set up), but you could try using restricted SAM (sam -r) to give a regular user access to the disks and filesystems area. Under FileSystems > Actions > View More Info, it will tell you whether largefiles are allowed.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2002 09:47 AM
тАО12-03-2002 09:47 AM
Re: Check Filesystem; largefiles option
Admittedly, the problem with 'etc/fstab' or running 'mount -p' is that if no 'largefiles/nolargefiles' option is specified, then the state of the filesystem itself determines the mount characteristic.
Hence, the absence of a definitive 'largefiles' or 'nolargefiles' expression is negative evidence for you.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2002 11:02 AM
тАО12-03-2002 11:02 AM
Re: Check Filesystem; largefiles option
I'm guessing this would be one I have to create myself.
Thanks for all the help!
Gus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2002 11:06 AM
тАО12-03-2002 11:06 AM
Re: Check Filesystem; largefiles option
So JRF's way of finding it thru' fstab will not work if server is 11i. And I found out that even 'mount -p' will not tell if largefiles option is set/effective or not.
Gus,
Since someone 'should' have root access to that box, you can ask him/her to run the fsadm command for you. Or ask for sudo access.
Interesting thread!
...Manjeet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2002 11:10 AM
тАО12-03-2002 11:10 AM
Re: Check Filesystem; largefiles option
Seems that the same goes for 11.0, cause the /etc/fstab doesnt state the options there either ( at least not always)
Guess I have to start emailing peopel to get someone there to do it. I'll have to get a scipt to email them that will list all the filesystems from the /etc/fstab and then run fsadm on them based on hfs or vxfs.
Thanks again for all your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2002 11:12 AM
тАО12-03-2002 11:12 AM
Re: Check Filesystem; largefiles option
How about this:
for fs in `cat /etc/fstab |awk '{ print $1 }'`
do
fsadm $fs
done
?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2002 11:16 AM
тАО12-03-2002 11:16 AM
Re: Check Filesystem; largefiles option
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2002 11:30 AM
тАО12-03-2002 11:30 AM
Re: Check Filesystem; largefiles option
"Minor" correction to my script suggestion:
for fs in `cat /etc/fstab |awk '{ print $1 }'|sed 's|lvol|rlvol|g' `
do
fsadm $fs
done
Pete
Pete