Ask a Question related to Linux / Unix Administration, Design and Development.
-
Jude #1
Enable Largefiles on a SC 3.0 filesystem
Hi
I'm having a bit of trouble figuring out how to enable largefiles on
an nfs filesystem that is managed my Veritas Volume Manager and
resourced by Sun Cluster 3.0.
I was thinking that it would be a matter of offlining the nfs resource
so it umounts then running fsadm -F vxfs -o largefiles /nfs. Then
onlining the resource again and it would pick up the changes. However,
I can't even manage to acheive step one, and I don't even know if this
is the right approach.
Anyway help would be fantastic
Thanks in advance
Jude
Jude Guest
-
FileSystem Object
I am wondering if anyone could help me with the following problem I need to write some asp code that accepts a path to some directory on the Web... -
[PHP-DEV] --enable-versioning does not work (was: [PHP-DEV] [PATCH] disallow --enable-versioning with shared modules)
Hello Jani, Friday, November 14, 2003, 5:15:39 PM, you wrote: -
SCO Filesystem
Help plz using sco 3.2v4.2 ... powerfailer ochh!... not able to mount /dev/u try fsck on /dev/root .. it's ok try fsck on /dev/u get error "fsck:... -
filesystem help
Yousuf wrote: The block number it's complaining about is in 1/2K blocks. In 1K units, it's at 18307903K into the division. Since the size of... -
slrn #2
Re: Enable Largefiles on a SC 3.0 filesystem
On 11 May 2004 09:23:29 -0700, Jude <jfarmer@channel4.co.uk> wrote:
Try running fuser to see if anyone is using the NFS, terminated it and>Hi
>
>I'm having a bit of trouble figuring out how to enable largefiles on
>an nfs filesystem that is managed my Veritas Volume Manager and
>resourced by Sun Cluster 3.0.
>
>I was thinking that it would be a matter of offlining the nfs resource
>so it umounts then running fsadm -F vxfs -o largefiles /nfs. Then
>onlining the resource again and it would pick up the changes. However,
>I can't even manage to acheive step one, and I don't even know if this
>is the right approach.
>
>Anyway help would be fantastic
force a umount (umount -f) and see if this will help. In addition,
you can post to comp.unix.solaris to see if anyone there is more
familiar with Veritas.
--
slrn is a command line news reader.
please reply, to the newsgroup (s).
slrn Guest
-
Jude #3
Re: Enable Largefiles on a SC 3.0 filesystem
[email]slrn@rr.com[/email] (slrn) wrote in message news:<slrnca1vnt.25v.slrn@server01.rr.com>...
> On 11 May 2004 09:23:29 -0700, Jude <jfarmer@channel4.co.uk> wrote:>> >Hi
> >
> >I'm having a bit of trouble figuring out how to enable largefiles on
> >an nfs filesystem that is managed my Veritas Volume Manager and
> >resourced by Sun Cluster 3.0.
> >
> >I was thinking that it would be a matter of offlining the nfs resource
> >so it umounts then running fsadm -F vxfs -o largefiles /nfs. Then
> >onlining the resource again and it would pick up the changes. However,
> >I can't even manage to acheive step one, and I don't even know if this
> >is the right approach.
> >
> >Anyway help would be fantastic
> Try running fuser to see if anyone is using the NFS, terminated it and
> force a umount (umount -f) and see if this will help. In addition,
> you can post to comp.unix.solaris to see if anyone there is more
> familiar with Veritas.
Hi
fuser doesn't display any process id and a umount -f, quizically gives
this:
umount: You don't have a license to run this program
hmm. I think it must be a Sun cluster specific issue. I've posted this
to the Solaris group you suggested.
Thanks
Jude
Jude Guest
-
Doug Freyburger #4
Re: Enable Largefiles on a SC 3.0 filesystem
Jude wrote:
The largefiles switch only applies to local filesystems, so no matter>
> I'm having a bit of trouble figuring out how to enable largefiles on
> an nfs filesystem
what you try it will have no effect on any NFS filesystem.
1) You need to do the fsadm on the host where the filesystem is local> that is managed my Veritas Volume Manager and
> resourced by Sun Cluster 3.0.
and add it to the /etc/vfstab there as well. Plus if it is inherreted
on failover, make the change in the other /etc/vfstab as well.
2) For NFS, be sure you use version=3 to acheive the nearest
equivalent to largefiles. verion=2 only supports smaller file sizes.
Doug Freyburger Guest



Reply With Quote

