Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle-RMAN-Backup on NFS-Linux-Server
WolverineJR wrote:
> Hi,
>
> following situation:
>
> Oracle-Versions: 8i, 9i, 10g
> Database-Server: Solaris 9
> Backup-Server: Redhat AS4; Kernel 2.6.9-5.EL
> Backup-Media: NFS-mount
>
> For our RMAN-Backup we have a NFS-mount on our Database-Server from our
> Backup-Server.
> Regular the complete Linux-NFS-server getīs stuck when we run our
> RMAN-backup in the night.
> But every time we try to reproduce this failure, the linux-server
> works.
> I have already changed different NFS-parameters on the linux-server,
> like wsize and rsize... but the server still dies in the night.
>
> Does have anybody an idea??
>
> THX!!
I had a similar problem initially because Oracle saw the mount point
as temporary rather than permanent.
Perhaps you have something like:
mount -t nfs 192.168.2.250:/vol/vol2 /mnt
Change to using fstab and an entry such as:
netapp1:/vol/vol2/alpha /u01 nfs
rw,bg,intr,hard,rsize=32768,wsize=32768,noac,nolock,tcp,vers=3 0 0
Get the correct syntax from your vendor that corresponds with your hardware and operating system version.
-- Daniel A. Morgan http://www.psoug.org damorgan_at_x.washington.edu (replace x with u to respond)Received on Tue Mar 07 2006 - 13:12:51 CST