1849711 Members
6812 Online
104044 Solutions
New Discussion

Re: allow File System

 
Musaddaq_1
Occasional Contributor

allow File System

Hi
I am running 9i Database hp-ux(server 2470) which is not allowing me to copy file more then 2GB from another hp-ux (server5470)
5 REPLIES 5
Pete Randall
Outstanding Contributor

Re: allow File System

Is the file system you're copying into set up for large files? What command are you using to copy - some commands still have a 2GB llimit.


Pete

Pete
RAC_1
Honored Contributor

Re: allow File System

mkfs -m /dev/vgxx/lvolx
Will tell which parameters were used to create the file system. Check if largefiles option was used or not.
fsadm -o largefiles /dev/vgxx/lvolx will enable it. (If you do not have online JFS, you will have to unmount the file system and then do fsadm -o largefiles on the lvol)
Update the /etc/fstab file to sustain the reboots.

Anil
There is no substitute to HARDWORK
Steven E. Protter
Exalted Contributor

Re: allow File System

This is handled when you build the filesystem.

newfs -F vxfs -o largefiles /dev/vg02/rfsname


fsadm command can convert it.

fsadm -F vxfs -o largefiles /mountpoint_of_fs

use a real logical volume and filesysem name and you are okay.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Geoff Wild
Honored Contributor

Re: allow File System

CHeck the filesystem:

fsadm /mountpoint

If it returns:
nolargefiles

Then convert it:

fsadm -o largefile /mountpoint

Also modify /etc/fstab:

/dev/vgXX/lvolXX /mountpoint vxfs rw,suid,largefiles,delaylog,datainlog 0 2

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Jeff Schussele
Honored Contributor

Re: allow File System

Hi,

I agree with Pete if the failure is during the copy.
Depending on the command being used the 2GB limit can be in play.
Try using fbackup to create a file & then ftp to transfer & finally frecover to extract the file.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!