2013: Using directly the Repair Service

As of November 2013, with the introduction on GNI and its facility of routing alarms, the NAS failures are creating ServiceMow tickets directly for the Repair Service. The SysAdmins should no longer be involved in opening Vendor Calls, and in case such a request is reaching them, they should pass the ticket to itprocos vendor FE.

digraph G { size="600x800"; id="NetApp_Repair_Workflow"; graph [rankdir="TB" label="\n NetApp Repair Workflow (Repair Service)" fontsize=12 bgcolor="#eeeeff"]; node [shape=box fontsize=10]; edge [color=blue fontsize=8 font="Arial"];

a_NAS [label="NAS/storage"]; chez_NetApp [label="NetApp \n Company" shape=house]; db_SrvMgr [label="DB Service Managers"]; repair_service [label="Repair Service (itprocos) \n aka Procurement Off-site Warranty Service"]; a_inbox [label="Messages Vault \n(many messages generated)"]; itcm [label="ITCM ticket" color="blue" shape=Msquare]; gni [label="GNI" color="red" shape="oval" fontsize=12];

subgraph usual_vc { a_NAS -> gni -> itcm -> repair_service; repair_service -> itcm [label="Close Call"]; } repair_service -> a_inbox [label="Search for \n Reference" constraint="false" style=dashed color=green]; repair_service -> a_NAS [label="Perform \n Repair" constraint="false" style=dotted]; a_NAS -> a_inbox [color=grey]; a_NAS -> db_SrvMgr [constraint="false" color=grey]; a_NAS -> chez_NetApp [color=green]; chez_NetApp -> repair_service [label="Send part \n with Reference" color=green constraint="false"]; }

2012: Using the Repair Service via the SysAdmins

With the arrival of the in-house repair service, DB decided to delegate the repair and to return to a more standard workflow with SysAdmins opening the calls. However, the build-in "call home" facility remains in parallel. The following graph gives an overall picture of the process:

  • blue path: the usual workflow for repair (with vendor being the Repair Service)
  • green path: the build-in "call home" facility (with the Repair Service as local contact)
  • grey arrows: other notifications

digraph G { size="600x800"; id="NetApp_Repair_Workflow"; graph [rankdir="TB" label="\n NetApp Repair Workflow (SysAdmin)" fontsize=12 bgcolor="#eeeeff"]; node [shape=box fontsize=10]; edge [color=blue fontsize=8 font="Arial"];

a_NAS [label="NAS/storage"]; chez_NetApp [label="NetApp \n Company" shape=house]; db_SrvMgr [label="DB Service Managers"]; repair_service [label="Repair Service (itprocos) \n aka Procurement Off-site Warranty Service"]; sysadmins [label="SysAdmins"]; a_inbox [label="Messages Vault \n(many messages generated)"]; itcm [label="ITCM ticket" color="blue" shape=Msquare]; hms [label="HMS ticket" color="blue" shape=Msquare]; las [label="LAS" color="red" shape="oval" fontsize=12];

subgraph usual_vc { a_NAS -> las -> itcm -> sysadmins; sysadmins -> hms [label="Vendor Call"]; hms -> repair_service; repair_service -> hms [label="Close Call"]; } repair_service -> a_inbox [label="Search for \n Reference" constraint="false" style=dashed color=green]; repair_service -> a_NAS [label="Perform \n Repair" constraint="false" style=dotted]; a_NAS -> a_inbox [color=grey]; a_NAS -> db_SrvMgr [constraint="false" color=grey]; a_NAS -> chez_NetApp [color=green]; chez_NetApp -> repair_service [label="Send part \n with Reference" color=green constraint="false"]; }

Exceptions and Temporary Solutions

The above workflow doesn't reflect the following exceptions: bla bla bla -- FabioTrevisani - 2014-11-07

Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r2 - 2020-08-20 - TWikiAdminUser
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Sandbox/SandboxArchive All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback