More functions and features provided by OpenSSLFor the following examples, here's a list of the files and what they represent:cert.p12 = a PKCS#12 encoded certificate and key pair. This is one of the formats used by IIS. cert.crt = a PEM encoded certificate. This is one of the formats used by Apache and the Load balancers. cert.key and cert2.key = a PEM encoded...
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)
By default, you can check the MMC that is provided in Windows to get a general view of the replication status. However, this is very basic at best. If you want to see a more detailed view of this all you can go to any of the systems apart of the DFS configuration/replication and run the following command: C:\dfsrdiag replicationstate /v By default,...
With the introduction of Windows 2008, several improvements were introduced to improve upon Microsoft's cluster technology. In order to support a multisite cluster configuration, changes in how a cluster performs its inter cluster communication or health-checks was updated. Configuring these settings is done from the command line and is detailed below:The following links below detail this process in more detail for your consumption.To...
...
Apache and mod_rewriteThe mod_rewrite module provides a very helpful, very powerful tool for the administration of web sites. As the name implies, it provides a mechanism to rewrite URLs. Here are a few examples where mod_rewrite comes in handy:client redesigns their web site and the programming framework uses different URLs than the previous site but the client needs to maintain "friendly" top-level links,...
Carve the new LUNs on the new array (Storage)If possible, add the new array and its LUNs to the same switch as the existing array (Storage).Configure the switch to expose the new LUNs to NodeA and NodeB (Storage)Install Powerpath/Multipath and then use disk management to rescan the drivesUse the active node to partition and format the disksUse Cluster Admin to create the new...
Initiating Replication Using the Sites and Services Manager SnapClick Start | Programs | Administrative Tools and then click Active Directory Sites and ServicesExpand the Sites container in the left pane. Expand the container that represents the name of the site containing the target server that needs to be synchronized with its replication partners. Expand the Servers container, and then expand the target server...
Using FTP in IAD03 You requested Networking to open ports 20 and 21. FTP connections using Active Mode work fine but Passive mode isn't working. Symptoms include being able to authenticate but trying to do a directory listing or upload/download a file fail, logging the person out. You need to configure the FTP daemon software to use a high port range for Passive...
Requirements:(This guide assumes the following)Apache 2.2 and Tomcat 7.0 installed and working with defaults settings Step 1: Login to the server with Apache 2.2 installed on it Step 2: Down load the following file mod_jkStep 3: Copy the file mod_jk.so to the following folder (%Apache root%\modules) Step 4: Edit the httpd.conf file (%Apache root%\conf\httpd.conf) Step 5: Add the following code to the bottom...