Operating System - HP-UX
1820603 Members
1757 Online
109626 Solutions
New Discussion юеВ

Re: enable largefiles support

 
kholikt
Super Advisor

enable largefiles support

Hi,

I have create the logical volume without specifying the largefiles support. Can I convert from non largefiles support to largefiles support without destroy the file system. Is this going to impact my mirror as well
abc
12 REPLIES 12
kholikt
Super Advisor

Re: enable largefiles support

forgot to mention that I have onlinejfs
abc
T G Manikandan
Honored Contributor

Re: enable largefiles support

#fsadm -F vxfs -o largefiles /mount-point

edit /etc/fstab and update nolargefiles to largefiles.
Muthukumar_5
Honored Contributor

Re: enable largefiles support

You can use fsadm to do this.

/usr/sbin/fsadm -F hfs -o largefiles /dev/vg02/rlvol1

Read this. http://docs.hp.com/en/5990-8172/ch06s02.html
Easy to suggest when don't know about the problem!
Naveej.K.A
Honored Contributor

Re: enable largefiles support

hi,

fsadm -f vxfs -o largefiles /dev/vgxx/lvolxx

should work.

Yes, this is on the filesystem level and naturally your mirrored disk gets updated. There is no impact/break of mirror.

REgards,
Naveej
practice makes a man perfect!!!
T G Manikandan
Honored Contributor

Re: enable largefiles support

Ofsource your mirror gets updated on the change.
Infact,Thatz what mirror will do..
Ravi_8
Honored Contributor

Re: enable largefiles support

Hi,

#fsadm -F vxfs -o largefiles /mount-point

#sed 's/nolargefiles/largefiles/g' /etc/fstab

This will not impact your mirror configuration
never give up
HGN
Honored Contributor

Re: enable largefiles support

Hi

You need modify using fsadm command

fsadm -F vxfs -o largefiles /xxxx

You also need to make sure you edit the /etc/fstab file so that it comes largefiles every time the server is booted.

Rgds

HGN
rariasn
Honored Contributor

Re: enable largefiles support

Hi,

# fsadm -F vxfs -o largefiles /dev/vgxx/lvxx
# mount -o largefiles /dev/vgxx/lvxx /mount_dir

Rashid Hamid
Regular Advisor

Re: enable largefiles support

hi

#fsadm -F vxfs -o largefile /mountpoint

I'm Parit Madirono/Parit Betak Boyz
Hoang Chi Cong_1
Honored Contributor

Re: enable largefiles support

Hello

Please check the attachment it is really usefull!

Regard,
Hoang Chi Cong
Looking for a special chance.......
Carlos Munoz Lopez
Frequent Advisor

Re: enable largefiles support

Thank you guys. You are amazing. It was the largefiles option no enabled on file system.
Raj D.
Honored Contributor

Re: enable largefiles support

Hi Khotikt,

just need to do this :

# fsadm -F vxfs -o largefiles /oracle/data

[ Assuiming /oracle/data is the filesystem you want to enable for largefiles ,]

It will not destroy or anything to the filesystem , but it will set the largefiles flag.


Enjoy ,
Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "