LSB resource agents are those found in /etc/init.d
. Generally they are provided by the OS/distribution and in order to be used with the cluster, must conform to the LSB Spec.
Not implementing the status operation at all
Not observing the correct exit status codes for start/stop/status actions
Starting a started resource returns an error (this violates the LSB spec)
Stopping a stopped resource returns an error (this violates the LSB spec)