Presentation is loading. Please wait.

Presentation is loading. Please wait.

CIT 470: Advanced Network and System AdministrationSlide #1 CIT 470: Advanced Network and System Administration Help Desks.

Similar presentations


Presentation on theme: "CIT 470: Advanced Network and System AdministrationSlide #1 CIT 470: Advanced Network and System Administration Help Desks."— Presentation transcript:

1 CIT 470: Advanced Network and System AdministrationSlide #1 CIT 470: Advanced Network and System Administration Help Desks

2 CIT 470: Advanced Network and System AdministrationSlide #2 Topics 1.Help Desk Management 2.Help Desk Software 3.Workflow 4.Trend Analysis

3 CIT 470: Advanced Network and System AdministrationSlide #3 Help Desk Life

4 CIT 470: Advanced Network and System AdministrationSlide #4 Types of Helpdesks Physical Walk-up counter Virtual Phone help E-mail or web-based request system Unofficial Visit sysadmin A in morning, B in afternoon.

5 CIT 470: Advanced Network and System AdministrationSlide #5 Help Desk Size Expressed as Customer:SA ratio. 50:1 for a R&D organization to 100,000:1 for an e-commerce site Conflicting interests Management wants a larger ratio. Customers want a smaller ratio. If ratio too large, customers do their own SA.

6 CIT 470: Advanced Network and System AdministrationSlide #6 Scope of Coverage What is supported? Hardware, OS, applications, networking. How are unsupported platforms handled? Who is supported? Department, location. Where are the customers? Customers on the road, customers at home. When is the help desk open? What do you do about support when it’s not?

7 CIT 470: Advanced Network and System AdministrationSlide #7 Out-of-scope Issues Advocate or refer? Advocate issue to another service provider. Refer customer to other service provider. Time-limited support. Offer to help for short fixed time period. If can’t fix it within period, then customer is on their own.

8 CIT 470: Advanced Network and System AdministrationSlide #8 Out of Hours Coverage Pager rotation –Voice mail forwards to pager. –SAs rotate who carries pager each week. On-call responsibilities –Is on-call SA responsible for fixing issues? –Or does on-call SA contact specialists to fix?

9 CIT 470: Advanced Network and System AdministrationSlide #9 Escalation Process First line support Handles 80+% of calls. May have time limit before escalation. May be working from a script. Second line support Subject matter experts. May sit with first line support periodically. Indicates a problem if too many calls received. Manager

10 CIT 470: Advanced Network and System AdministrationSlide #10 Help Desk Software Functionality Create, update, and resolve requests. Sort and search requests. Generate request metrics. Knowledge base (customers, PCs, FAQs). Often called Request tracker Trouble ticket tracking system Issue tracking system

11 CIT 470: Advanced Network and System AdministrationSlide #11 Why Help Desk Software? You have to track help requests. E-mail doesn’t work How do you know someone has replied? How do you know what they said? How do you know two people haven’t replied? What happens when you’re out of town?

12 CIT 470: Advanced Network and System AdministrationSlide #12 Ticket (a.k.a. Request) A report of a customer problem. Contains important data on problem: 1.Customer who’s having the problem. 2.Problem description. 3.Problem classification. 4.Urgency and importance. 5.Notes added by SAs working on problem. 6.Status: resolved or not.

13 CIT 470: Advanced Network and System AdministrationSlide #13 Queues Tickets are organized into queues. Queues defined by help desk admin. –Type of problem (net, email, web, print, etc.) –Location –Whatever classification makes sense Queue features –Only specified SAs have access to a queue. –Queues can auto-reply to certain questions.

14 CIT 470: Advanced Network and System AdministrationSlide #14 OTRS Open Ticket Request System Web Interfaces –Agent (SA) –Customer –Public (Knowledge Base) E-mail Interface

15 CIT 470: Advanced Network and System AdministrationSlide #15 Groups GroupDescription adminGroup for the users who should have admin rights in the system. After the system has been installed only the user "root@localhost" is in this group. faqUsers in this group may create and change articles in the FAQ system. After the system has been installed no user is in this group. statsUsers in this group may access the stats module of OTRS and generate statistics. After the system has been installed only "root@localhost" belongs to this group. usersThis is the group where your agents should belong to and have read and write access. If users are in this group and have write rights they can use all functions of the ticket system. After the system has been installed this group is empty.

