1834001 Members
1850 Online
110063 Solutions
New Discussion

Re: Large files

 
SOLVED
Go to solution
SupraTeam_1
Regular Advisor

Large files

Hi,
How can i activate Large files ?

Thanks
14 REPLIES 14
Muthukumar_5
Honored Contributor
Solution

Re: Large files

Example:

Convert a HFS file system from a nolargefiles file system to a
largefiles file system:

fsadm -F hfs -o largefiles /dev/vg02/lvol1


--
Muthu
Easy to suggest when don't know about the problem!
Arunvijai_4
Honored Contributor

Re: Large files

Hello,

If this is HFS,

# fsadm -F hfs -o largefiles /dev/vg02/lvol1

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Arunvijai_4
Honored Contributor

Re: Large files

In Case of VXFS, # fsadm -F vxfs -o largefiles /

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Muthukumar_5
Honored Contributor

Re: Large files

You can use sam as,

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
Easy to suggest when don't know about the problem!
SupraTeam_1
Regular Advisor

Re: Large files

Thanks All
how can i see it's enable ?
Robert-Jan Goossens_1
Honored Contributor

Re: Large files

# fsadm /dev/vg01/rlvol11
or
# fsadm /mountpoint
nomultifsets
largefiles
Arunvijai_4
Honored Contributor

Re: Large files

Hello,

You can try as ,

myserver:>fsadm /dev/vg00/rlvol7
largefiles

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
SupraTeam_1
Regular Advisor

Re: Large files

I can see that :

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

?
Arunvijai_4
Honored Contributor

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
"A ship in the harbor is safe, but that is not what ships are built for"
SupraTeam_1
Regular Advisor

Re: Large files

hpesa2-[root] # fsadm /dev/vg00/rlvol1
file system : /dev/vg00/rlvol1
magic number : 95014
feature bits : 1
file system supports : nolargefiles, longfilenames


It's OK thanks ALL
Darrel Louis
Honored Contributor

Re: Large files

Hi,

You should see it with the fstyp command

GoodLuck

Darrel
Muthukumar_5
Honored Contributor

Re: Large files

Use as,

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
Easy to suggest when don't know about the problem!
dipesh_2
Regular Advisor

Re: Large files



newfs -F vxfs -o largefiles /dev/vg01/rmyfs1

newfs -F hfs -o largefiles /dev/vg01/rmyfs1