Failed to join Active Directory Domain Controller

Failed to join Active Directory Domain Controller

Below error message has received when XP professional desktop was joining a domain.   An Active Directory Domain Controller(AD DC) for the domain "local.dethink.com" could…

Continue Reading...

VMWare ESXi NIC teaming load-balancing issue

I have been researching and googling to clarify how VMWare NIC teaming is behaving load-balancing traffic between ESXi host and switch.   Here is known…

Continue Reading...

How to configure MS Windows 2012 server as Domain Controller

Here is the step   1. Change server/computer name – Ex) WINDC01   2. Assign a static IP address 3. From Server Manager > Configure…

Continue Reading...

Free up disk space from Windows srv 2008 R2

The command is "dism /online /cleanup-image /spsuperseded"   It will give you back about 5GB (max)    

Continue Reading...

Avaya ERS 55xx NTP setting

Out of the box, Avaya ERS 55xx switch system will indicate below time clock.   ERS_5520# show clock    System Clock time  :    THU JAN…

Continue Reading...

Ruby script sample – IP address

He is a sample Ruby scripting for IP address   for num in 1…10 ip = "1.1.1.#{num}" puts "#{ip}" end   Output> 1.1.1.1 1.1.1.2 1.1.1.3…

Continue Reading...