Upgraded EqualLogic firmware to 4.3.2, no problem

Saw about 6 dropped pings, very nice for a controller failover!

So you bought an EqualLogic now what….. Virtualize Exchange Edition

So what should you consider if you want to virtualize your exchange server onto an EqualLogic SAN. Well, first start by reading this guide Deploying Microsoft Exchange Server 2003 in an iSCSI SAN Dell_Exchange_2007_equallogic.pdf First, I would think you would want to do iSCSI attached volume for the Exchange DataStore. Why? by going this route [...]

How to integrate with the Taleo webservice (API) using vb.net

If you just want to try it out, download TaleoExport from here http://code.google.com/p/taleo-export/ The command line is TaleoExport1.0 CompanyCode username password CustomFieldOnTaleoThatYouWantToUpdate SearchParameters OutPutDirectory (Search Parameters are a key,value pair separated by a comma and if you have multiple pairs they are separated by a colon. Search parameters are additive for example if you want [...]

Coolest function of the day, call an objects method using a variable, Dynamically invoke properties by string name using VB.NET

So I had always wanted to be able to do something like this dim myDog as new dogobject dim methodVariable as string = “bark” myDob.(methodVariable) i.e. call a method by using a variable Well, after some serious googling, I finally ran across this function CallByName http://msdn.microsoft.com/en-us/library/chsc1tx6%28VS.80%29.aspx this allows me to do this CallByName(myDog,methodVariable,CallType.Method) or if [...]

Exploring Taleo Webservice

Trying to get Taleo’s web service to work

I was extremely amused by this post about EDI and SaaS

Implementing EDI and SaaS

components required to enumerate web references are not installed vbexpress 2008, solved

Could’nt find out how to do this for visual basic express. You need to use vbexpress /resetskippkgs “C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\vbexpress.exe” /resetskippkgs

How to setup EqualLogic Replication

EqualLogic Replication Notes

EqualLogic: The reported size of the volumes currently belonging to pool default exceeds the pool capacity. OR The maximum in-use space limit for the volumes currently belonging to pool default exceeds the pool capacity.

From Tech Support. You are using thin provisioned volumes and what this message is saying is that if you filled all of your thin provisioned volumes there would not be enough space in the default pool to make up for it. This message is generated any time a new volume is created, the array restarts [...]

So you bought an equallogic san, now what…. part three

This post is more of a compilation of random things I ran across with equallogic and vsphere. From this post http://communities.vmware.com/message/1272834#1272834 If you present multiple snapshots to vsphere it will not be able to resignature FYI, this is a bug in vSphere. If you present multiple snapshots/smart clones of a parent to vSphere it fails [...]

Follow

Get every new post delivered to your Inbox.

Join 201 other followers