Enable Largefiles on a SC 3.0 filesystem

Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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:...
    3. 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...
  3. #2

    Default Re: Enable Largefiles on a SC 3.0 filesystem

    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.

    --
    slrn is a command line news reader.
    please reply, to the newsgroup (s).

    slrn Guest

  4. #3

    Default 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

  5. #4

    Default Re: Enable Largefiles on a SC 3.0 filesystem

    Jude wrote:
    >
    > I'm having a bit of trouble figuring out how to enable largefiles on
    > an nfs filesystem
    The largefiles switch only applies to local filesystems, so no matter
    what you try it will have no effect on any NFS filesystem.
    > that is managed my Veritas Volume Manager and
    > resourced by Sun Cluster 3.0.
    1) You need to do the fsadm on the host where the filesystem is local
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139