readyNas as nas for oracle
how to bring oracle to backup on a ready nas.
whats about
After I got my ready Nas a couple of days I started to think, how can I possible move my backups to this cheap thing.
so I did some reading and a couple and testing, how to mount the nfs share in the best way.
thats the final, working solution for oracle 10.2
oracle server (redhat AS3, 10.2g):
/etc/init.d/nfs start
/etc/init.d/portmap start
/etc/init.d/nfslock start
mount -o rw,nolock,nosuid,nfsvers=3,rsize=32768,wsize=32768,hard readyNas:/oracle /mnt/oracle
ready nas:
just define a share and good is.
I tested this with a couple of different database sizes and it all worked out so far with no problems.
After I got my ready Nas a couple of days I started to think, how can I possible move my backups to this cheap thing.
so I did some reading and a couple and testing, how to mount the nfs share in the best way.
thats the final, working solution for oracle 10.2
oracle server (redhat AS3, 10.2g):
/etc/init.d/nfs start
/etc/init.d/portmap start
/etc/init.d/nfslock start
mount -o rw,nolock,nosuid,nfsvers=3,rsize=32768,wsize=32768,hard readyNas:/oracle /mnt/oracle
ready nas:
just define a share and good is.
I tested this with a couple of different database sizes and it all worked out so far with no problems.
Created by
zwluxx
Last modified 2006-03-14 04:48 PM
Last modified 2006-03-14 04:48 PM