Operating System - HP-UX
1832603 Members
2389 Online
110043 Solutions
New Discussion

Re: enable large file support with out using fsadm...

 
blu.karthi
Advisor

enable large file support with out using fsadm...

how to enable large file support with out using fsadm...
10 REPLIES 10
Suraj K Sankari
Honored Contributor

Re: enable large file support with out using fsadm...

Hi,

I didn't try this without fsadm but you can try this below commands or try to create FS with SAM

While mounting the file system
mount -F vxfs -o largefiles /dev/vg#/lvol# /(mountpoint)

In /etc/fstab entry
/dev/vg0#/lvol# /ignite_depot vxfs delaylog,largefiles 0 2


Suraj
R.O.
Esteemed Contributor

Re: enable large file support with out using fsadm...

Hi,

You can create the FS directly without fsadm. After creating the lvol:


# lvcreate -L /dev/vgXX
# newfs -F vxfs -o largefiles /dev/vgXX/rlvolX

Regards,
"When you look into an abyss, the abyss also looks into you"
blu.karthi
Advisor

Re: enable large file support with out using fsadm...

hi Suraj,

it is not working......


in that file system data are there.....
Dennis Handly
Acclaimed Contributor

Re: enable large file support with out using fsadm...

>how to enable large file support without using fsadm.

Other than using newfs(1m) I don't think there is any way. Why would you want to not use fsadm(1m)?
James R. Ferguson
Acclaimed Contributor

Re: enable large file support with out using fsadm...

Hi:

As Dennis noted, you have a choice of enablng 'largefiles' when you 'newfs' or 'mkfs' the filesystem or if you later use 'fsadm'.

The use of 'largefiles' or 'nolargefiles' in '/etc/fstab' or when explicitly mounting a filesystem with 'mount' *only* checks the stated intention with the underlying filesystem.

That is, a 'largefiles' filesystem will fail to mount if '-o nolargefiles' is specified. Similarly, a mount of a 'nolargefiles' filesystem will fail if the mount option '-o largefiles' is given. When no mount option is specified, the state of the underlying filesystem will determine the usage.

Regards!

...JRF...
singh sanjeev
Trusted Contributor

Re: enable large file support with out using fsadm...

first umount the filesystem and then run newfs -F vxfsd -o largefiles
Sanjeev Singh
R.O.
Esteemed Contributor

Re: enable large file support with out using fsadm...

"first umount the filesystem and then run newfs -F vxfsd -o largefiles "

Be careful, because the newfs command will destroy ALL the data in the logical volume!
If you do that, be sure you do not have data in the lvol or you have a backup of its contents.

Regards,
"When you look into an abyss, the abyss also looks into you"
Torsten.
Acclaimed Contributor

Re: enable large file support with out using fsadm...

"...with out using fsadm... " - please explain the reason why.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
P Arumugavel
Respected Contributor

Re: enable large file support with out using fsadm...

What is the version of release u use?
S.N.S
Valued Contributor

Re: enable large file support with out using fsadm...

Hi

This attachment would help you!

HTH
SNS
"Genius is 1% inspiration, 99% Perspiration" - Edison