Hi all! This is my techie blog! Technically, I mainly focus on Microsoft Windows Server, Hyper-V and System Center Suite.
Monday, April 1, 2013
CAS Array configurations for Exchange 2010
http://eightwone.com/2010/01/27/exchange-2010s-cas-arrays-nlb/
Friday, March 8, 2013
Redhat agent deployment failure Ops Manager 2012 SP1
Adding more some spice to work, my second agent deployment failed with the following error!
Agent verification failed. Error detail: The server certificate on the destination computer (redhatfs.mydomain.local:1270) has the following errors:
The SSL certificate could not be checked for revocation. The server used to check for revocation might be unreachable.
The SSL certificate contains a common name (CN) that does not match the hostname.
It is possible that:
1. The destination certificate is signed by another certificate authority not trusted by the management server.
2. The destination has an invalid certificate, e.g., its common name (CN) does not match the fully qualified domain name (FQDN) used for the connection. The FQDN used for the connection is: redhatfs.mydomain.local.
3. The servers in the resource pool have not been configured to trust certificates signed by other servers in the pool.
The server certificate on the destination computer (redhatfs.mydomain.local:1270) has the following errors:
The SSL certificate could not be checked for revocation. The server used to check for revocation might be unreachable.
The SSL certificate contains a common name (CN) that does not match the hostname.
It is possible that:
1. The destination certificate is signed by another certificate authority not trusted by the management server.
2. The destination has an invalid certificate, e.g., its common name (CN) does not match the fully qualified domain name (FQDN) used for the connection. The FQDN used for the connection is: redhatfs.mydomain.local.
3. The servers in the resource pool have not been configured to trust certificates signed by other servers in the pool.
The common name in the certificate received from my redhat server was not correct. why??
due to my carelessness, in my first attempt, I had tried to deploy the agents BEFORE creating the DNS host record! When this happens, the agent on Redhat Server sends a certificate with localhost as the CN for the Management Server to sign and verify. Correcting myself, I created a DNS record for the Redhat server and tried redeploying the agent but no luck while the same error kept coming up.
I removed the Opsmanager agent in Redhat but still no luck.
command: rpm –e scx
trying to solve the issue, I came across the following article on how to change the CN of the certificate presented to the management server.
http://technet.microsoft.com/en-us/library/dd891009.aspX
Eventhough you remove the scom agent on linux, it will not delete the old certificates. you need to change the values of CN to the FQDN of the redhat server. Deleting the files deployed by the agent will work. These files are located in /etc/opt/microsoft/scx folder.
agent deployment for linux servers are not as straight forward as windows servers. Check you covered up your prerequisites! click here for the steps.
I changed the CN to the hostname of the redhat server and tried agent deployment again. and it did succeed!!
Called it a day!
Thursday, November 29, 2012
Resetting a forgotten Administrator Password for windows server 2008 R2
- Boot onto DVD of Windows Server 2008
- Choose “Repair your computer”
- Launch cmd
- Go to D:\windows\system32 //why D? because the system disk is replaced to D :
- Rename Utilman.exe to Utilman.exe.bak
- Copy cmd.exe to Utilman.exe
- Reboot on Windows
- Do the keyboard shortcut Windows + U when on the logon screen
- net user administrator Newpass123 inside the cmd
- log on with the domain admin account and this new pass
- change the password to remember it if needed
- Reboot on the DVD to put back the original Utilman.exe
P.S.
it works on a domain controller! time to think about windows security??
Wednesday, November 7, 2012
Exchange Storage Architecture
RPC Server Unavailable!!!
When a replication is forced from AD sites and Services console, it gives out the following error..
I came across this valuable artical on technet while i was on a quick lookout on web. Gotta try these out and check why it goes wrong!! will post my findings soon!
Click here to view the article.
Thursday, August 23, 2012
A Quick view on Dynamic Access Control in Server 8
This is a great video which gets Dynamic Access Control in a nutshell. Pretty impressive feature which gets file classification to the next level where the files gets classified depending on the contents!! and isolating the location of the file from classification equation making the life easier for users as well as administrators leveraging centralized management capabilities of the AD!!!
Check the video!
Friday, August 17, 2012
Windows Server 2012 installation Options
As we all know, installing the server core reduces attack surface and increase the performance of the box. But with the command prompt available as the only interface for the server, sometimes it can be a cumbersome process to make configurations and so on. With the options available to switch between the core and full installation, GUI becomes a complete toolkit to be used only when needed.
All right! we start with a Full installation.