Rman通过NFS备份报错ORA-27054(国外英语资料).docVIP

  • 4
  • 0
  • 约1.42万字
  • 约 19页
  • 2017-06-26 发布于河南
  • 举报

Rman通过NFS备份报错ORA-27054(国外英语资料).doc

Rman通过NFS备份报错ORA-27054(国外英语资料)

Rman通过NFS备份报错ORA-27054(国外英语资料) RMAN will have an ora-27054 error while backing up and recovering from NFS. The Oracle 10G Rac environment, which USES NFS mount, maps remote site directories to local disks to solve problems that Racs archive logs cannot access. The simple steps are as follows: First, the archives purpose directory is established on both nodes: # su - oracle Sun Microsystems Inc. SunOS 5.8 Generic Patch October 2001 $mkdir/data1 / archivelog1 / data1 / archivelog2 $exit # the hostname racnode1 # su - oracle Sun Microsystems Inc. SunOS 5.8 Generic Patch October 2001 $mkdir/data1 / archivelog1 / data1 / archivelog2 $exit # the hostname racnode2 Set directory sharing in the node: # share -f NFS - o rw = racnode2 / data1 / archivelog1 The sharing of directories in node 2: # share -f NFS - o rw = racnode1 / data1 / archivelog2 The directory where node one loads node two: # mount racnode2: / data1 / archivelog2 / data1 / archivelog2 The directory of node two load node one: # mount racnode1: / data1 / archivelog1 / data1 / archivelog1 In trying to back up: RMAN run 2 { 3 allocate channel c1 device type SBT; 4 allocate channel c2 device type SBT; backup database plus archivelog delete all input; 6 } Allocated channel: c1 channel c1: sid = 307 instance = testrac2 devtype = SBT_TAPE channel c1: VERITAS NetBackup for Oracle - Release 6.0 (2006110304) Channel c2: sid = 306 instance = testrac2 devtype = SBT_TAPE c2: VERITAS NetBackup for Oracle - Release 6.0 (2006110304) Start backup in the current log for release from 29-may 07: c1 release channel: c2 MAN - 00571: = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Rman-00569: = = ERROR, STACK FOLLOWS RMAN - 00571: = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Rman-03002: the backup plus archivelog command (at 05/29/2007 14:06:09) failed Rman-06059: without the expected ar

文档评论(0)

1亿VIP精品文档

相关文档