srvgeek

srvgeek
srvgeek

Thursday, October 27, 2011

SDM Interview...!!

What are the Roles & Responsibilities of an SDM? A) The main responsibilities of SDM is to deliver agreed deliverables as per service level agreements with help of available resources in the given budget.
Responsibilities: daily track of pit falls in service delivery, identifying improvement areas, interacting clients or customers on regular basis to touch base status on existing complaints. Operation review meetings with team members to identify the challenging areas and brainstorming them in the group. Maintaining a dash board

How will you ensure that you meet the SLA, in a critical situation of less number of resources and more number of Incidents/Problems/Requests to support? A) Expect the unexpected situation:- Prioritize the tasks on the table. Call for a meeting and put forward the severity of each task to the team. If possible dedicate one or two members on high priority task and get the work going with other members. Else, get every one as per task priorities.

What is most important role of an SDM which is the first one you will be measured against during Appraisals? A) SLA should be the first and primary target. SDM is there to run the show Service Level rest comes next. Once that metric is in Red in the dashboard it is very difficult to face the customer.

What is the difference between an Account Manager and a Service Delivery Manager? A) Account Manager is the first point of contact for customer no matter whether it is a problem with product, service, deal closing, offers etc…. Where as SDM is whole and sole responsible in delivering what is customer is supposed to get. It includes satisfaction in using the product, satisfaction in answering his questions or dealing with the complaints raised, giving extra mile support, Keeping him updated with at every stage in the service delivery process, etc… above all making him feel more comfortable in using the service. I feel SDM plays a vital role in customer retention and AM plays a key role in coordinating the resources for customer.

Change Scenario: The client is pushing you to implement the permamnet fix "RFC" during the upcoming weekend. The internal team is occupied and do not have Bandwidth to support the change. How you will coordinate and ensure the client is also happy and the Internal team is also happy by supporting you? A) Resource crunch is a major problem yet, as a manager I would like to mitigate the situation by first speaking with the team about the time required for permanent fix and the are fair chances for implementing on upcoming weekend. After having a confirmed time frame I will start negotiating with client buying time to implement the fix. Once accepted, I will deliver it as promised.

Motivational Scenario: Levergaed support team is demotivated to the extent of ghoofing up even the password re-set of AD. How will you ensure they provide you support in bringign up the CSAT? (The issue is not on the skills and entirely the employee morale is down) A) Constant team meetings is required to boost their morale….Not like an official one-to-one rather just team hurdles before the start of day or a small pep talk with the folks, will surely results in +ve trend. These hurdles can be used for just praising them on their good work, their contribution to team and company, rewarding them by giving free bees. Explaining them how we are progressing on the metrics (positive metrics) also point the need for more attention on the important metrics.

Tuesday, January 4, 2011

Best Practice Analysers 2011

   
Let Premier Support Ireland help you welcome in the new year with problem free enterprise platforms!
Best Practice Analysers are free tools available for most Microsoft Enterprise products and they are used to determine the overall health of your platform.

Best Practice Analysers are free tools available for most Microsoft Enterprise products and they are used to determine the overall health of your platform. The tools perform read only scans against your environment’s servers and identify items that do not conform to Microsoft best practices.  They should be run on a regular basis as part of your standard operations maintenance plan.  Browse the following groups below to find the platform and analyser you need and follow the links provided to get started.  After running the analyser, you will be able to tell if there are areas which need resolution in order to have fully optimised use of that platform.  If you'd like some Premier Support help to achieve resolution, contact your Technical Account Manager so they can help you decide on the best Premier Support solution available (i.e. Logging a Case, scheduling a Workshop or onsite assessment, etc). 
Windows Server
-       Performance Analysis of Logs (PAL) Tool (reads performance monitor counter logs and analyses it using known thresholds)
SQL 
Exchange and Unified Communications 
Sharepoint, Project Server and Office System
 Forefront, ISA and Security
Developer
 Miscellaneous (Small Business Server, Mobile Device Manager, Commerce Server, Biztalk)

 Let your Premier Support Ireland team know how you get on with these tools and how we can best help you reach your IT goals in 2011!

P2V with Disk2VHD–Part 1 & Part 2

P2V with Disk2VHD–Part 1 

Migrating a physical machine to a virtual machine can be done a number of ways.  You can use System Center Virtual Machine Manager, PlateSpin PowerConvert or a host of other tools.  One of those tools is the free Disk2VHD tool from Sysinternals.  Disk2VHD will take a snapshot of a running machine and write it to a VHD that you can boot up in Hyper-V (or Virtual PC).  The process is pretty straight forward and in Part 1 we will capture the source machine.

You will need to download Disk2VHD and once you have unzip it.  At that point you have two options, the command line or the GUI.  To convert using the command line run the following command:
disk2vhd.exe <SOURCE_DRIVE_LETTER> <PATH_TO_VHD>
As an example to capture the C: drive and write it to C:\disk2vhd\ISA2006.vhd you would run the following command:
disk2vhd.exe C: C:\Disk2VHD\ISA2006.vhd

In the command line you can replace C: with a * to capture all drives in the system.  The other option is to use the GUI.  To do so launch Disk2VHD.exe and you will see the following window:

Simply check the box next to the drive(s) you wish to capture, enter the path to save the file too and click Create.  If you are going to load the VHD in Virtual PC you will need to check the box “Prepare for use in Virtual PC”.  This will correct the HAL and is only required with Windows XP/2003 operating systems.
Part 2 will take a look at loading the VHD in a new virtual machine.


P2V with Disk2VHD - Part 2

Migrating a physical machine to a virtual machine can be done a number of ways.  You can use System Center Virtual Machine Manager, PlateSpin PowerConvert or a host of other tools.  One of those tools is the free Disk2VHD tool from Sysinternals.  Disk2VHD will take a snapshot of a running machine and write it to a VHD that you can boot up in Hyper-V (or Virtual PC).  The process is pretty straight forward and in Part 1 we captured the source machine.  In part 2 we will bring it online in Hyper-V.
With the VHD copied to the Hyper-V Server we simply have to create a new virtual machine.  When you get to the Connect Virtual Hard Disk screen simply select the VHD you captured with Disk2VHD.

You will have to make sure all the hardware settings are similar.  If you had 4GB of memory on the physical machine the virtual machine will need the same.  There are no sizing differences between the physical and virtual machine.  You will also need to make sure your CPU settings are similar and that you have the same number of NICs as the physical machine had.

Once that is all verified you can boot the system.  Leave the NICs disconnected for now until you verify the system is working, then take the old system offline, connect the NICs and you are ready to roll!  Once the VM boots you will need to install/upgrade the Hyper-V Integration Components (depending on the source OS).