oracle crs 4563,启动CRS及instance!

11Gr2中,发现机器重启后instance 没有跟着重新启动。

bash-3.00$ ./crsctl check css CRS-4639: Could not contact Oracle High Availability Services

CRS-4000: Command Check failed, or completed with errors.

bash-3.00$

bash-3.00$ ps -ef|grep d.bin

oracle 18265 18191 0 02:11:39 pts/1 0:00 grep d.bin

bash-3.00$ ./crs_start

This command is deprecated and has been replaced by 'crsctl start resource'

This command remains for backward compatibility only

Usage: crs_start resource_name [...] [-c cluster_member] [-f] [-q] ["attrib=value ..."]

crs_start -all [-q]

bash-3.00$ ./crs_start -all

CRS-0184: Cannot communicate with the CRS daemon.

bash-3.00$ ./crsctl start resource ora.cssd

CRS-4535: Cannot communicate with Cluster Ready Services

CRS-4000: Command Start failed, or completed with errors.

bash-3.00$ ./crsctl start crs

CRS-4563: Insufficient user privileges.

CRS-4000: Command Start failed, or completed with errors.

bash-3.00$ su droot

Password:

# pwd

/export/grid/app/11.2.0/grid/bin

# ./crsctl start crs

CRS-4123: Oracle High Availability Services has been started.

# exit

bash-3.00$ ./crs_start -all

CRS-0184: Cannot communicate with the CRS daemon.

bash-3.00$ ./crsctl check css

CRS-4529: Cluster Synchronization Services is online

bash-3.00$ ps -ef|grep d.bin

grid 18894 1 0 02:18:33 ? 0:00 /export/grid/app/11.2.0/grid/bin/diskmon.bin -d -f

root 18879 1 0 02:18:32 ? 0:07 /export/grid/app/11.2.0/grid/bin/osysmond.bin

grid 18824 1 0 02:18:27 ? 0:02 /export/grid/app/11.2.0/grid/bin/oraagent.bin

grid 18868 1 0 02:18:31 ? 0:05 /export/grid/app/11.2.0/grid/bin/gipcd.bin

root 18857 1 0 02:18:31 ? 0:04 /export/grid/app/11.2.0/grid/bin/oraro

你可能感兴趣的:(oracle,crs,4563)