search
Categories
Sponsors
VirtualMetric Hyper-V Monitoring, Hyper-V Reporting
Archive
Blogroll

Badges
MCSE
Community

Cozumpark Bilisim Portali
Posted in Windows Server | 1 Comment | 3,638 views | 17/01/2013 23:41

Son bir kaç gündür bir projem nedeniyle Cloud servis sağlayıcılarını inceliyorum. Bu yüzden alternatif servis sağlayıcıları incelemeye çalıştım. Aşağıdaki inceleme Amazon, Azure ve RackSpace’i kapsıyor. Aradaki farkları objektif olarak yansıtmaya çalışacağım. Sıralamayı isme göre yaptım.

1. Kontrol Panel / Kullanım Kolaylığı:

a. Amazon EC2:

Kendi kontrol panelini kullanan Amazon, diğer servis sağlayıcılarına oranla en kötü tasarıma sahip olmasına rağmen, işlevselliği ve arayüzün hızlı olması nedeniyle benden artı puan aldı. Amazon EC2 kullanacak olursanız karşınızda böyle bir kontrol panel olacak:

Sanal sunucularınızın alt alta dizildiği bir tablo görünümüne sahip. İsterseniz bu tablo görünümüne ekstra alanlar ekleyerek özelleştirebiliyorsunuz.

Sanal sunucunuz üzerine sağ tıkladığınızda ise karşınıza gelen seçenekler aşağıdaki gibi:

Gördüğünüz gibi “Change Instance Type” kapalı durumda. Yani sunucu açık durumda iken kaynak arttırımı yapamıyorsunuz. Yine kontrol panel üzerinden sunucularınız için CloudWatch ile monitoring eklemeniz çok kolay.



Posted in Virtual Machine Manager | No Comment | 4,613 views | 07/01/2013 21:34

I specified SQL Server 2012 Always On Group name as a database server while SCVMM 2012 SP1 installation.
SCVMM didn’t see instance name and other databases but installed server and console well.
When I checked database of SCVMM, I see that database is not synced as I expected.

SCVMM creates databases with “Simple” recovery model. You should make it “Full” before adding it to Always-On Group.

Take a full backup of SCVMM database.

Now you can add it to Always-On Group.

Our SCVMM database is now in Always-On Group.

Then I made a failover test to see how SCVMM is reacting..

But boom! SCVMM GUI is crashed! I checked service and saw that service is stopped.

I’ve tried to restart SCVMM service but it gave me error:

Because SCVMM creates “Computer Account” only on primary SQL Server.

You should create same user on your failover SQL Server. After that you will be able to start SCVMM service.

Then I tried a failover test again and no problem! SCVMM works without any problem :)


Posted in Windows Server | 1 Comment | 8,471 views | 06/01/2013 09:15

If you want to create SQL Server 2012 Always On group, you may get this error when you setup listener.

None of the IP addresses configured for the availability group listener can be hosted by the server ‘$X’. Either configure a public cluster network on which one of the specified IP addresses can be hosted, or add another listener IP address which can be hosted on a public cluster network for this server. (Microsoft SQL Server, Error: 19456)

Screenshot for this error:

If you get this error, probably your SQL collation is not “SQL_Latin1_General_CP1_CI_AS”. You should remove your SQL servers and re-install them with “SQL_Latin1_General_CP1_CI_AS” collation. After that, you will be able to add listener. I’m not sure why error is related with IP address but my problem is fixed after collation change. My previous collation was “Turkish_CI_AS”.