Operating System - HP-UX
1834206 Members
2207 Online
110066 Solutions
New Discussion

largefiles on file system

 
SOLVED
Go to solution

largefiles on file system

Hi All,

I know that if I had online JFS I could use the fsadm -o largefiles {mount_point} to make the file systems largefiles without unmounting. Is there anyway to do this where I don't have online JFS?

Achille
4 REPLIES 4
Adisuria Wangsadinata_1
Honored Contributor

Re: largefiles on file system

Hi,

You need OnlineJFS OR Advance JFS if you would like to setup largefiles on your system without unmounting.

Check the url below (docID : BILLK1KBRC00001996) about 'HFS and JFS: syntax for setting LARGEFILES plus checking, and test' :

http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080048306

Check with command below :

# swlist -l fileset|grep -i journal

Check for:
JournalFS <---------- base JFS
AdvJournalFS <---------- Advanced JFS

Hope this information can help you.

Cheers,
AW
now working, next not working ... that's unix
Arunvijai_4
Honored Contributor

Re: largefiles on file system

You need to have OnlineJFS installed on your sever in order to make largefiles support.

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

Re: largefiles on file system

If you do not have OnlineJFS. you will have to umount and do it.
There is no substitute to HARDWORK
Hanwant Verma_1
Regular Advisor
Solution

Re: largefiles on file system

Check this hp docs link

http://docs.hp.com/en/J2715-90005/ch06s11.html

Hanwant