To enable a bigger cluster log file you can refer to the following document online at: http://support.microsoft.com/kb/168801Do note that to fully enable this you have to also reboot the cluster service on ALL nodes for this to work. To enable a bigger cluster log file you can refer to the following document online at: http://support.microsoft.com/kb/168801Do note that to fully enable this you have...
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)
The following is a checklist for common items that should be implemented or considered when you need to install a Windows based cluster for a customer:Number of Cluster Nodes - typically this is (2) nodes but can go up to (4) node configurations within OpSource. Number of NIC's - Network interfaces are often bonded together for fault tolerance. But, for a cluster, we...
Moving SSL Certs from IIS to ApacheThese instructions will help you convert SSL certificates generated for IIS to private key, and cert files you can use on unix, or Apache for windows.First Export your IIS certificate into a pfx file (this is something you should do anyways for backup)Run mmc.exe Click the 'Console' menu and then click 'Add/Remove Snap-in'. Click the 'Add' button...
There are times when a customer has a large amount of AD users and requests a list of users who belong to a certain AD group. If you ever want to export a list of users from AD who belong to a specific AD group you can use dsquery to do so.Example:Customer: XYZ AD group: XYZ_ReportCorpdsquery group -name XYZ_ReportCorp|dsget group -members|dsget user -samid...