发个 TSM 招聘的JD, ----- 主要是为了学习 English

2023-11-29 12:58

本文主要是介绍发个 TSM 招聘的JD, ----- 主要是为了学习 English,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

今天 发个 job description:

Job Description:

Storage and Backup Administrator with Linux and virtualization background.

The work consists of performing primarily routine and standardized sets of tasks.
It may invovle a series of repeatable tasks and steps that are followed when addressing service
needs or situations for a particular account.
Running restorations and on demand backups, as well as troubleshooting backup issues is part of daily work.
An amount if project work is required, collaboration on systems built(99% of the time virtual machine) and storage /backup step.

Technical requirements:

Strong Linux administration skills: RHCE or equivant knowledge and at least 5 years experience in Lunix production environment in Lunix production environments: Volume manager, comment on services configuration and setup, network and application troubleshooting.
Ability to quickly identify issue root cause checking log files (This will be tested in interview).

Confident with VMWare administration tasks: vStorage and network troubleshooting skills, familiar with VMware tools at ESX command line level, hot/cold migration, disk/ mechine clonning, VDR, Codinate should be able to manage the storage from physical to virtual without hesitation.

Power shell scripting is a plus.

Familiar with IBM Storage Management products:

1: Support problem and change tickets for storage system support work involveing problem determination and implementation
of Changes to storage devices, data backups, software, applications or network systems.

2: Sizing IBM storage system, virtulization and consolidation for storage system, IBM storage solutions, disks taps and
SAN, IBM TSM and TPC hands on experience.

3: Full confidence on storage reorganization, manage LUNs and volumes in both Lunix and AIX Operation System.

4: Advanced backup troubleshooting.

5: Backup server management (installation, configuration, policy, update).

6: Node / job managment (setting, scheduling, modification).

7: Media management (space reclamation and errors on media, ordering tapes and stock management)

8: Excellent interpersonal and communication skills (fluent in both oral and written English),
  being able to ineract well with customer and partners via calls, meeting, and emails.
 
9: Be able to conduct small to medium engagement with customers indenpendently, providing regular update / report to the team.

10: An overall of 6-8 years experience in at least one of the areas above isrequired for this position.


Required:

Bachelor's Degree at least 3 years experience in Tivoli Storage Managment.

这篇关于发个 TSM 招聘的JD, ----- 主要是为了学习 English的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/432917

相关文章

Spring创建Bean的八种主要方式详解

《Spring创建Bean的八种主要方式详解》Spring(尤其是SpringBoot)提供了多种方式来让容器创建和管理Bean,@Component、@Configuration+@Bean、@En... 目录引言一、Spring 创建 Bean 的 8 种主要方式1. @Component 及其衍生注解

Unity新手入门学习殿堂级知识详细讲解(图文)

《Unity新手入门学习殿堂级知识详细讲解(图文)》Unity是一款跨平台游戏引擎,支持2D/3D及VR/AR开发,核心功能模块包括图形、音频、物理等,通过可视化编辑器与脚本扩展实现开发,项目结构含A... 目录入门概述什么是 UnityUnity引擎基础认知编辑器核心操作Unity 编辑器项目模式分类工程

Python学习笔记之getattr和hasattr用法示例详解

《Python学习笔记之getattr和hasattr用法示例详解》在Python中,hasattr()、getattr()和setattr()是一组内置函数,用于对对象的属性进行操作和查询,这篇文章... 目录1.getattr用法详解1.1 基本作用1.2 示例1.3 原理2.hasattr用法详解2.

Go学习记录之runtime包深入解析

《Go学习记录之runtime包深入解析》Go语言runtime包管理运行时环境,涵盖goroutine调度、内存分配、垃圾回收、类型信息等核心功能,:本文主要介绍Go学习记录之runtime包的... 目录前言:一、runtime包内容学习1、作用:① Goroutine和并发控制:② 垃圾回收:③ 栈和

Android学习总结之Java和kotlin区别超详细分析

《Android学习总结之Java和kotlin区别超详细分析》Java和Kotlin都是用于Android开发的编程语言,它们各自具有独特的特点和优势,:本文主要介绍Android学习总结之Ja... 目录一、空安全机制真题 1:Kotlin 如何解决 Java 的 NullPointerExceptio

WinForms中主要控件的详细使用教程

《WinForms中主要控件的详细使用教程》WinForms(WindowsForms)是Microsoft提供的用于构建Windows桌面应用程序的框架,它提供了丰富的控件集合,可以满足各种UI设计... 目录一、基础控件1. Button (按钮)2. Label (标签)3. TextBox (文本框

重新对Java的类加载器的学习方式

《重新对Java的类加载器的学习方式》:本文主要介绍重新对Java的类加载器的学习方式,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录1、介绍1.1、简介1.2、符号引用和直接引用1、符号引用2、直接引用3、符号转直接的过程2、加载流程3、类加载的分类3.1、显示

Java学习手册之Filter和Listener使用方法

《Java学习手册之Filter和Listener使用方法》:本文主要介绍Java学习手册之Filter和Listener使用方法的相关资料,Filter是一种拦截器,可以在请求到达Servl... 目录一、Filter(过滤器)1. Filter 的工作原理2. Filter 的配置与使用二、Listen

关于@RequestParam的主要用法详解

《关于@RequestParam的主要用法详解》:本文主要介绍关于@RequestParam的主要用法,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录1. 基本用法2. 默认值3. 可选参数4. 绑定到对象5. 绑定到集合或数组6. 绑定到 Map7. 处理复杂类

Java进阶学习之如何开启远程调式

《Java进阶学习之如何开启远程调式》Java开发中的远程调试是一项至关重要的技能,特别是在处理生产环境的问题或者协作开发时,:本文主要介绍Java进阶学习之如何开启远程调式的相关资料,需要的朋友... 目录概述Java远程调试的开启与底层原理开启Java远程调试底层原理JVM参数总结&nbsMbKKXJx