How can I associate an ACTION_SCRIPT with a ClusterWare VIP that doesn't run as root
I have an application VIP which I failover which has an ACTION_SCRIPT defined.
The script does not run and thus my VIP application START action does not fire.
I have tried creating a shadow resource to follow the VIP but have not managed to find the right combination of resource type and START&STOP dependencies yet.
I have tried application, cluster_resource and generic_application.
The generic_application has be stumped as it won't allow a shell command with ';' or '>' or '&'
The cluster_resource seems to have bizarre CHECK semantics which means that my check script which allows returns 0 causes a crsctl relocate to fail.