crs_stat -t
报错 找不到命令
原因:用户不对,没有到家目录下
解决:
[root@m1 app]# find / -name crs_stat
/u01/app/grid/11.2.0/bin/crs_stat
[root@m1 app]# su - oracle
[oracle@m1 ~]$ cd /u01/app/grid/11.2.0/bin/
[oracle@m1 bin]$ crs_stat -t
MohamedELAzab 2010-10-4 上午7:35 (回复 588873)
Please run that command under the $CRS_HOME/bin like the following:
./crs_stat -t
and post the output please.
Kind regards
Mohamed