- 最后登录
- 2018-11-1
- 在线时间
- 377 小时
- 威望
- 29
- 金钱
- 6866
- 注册时间
- 2011-10-12
- 阅读权限
- 200
- 帖子
- 891
- 精华
- 4
- 积分
- 29
- UID
- 1
|
2#
发表于 2014-1-6 12:57:31
# rootdelete.sbs for CRS
#
# This script is run once per CRS_HOME during clusterware deconfiguration or
# to delete configuration on a node
# NOTE:
# This script is supported for backward compatibility in Oracle 11g Release 2
# In future Oracle releases this script will not available for use.
# You must use 'crsHome/crs/install/rootcrs.pl -delete' option to perform
# same operations this script does
rootdeletenode
#!/bin/sh
# Node deconfiguration script. Must be run from a surviving node of
# the cluster *after* stopping all of the Cluster Ready Services daemons
# on the nodes to be deinstalled/deleted.
# USAGE: rootdeletenode node,node-number[,nodei,nodei-number]
# Note: To get node numbers for the nodes to be deleted,
# run the following command:
# $ORA_CRS_HOME/bin/olsnodes -n |
|