16 CIT 470: Advanced Network and System AdministrationSlide #16 Rights RightDescription roRead-only access to tickets and queues of group. move intoRight to move tickets between queues that belong to this group. createRight to create tickets for group. ownerRight to update owner of tickets in queues that belong to this group. priorityRight to change the priority of tickets that belong to this group. rwFull read and write access to all tickets that belong to this group.

17 CIT 470: Advanced Network and System AdministrationSlide #17 Customer Users Customers can manage their requests too. Customers can also belong to groups to specify their access rights. Customer Management –Can use external LDAP directory. –Users cannot be deleted in OTRS, as they’re used to track old requests. –Users accounts can be marked invalid.

18 CIT 470: Advanced Network and System AdministrationSlide #18 Queues Default queues –Raw: default location for incoming requests if you have no filter rules defined. –Junk: queue for spam requests. Queues –Create queues for each class of request. –Assign most queues to users group. –Queues cannot be deleted, only marked invalid.

19 CIT 470: Advanced Network and System AdministrationSlide #19 Workflow 1.Greeting 2.Problem Identification a.Classification b.Problem Statement c.Reproduction 3.Planning and Execution a.Solution Proposals b.Solution Selection c.Execution 4.Verification

20 CIT 470: Advanced Network and System AdministrationSlide #20 Greeting Soliciting issues from customers. Greeters 1.Front line help desk support (phone, in person) 2.E-mail 3.Web 4.Network monitoring system How do customers find greeters? Signage. Employee orientation or classes. Internal web sites.

21 CIT 470: Advanced Network and System AdministrationSlide #21 Problem Identification Who classifies problem? First-line support. Customer (phone or web interface). Customer should be told of classification. Important that customer is involved in process. Ensures customer knows something is being done about the problem. Provides opportunity for customer feedback.

22 CIT 470: Advanced Network and System AdministrationSlide #22 Problem Statement Describes the problem in full detail. Usually responsibility of first-line support. Often requires more customer interaction. “Help, I can’t print!” To which printer? From which machine? Using what application?

23 CIT 470: Advanced Network and System AdministrationSlide #23 Reproducing the Problem If you can’t reproduce it, you can’t fix it. May require access to customer PC. Can be difficult over phone/email. Record method used to reproduce problem.

24 CIT 470: Advanced Network and System AdministrationSlide #24 Solution Selection Solutions vary in effectiveness and cost. Desk visits more expensive than e-mail. Temporary solution vs. permanent solution? Experienced customers may be useful participants in selecting a solution. Inexperienced customers will get scared.

25 CIT 470: Advanced Network and System AdministrationSlide #25 Execution Execution is often done by SA. Customer may have to execute solution. Remote customers and no remote ctl software. Dialog with customer has to be adjusted based on customer knowledge level.

26 CIT 470: Advanced Network and System AdministrationSlide #26 Verification Verify that the problem is solved. Use the same technique you used to reproduce the problem. Customer is final verification. Request should not be closed until customer verifies that the problem is fixed.

27 CIT 470: Advanced Network and System AdministrationSlide #27 Trend Analysis 1.Does a customer report the same issue repeatedly? 2.Are there many questions under a particular classification? 3.Are many customers reporting the same issue? 4.Are there any classes of requests that can become self-service? 5.Who are your most frequent customers? 6.What are your most frequent time-consuming requests?

28 CIT 470: Advanced Network and System AdministrationSlide #28 References 1.Mark Burgess, Principles of System and Network Administration, Wiley, 2000. 2.Aeleen Frisch, Essential System Administration, 3 rd edition, O’Reilly, 2002. 3.Thomas A. Limoncelli and Christine Hogan, The Practice of System and Network Administration, Addison-Wesley, 2002. 4.Evi Nemeth et al, UNIX System Administration Handbook, 3 rd edition, Prentice Hall, 2001.


Download ppt "CIT 470: Advanced Network and System AdministrationSlide #1 CIT 470: Advanced Network and System Administration Help Desks."

Similar presentations


Ads by Google