Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View AadityaNair's full-sized avatar
🏠
Working from home till God knows when :-(

Aaditya M Nair AadityaNair

🏠
Working from home till God knows when :-(
View GitHub Profile
@AadityaNair
AadityaNair / dirsrv_start
Last active June 7, 2017 18:03
Directory Server Pacemaker Resource. Use this to start and stop directory server for HA environments. Very basic stuff. Use at your own risk.
#!/bin/sh
#
# Resource script for dirsrv_start
#
# Author: Aaditya M Nair
#
# Description: Really, this just starts all dirsrv instances.
#
#
# Note: This script takes heavy influence from Alan Robertson's MailTo