srvctl stop nodeapps command fails
[oracle@xxx bin]$ srvctl stop nodeapps -n nodename1 fails, see below
PRCR-1065 : Failed to stop resource ora.xxx.vip
CRS-2529: Unable to act on 'ora.xxx.vip' because that would require stopping or relocating 'ora.XXX.lsnr', but the force option was not specified
PRCR-1014 : Failed to stop resource ora.xxx.network
PRCR-1065 : Failed to stop resource ora.xxx.network
CRS-2529: Unable to act on 'ora.xxx.network' because that would require stopping or relocating 'ora.xxx.vip', but the force option was not specified
The command is failing by objecting to open resources, such as listener, vip, etc. Normally the "stop nodeapps" command would automatically stop these dependencies.