Install and run ClusterSSH

If you’re running Fedora 18+ type: sudo yum install clusterssh -y If you’re running RHEL or a RHEL clone.. Download Cluster SSH from Sourceforge yum install gcc make kernel-devel kernel-headers perl perl-CPAN libX11-devel -y perl -MCPAN -e shell install Tk install...

Crontab jobs run on even and odd minutes with Rsync

Syncs /home/dir from server1 to server2 on odd minutes Crontab on server1 1-59/2 * * * * /usr/bin/rsync -auvEe ssh /home/dir1 root@server2:/home/ Syncs /home/dir from server2 to server1 on even minutes Crontab on server1 0-59/2 * * * * /usr/bin/rsync -auvEe ssh...

Netbackup encryption client option configuration

http://www.symantec.com/business/support/index?page=content&id=TECH72130 Push the encryption binaries to the client using the following command on the master: Install the license keys for encryption on the master server. Create an encryption key file on the...

Change Exchange 2010 Autodiscover hostname

http://www.msexchange.org/articles-tutorials/exchange-server-2010/management-administration/exchange-autodiscover-part2.html On the Exchange CAS server: Set-WebServicesVirtualDirectory -Identity “mailserverhostname\EWS (default web site)” -InternalURL...