[root@localhost bin]# ./crsctl stop res ora.LISTENER.lsnr
CRS-4995: The command 'Stop resource' is invalid in crsctl. Use srvctl for this command.
12CR1之后不再支持使用crsctl管理集群,正确的操作
1.先模拟
[root@localhost bin]# cd /u01/grid/grid_home/12.1.0.2/bin
[root@localhost bin]#./crsctl eval stop res ora.LISTENER.lsnr -unsupported
2.真正执行
[root@localhost bin]# cd /u01/grid/grid_home/12.1.0.2/bin
[root@localhost bin]#./crsctl stop res ora.LISTENER.lsnr -unsupported