Hello, I suggest including the following LSB compliant headers at ALL the respective redhat cluster init.d scripts in order to maintain consistency between cluster service essential daemons. Please, review the ccs dependencies, as ssh must be running before it. Also, the strong dependency on $remote_fs or $local_fs may conflict with GFS cluster fs. Followed hints at http://wiki.debian.org/PkgSplit and its resource links [34] and [35]. Regards. Andre Felipe Machado
### BEGIN INIT INFO # Provides: clvmd # Required-Start: fence # Required-Stop: fence # Should-Start: $all # Should-Stop: $all # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Cluster aware LVM daemon. # Description: Coordinate LVM synchronization accross the # Red Hat Cluster. ### END INIT INFO ### BEGIN INIT INFO # Provides: fence # Required-Start: cman # Required-Stop: cman # Should-Start: $all # Should-Stop: $all # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Cluster device fencing daemon. # Description: Coordinate device fencing accross the # Red Hat Cluster. ### END INIT INFO ### BEGIN INIT INFO # Provides: cman # Required-Start: ccs # Required-Stop: ccs # Should-Start: $all # Should-Stop: $all # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Cluster manager daemon. # Description: Manage cluster synchronization accross the # Red Hat Cluster. ### END INIT INFO ### BEGIN INIT INFO # Provides: ccs # Required-Start: $network ssh # Required-Stop: $network ssh # Should-Start: $all # Should-Stop: $all # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Cluster aware LVM daemon. # Description: Cluster configuration system to manage the # cluster.conf file across the # Red Hat Cluster. ### END INIT INFO -- "A Debian user never dies. Issues a last command: shutdown -h now" http://www.techforce.com.br

