Locking down DFS replication to a single port can be done. You can perform the following on both the source and destination server as both need to be configured assuming two-way replication else they will be talking different ports depending on which way the replication is running from: C:\dfsrdiag staticrpc /port:XXXX /member:YYYYIconDo note the following when running the command above:This assumes you ahve...
Labels
Active Directory
(59)
Apache
(7)
Backup
(6)
Citrix VDI in box
(9)
Cloud Computing
(5)
Clustering
(23)
DAS
(5)
Data Center
(6)
Devops
(2)
DFS
(2)
DNS
(5)
DRBD (Distributed Replicated Block Device)
(1)
Exchange
(5)
file services
(2)
flow charts
(9)
Hardware
(15)
Hyper-V
(2)
IIS
(11)
Jboss
(2)
Linux
(145)
MangoDB
(4)
Migrations
(1)
MYSQL
(30)
Netscalar
(3)
Networking
(4)
Oracle
(8)
Performance Engineering
(2)
PostgreSQL
(12)
Powershell
(8)
Project Management
(11)
Puppet
(2)
PVS
(1)
SALT
(1)
SAN
(15)
Scripting
(13)
SendMail
(2)
Sharepoint
(6)
SMS
(1)
SQL
(16)
SSL
(5)
Symantec AntiVirus
(7)
tomcat
(13)
Tools
(17)
VBscripting
(5)
Vmware
(30)
Windows
(199)
windows 10
(4)
XENAPP
(85)
XENDESKTOP
(17)
XENSERVER
(2)
This guide was created to walk through the process of setting up a MySQL cluster that uses DRBD for the shared filesystem.System RequirementsYou will need two unused partitions(one per cluster node) of roughly the same size. Identical size is best otherwise you will only be able to utilize as much space as the smallest partition. DRBD can be used without redhat cluster services...
Atempo does in fact support encryption of backup data in the following modes:In-flight (Over the wire as data is transferred over the network) At Rest (Data is saved to backup media for long-term storage) However, data is by default NOT excrypted as it makes the backup storage less efficient. So, only customers with PCI Compliance status are generally enabled for encryption while all...
To create a self-signed certificate in Windows 2003 you can to download the IIS 6.0 Resource KitOnce installed, you can use the utility called selfssl.exe from the command line to generate a self-signed certificate for IIS 6.0. The following are the options available when doing a "selfssl.exe /?" from the command line where the executable is located: Microsoft (R) SelfSSL Version 1.0Copyright (C)...