Home >Database >Mysql Tutorial >oracle10gCRSvotingdisk管理

oracle10gCRSvotingdisk管理

WBOY
WBOYOriginal
2016-06-07 14:54:151058browse

oracle 10g CRS voting disk 管理 -----------------voting disk 备份恢复: --备份voting disk: ? 1 dd if=voting_disk_name of=backup_file_name ? 1 --恢复voting disk: If your voting disk is stored on a raw device, use the device name in plac

  oracle 10g CRS voting disk 管理

  -----------------voting disk 备份恢复:

  --备份voting disk:

?

1

dd if=voting_disk_name of=backup_file_name

?

1

--恢复voting disk:

  If your voting disk is stored on a raw device, use the device name in place of voting_disk_name. For example:

?

1

dd if=/dev/sdd1 of=/tmp/voting.dmp

?

1

在添加和删除oracle voting disk 前需要先关闭 oracle 集群

  ----To add a voting disk:

?

1

crsctl add css votedisk path

?

1

!! 在集群还没有关闭前,这里如果添加 -force 选项 ,会破坏集群的配置

  ----To remove a voting disk:

?

1

crsctl delete css votedisk path

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn