Others - On Duty
On Duty
This is xxx and will be duty engineer in the next week. Thanks.
Here is a kindly reminder. This is xxx and will take the duty task in the next week. Thanks.
辅助用语
Please say more slowly.
May I beg your pardon ?
Pardon, please?
Please wait a moment, let me wake up.
I am driving / eating / having dinner/ having lunch / out of office / on my way home / on the bus now , I will try to reply you / call you back in one hour. Are you OK with that?
I am at home/office now.
I will connect to VPN, Skype will be offline
Most of my job is xxx, so I don't know about xxx.
What's your time now ? We can't do more today, it's 3:54 AM here, I have to go, let us continue tomorrow.
上报new case
New case arrived .
Another case from Vodafone Italy.
Somebody is working on it now.
I have involved xxx for this case.
建立沟通
Please tell me the case number?
Please tell me the local phone number and e-mail address.
hold on, please. let me check the number.
The case number is xxxx and the local phone number is xxxxxxxx, right?
Please send me a short message , with the Case ID and the local phone number.
I do not have you on Skype. Could you send me your Skype ID for better commutation?
沟通协作
This case is about xxx issue. We need to contact xxx from R&D for it.
My Skype name is xxx, please add me to your contact.
If you want to get more information, please contact R&D directly via e-mail.
If you have any questions related to the issue, please send an email to me.
I had made a call to duty manager to look for some help. Maybe you can call him directly.
I didn't get any help yet. You might contact with duty manager.
反馈进展
Just let you know, I am working on the case.
You case had been taken, can you add my Skype and chat online? My account is : xxx.
I will start to work on this case as soon as possible.
It was closed around 5:30 this morning.
I will contact you in one hour.
Customer agree to close this case and open a follow up case for further analysis.
This case is resolved and waiting for customer’s confirmation to close.
汇报本周情况
There is no case reported this week for xxx, thanks.
There are two cases this week, one is for xxx, and another is for xxx.
All of them have been closed.
问题处理 - 确认信息
Which customer and product?
What have you done before this issue?
If there are any configuration changes before the EME case?
Do you have any update on this case ?
Could you give me the following info: xxx?
Could you tell me the IP of the problem cluster?
Could you give me some guide for logging on the servers?
Could you tell me that how to log on the problem servers?
Could you tell me that how to remote login the servers?
We want to check to see the problem that you reported. Could you tell me that how to remote login your servers?
Could you check the system whether the traffic is working normally ?
Is the traffic working normally?
How did you know the xxx service is failed?
I dump a file xxx in the problem server. Could you send to me ?
问题处理 - 操作描述
We will log in the system and check.
From the log, we can see that…
The process / traffic / log seems ok now.
We have checked both xxx and xxx, they are … now.
Since this emergency case last long time, Could you create a follow up case and close this EME case?
How about create a follow up case?
R&D team left at 6:00 pm
You could choose a proper time to test, e.g. next maintenance window.
The problem has been solved after...
We will check it one by one.
We need reboot OS to solve it.
Case-1
The alarms are missing after restart when I check the syslog - SL0002.txt (May 13), and there isn't any trace Log about this issue on May 13.
So we can't easily identify the problem. but what we can do is from the syslog to clarify the inspection.
Possible reason should be the process xamlwrmx and lead to queue error.
To think about the future, if the same issue happen again, please kindly help to collect more detail information to send to us.
Our suggestion is that to close the case or keep to validate for several days if you think necessary.
Case-2
It seems that the alarms not related with xxx.
Would you please help to check if it is really xxx issue?
If not, can you close this case? Meanwhile, you can open another case for xxx.
Thanks for understanding,
Case-3
There are two suggested options, the first is to install hotfix and the second is to upgrade.
This issue is included in the new version x.x.x but it hasn't released yet.
So we prefer to install hotfix.
The hotfix just modify the xxx process. It didn’t have any impact on general functions.
We also need your final decision on this case then we will process.
Others - On Duty的更多相关文章
- 单片机模拟 1/2 Bias、1/4 Duty的 LCD 驱动使用方法
工作原理 方式一 根据 LCD 的驱动原理可知,LCD 像素点上只能加上 AC 电压,LCD 显示器的对比度由 COM脚上的电压值减去 SEG 脚上的电压值决定,当这个电压差大于 LCD 的饱 ...
- How to download Heavy Duty Diagnostic Caterpillar SIS 2018 software
Maybe you find there are supplied Caterpillar SIS 2018 software free download in search engine, that ...
- 关于LCD的duty与bias
关于LCD的duty与bias 关于LCD的duty与bias duty: 占空比将所有公共电极(COM)各施加一次扫描电压的时间叫一帧,单位时间内扫描多少帧的频率叫帧频,将扫描公共电极(COM)选通 ...
- 智课雅思短语---三、unshakable duty
智课雅思短语---三.unshakable duty 一.总结 一句话总结:不可推卸的义务 unshakable duty 1.satisfy/ meet the needs of…? 满足需求 2. ...
- CF 958E2. Guard Duty (medium)
这道题是昨天linkfqy dalao上课讲的一道题 当时他讲的时候就想到了一种玄学的搞法,然后不敢相信自己切掉了 没想到后来CHJ dalao也想到了这种算法,然后发现是对的 后来10min就切掉了 ...
- POJ 1293 - Duty Free Shop 01背包记录所选物品
裸的01背包.dp[x]只要是bool型记录当前空间是否可用.. 而为了找到用了哪些物品..dp[x]设置为int型..进行记录.. Program: #include<iostream> ...
- [Codeforces958E2]Guard Duty (medium)(区间DP)
Description 题目链接 Solution 可以把题目转化一下模型,将间隔取出来,转化为N-1个数,限制不能取相邻两个数,求取K个数的最小价值 设DP[i][j]表示前i个数取j个最大价值(第 ...
- Guard Duty (hard) Codeforces - 958E3 || uva 1411
https://codeforces.com/contest/958/problem/E3 当没有三点共线时,任意一个这样的点集都是保证可以找到答案的,(考虑任意一种有相交的连线方案,一定可以将其中两 ...
- Guard Duty (medium) Codeforces - 958E2 || (bzoj 2151||洛谷P1792) 种树 || 编译优化
https://codeforces.com/contest/958/problem/E2 首先求出N个时刻的N-1个间隔长度,问题就相当于在这些间隔中选K个数,相邻两个不能同时选,要求和最小 方法1 ...
随机推荐
- IDEA导入MySQL包
点击[Project Structure] 点击[Modules] 在点击下面的界面 找到自己下载的MySQL包就OK了
- Java HttpURLConnection 下载图片 图片全是“加密图片”文字,怎么解决?
package com.qzf.util; import java.io.FileOutputStream;import java.io.IOException;import java.io.Inpu ...
- 2018.11.24 spoj New Distinct Substrings(后缀数组)
传送门 双倍经验(弱化版本) 考虑求出来heightheightheight数组之后用增量法. 也就是考虑每增加一个heightheightheight对答案产生的贡献. 算出来是∑∣S∣−heigh ...
- c# radiobutton
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.W ...
- CodeForces 916B Jamie and Binary Sequence (changed after round) (贪心)
题意:给定两个数字n,m,让你把数字 n 拆成一个长度为 m 的序列a1,a2,a3...am,并且∑2^ai = n,如果有多组,要求序列中最大的数最小,然后再相同就要求除了最大数字典序最大. 析: ...
- c#转换XML文件和json对象
创建.XML文件string xml = @"<?xml version=""1.0"" standalone=""no&q ...
- 为什么要重写hashCode()方法和equals()方法及如何重写
我想写的问题有三个: 1.首先我们为什么需要重写hashCode()方法和equals()方法 2.在什么情况下需要重写hashCode()方法和equals()方法 3.如何重写这两个方法 **** ...
- C++编译器详解(二)常见precompiling 指令介绍
VC++编译器中一些常见precompiling 指令介绍 我们在利用vc6.0 project wizard生成的代码中,经常看到大量的precompiling指令.本文讲解了常见的这些指令的作用 ...
- idea操作快捷键
Ctrl+Shift + Enter,语句完成“!”,否定完成,输入表达式时按 “!”键Ctrl+E,最近的文件Ctrl+Shift+E,最近更改的文件Shift+Click,可以关闭文件Ctrl+[ ...
- PHP与Python哪个做网站产品好?
虽然python现在比较火,但在传统的LAMP组合里Linux+apache/tomcat+MySql+PHP里是PHP做网站的脚本语言,但现在已经变了:https://baike.baidu.com ...