Operating System - HP-UX
1753401 Members
7505 Online
108792 Solutions
New Discussion

Re: Convert fs nolargefiles to largefiles

 
SOLVED
Go to solution

Re: Convert fs nolargefiles to largefiles

#umount /ora03
#fsadm -F vxfs -o largefiles /dev/vg01/rora03 (note : rora03 and not ora03)
edit /etc/fstab
#mount /ora03
#fstyp /dev/vg01/rora03

#ulimit [make sure all are ok ]
[prealloc 21000 can be used to test file size - see man pages]

Good Luck
- Raju Joseph