SlideShare a Scribd company logo
1 of 32
Download to read offline
重新定义IT基础架构管理
--使用SUSE Manager优化IT运维
陈希典
xi.dian.chen@suse.com
2
系统状态记录 定时任务
系统状态回滚 消除重复操作
图形化操作 一键注册
配置文件集中管理 文件版本差异对比
配置文件版本管理 批量创建文件,目录,链接
支持编辑shell,xml,ruby,python,perl文件
版本统计 架构信息
硬件规格统计 运行参数统计
位置信息统计 操作记录
软件包版本统计 自定义软件源
详细信息 软件包平行对比
依赖性记录 SP升级
补丁分类 CVE索引
批量补丁下发 基线扫描
详细信息
按补丁包索引
运维 用户的烦恼
SUSE Manager
3
Asset
Management
Provisioning
Redeployment
Configuration
Management Package
Management
Patch
Management
SUSE
Manager
HEALTH MONITORING
COMPLIANCESECURITY
SUSE Manager作为业界最好的自动化运维工具,
可为IT运维团队带来:
•优化操作效率的同时降低运维成本
•降低IT运维复杂性,掌握Linux资产信息
•确保Linux服务器合规性
4
Operating System
SUSE Linux Enterprise Server
SMT
SUSE Customer Center
SUSE Manager 4.0
SUSE Manager模块
prometheus
5
实施架构
6
安装在DMZ区的SMT服务用于镜像补丁源
位于内网的SUSE Manager从SMT服务同步镜像
位于不同业务网段的Proxy服务器将管理任务推送
至位于不同业务网段的客户端
7
Prometheus Server
PostgreSQL
Database
Repository
Repository
Apache
File
System
Metadata
https://
User APIWeb UI
Salt Master
Tomcat
Java
Traditional
Client
OSAD
(jabberd)
Python
Python
WSGI
Traditional
Client (ssh)
Salt Minion
Salt (ssh)
XML-RPC
(CLI, scripts)
ZMQ
ssh
Client
API
RPMs
RPMs
Packages
netapi
xmlrpc
over ssh
xmlrpc
管理流程图
SUSE Manager – 支持客户端系统
8
Operating System Architecture
Traditional
Clients
Salt Clients
SUSE Linux Enterprise 11 SP3 and SP4
x86, x86-64, Itanium, IBM Power
Systems, IBM z Systems
Supported Supported
SUSE Linux Enterprise 12, SP1, SP2, SP3, SP4,
SP5
x86-64, IBM Power Systems (ppc64le),
IBM z Systems, ARM64 (aarch64)
Supported Supported
SUSE Linux Enterprise 15, SP1 x86-64, IBM Power Systems (ppc64le),
IBM z Systems, ARM64 (aarch64)
Supported Supported
Red Hat Enterprise Linux 6 x86, x86-64 Supported Supported
Red Hat Enterprise Linux 7 x86-64 Supported Supported
Novell Open Enterprise Server 11, SP1, SP2 and
SP3
x86, x86-64 Supported Supported
Novell Open Enterprise Server 2015 SP1, 2018 x86, x86-64 Supported Supported
9
Operating System Architecture
Traditional
Clients
Salt Clients
openSUSE Leap 42.3, 15, 15.1 x86-64, ARM64 (aarch64) Supported Supported
Ubuntu LTS – 16.04, 18.04
x86-64 Not supported Supported
CentOS Linux 6 x86, x86-64 Functional Supported
CentOS Linux 7 x86-64 Functional Supported
Oracle Enterprise Linux x86, x86-64 Supported Supported
SUSE Manager – 支持客户端系统
10
Icinga Server
PostgreSQL
Database
Repository
Repository
Apache
File
System
Metadata
https://
User APIWeb UI
Salt Master
Tomcat
Java
Traditional
Client
OSAD
(jabberd)
Python
Python
WSGI
Traditional
Client (ssh)
Salt Minion
Salt (ssh)
XML-RPC
(CLI, scripts)
0MQ
ssh
Client
API
RPMs
RPMs
Packages
netapi
xmlrpc
over ssh
xmlrpc
基本功能介绍- 资产管理
位置信息
12
系统状态
13
Service Pack迁移
14
补丁分类
使用CVE编码按条件帅选Linux服务器
多个CVE号查询,返回CVE号查询信息
1. findebyCve:Lookup the details for errata associated with the given CVE (e.g. CVE-
2008-3270)
参数:
⚫ string sessionKey
⚫ string cveName
2. getDetails :Retrieves the details for the erratum matching the given advisory
name.Paramet
SUMA API 接口:
https://www.suse.com/documentation/suse-manager-3/pdfdoc/susemanager_api_doc_color_en_31/susemanager_api_doc_color_en_31.pdf
多个CVE号查询
18
集成命令行和图形界面基线扫描
配置文件
20
配置文件
21
集成 到SUSE Manager 4.0
Highstate Management
23
使用Salt通过状态文件对Linux服务器进行管理
Monitoring 监控
Prometheus
Dashboard
客户案例
◆ 维护主机数量大(目前统计SUSE主机数量约1900台)
◆ SUSE操作版本种类多(9个SUSE版本)
◆ 承载的业务应用种类多(六个业务域)
困难
解决方案
某运营商2019年系统维护的技术和工具变化
◆ 维护主机数量持续增加
◆ 虚拟机模板/容器镜像出现安全漏洞
◆ Linux系统的类型增加
◆ 维护人员数量有限
被动变主动维护
通过转维前主动进行批量更新+后期定时自动
批量更新
自动化代替人工维护
通过部署管理工具软件实现批量升级、批量配
置管理
30
2019年服务总结—故障分析
故障分类 数量
内核BUG 1
软件版本不匹配 4
文件系统双挂 5
维护问题 7
固件问题 2
业务问题 2
网络问题 1
GPFS或存储链路问题 2
机房断电 1
硬件问题 1
合计 26
内核BUG
4% 软件版本不
匹配
15%
文件系统双
挂
19%
维护问题
27%
固件问
题
7%
业务问题
8%
网络问题
4%
GPFS或存
储链路问题
8%
机房断电
4%
硬件问题
4%
故障分类占比
对总体故障分析可以看到,故障TOP3如下:
1、维护问题导致故障7例;
2、文件系统双挂导致故障5例;;
3、软件版本不匹配故障4例;
原因分析:
日常维护问题导致(包含双挂问题)故障数量占
到故障总数量近一半,经过定位分析,发现多数
为误操作或没有严格按照维护规范实施导致。同
时因为个别软件包与操作系统版本不匹配导致故
障。
改进建议:
1、制定优化运维操作规范和流程,并严格按照执行
2、SUSE针对现场维护团队定期提供必要的技术交流,
加强现场维护对操作系统产品生命周期版本的维护熟悉
维护效果提升:
SUSE高服通过持续的开展包括
深度巡检、自动化运维服务在内的
各个方面的优化建议实施,极大了
提升主机的可用性,使得19年
SUSE主机全年故障同比18年降低
58%,为业务系统的稳定、安全、
可靠的运行提供了良好环境保障。
62
26
0 50 100
18年故障
数量
19年故障
数量
18年与19年
故障对比
诺基亚
SUSE Manager 的忠实用户,计划扩大运维适用范围
一、实施 SUSE Manager 升级
• 之前版本 3.2,升级到 4.x
• SUSE 提供简单迁移工具,无缝迁移,并可安全回退。
SLES12SP3
SUMA 3.2
SLES15SP1
SUMA 4.0
/usr/lib/susemanager/bin/mgr-setup -m
File
System
File
System
network
诺基亚
SUSE Manager 的忠实用户,计划扩大运维适用范围
二、软件通道定制化
• 满足应用业务开发部门的测试要求
• 满足生产环境的特殊要求
• 满足QA部门的并发多版本要求
• 嵌入到DevOps的流程环节
三、多发行版产品支持
• SUSE SLES 全系列版本支持
• SUSE for SAP 产品支持
• CentOS 多个版本
• Ubuntu LTS 多个版本
Suse manager 4.0_201907

More Related Content

What's hot

超簡単!Apache httpサーバをWindows Serverにインストール
超簡単!Apache httpサーバをWindows Serverにインストール超簡単!Apache httpサーバをWindows Serverにインストール
超簡単!Apache httpサーバをWindows ServerにインストールShin Tanigawa
 
ملخص الاحصاء التطبيقي - الوحدة الثانية
ملخص الاحصاء التطبيقي - الوحدة الثانيةملخص الاحصاء التطبيقي - الوحدة الثانية
ملخص الاحصاء التطبيقي - الوحدة الثانيةجامعة القدس المفتوحة
 
Ordonnanc-Proc_Threads (1).pdf
Ordonnanc-Proc_Threads (1).pdfOrdonnanc-Proc_Threads (1).pdf
Ordonnanc-Proc_Threads (1).pdfMbarkiIsraa
 
ملخص الاحصاء التطبيقي - الوحدة الخامسة
ملخص الاحصاء التطبيقي - الوحدة الخامسةملخص الاحصاء التطبيقي - الوحدة الخامسة
ملخص الاحصاء التطبيقي - الوحدة الخامسةجامعة القدس المفتوحة
 
كتاب: Simply AVR مقدمة مبسطة عن النظم المدمجة
كتاب: Simply AVR مقدمة مبسطة عن النظم المدمجةكتاب: Simply AVR مقدمة مبسطة عن النظم المدمجة
كتاب: Simply AVR مقدمة مبسطة عن النظم المدمجةجامعة القدس المفتوحة
 
How To Put Power Point Into Dream Weaver
How To Put Power Point Into Dream WeaverHow To Put Power Point Into Dream Weaver
How To Put Power Point Into Dream Weaverjacey2457
 
Gestión de usuarios en GNU/Linux. Módulos de autenticación PAM
Gestión de usuarios en GNU/Linux. Módulos de autenticación PAMGestión de usuarios en GNU/Linux. Módulos de autenticación PAM
Gestión de usuarios en GNU/Linux. Módulos de autenticación PAMseguridadelinux
 
Guide d'utilisation de scirus
Guide d'utilisation de scirusGuide d'utilisation de scirus
Guide d'utilisation de scirusAlain Marois
 
B.sc cs-ii -u-1.2 digital logic circuits, digital component
B.sc cs-ii -u-1.2 digital logic circuits, digital componentB.sc cs-ii -u-1.2 digital logic circuits, digital component
B.sc cs-ii -u-1.2 digital logic circuits, digital componentRai University
 
ひとの想いをのせたドメインモデル.pptx
ひとの想いをのせたドメインモデル.pptxひとの想いをのせたドメインモデル.pptx
ひとの想いをのせたドメインモデル.pptxssuser0e110a
 
IDCC 1880 Salaire dans la CCN du négoce de l'ameublement
IDCC 1880 Salaire dans la CCN du négoce de l'ameublementIDCC 1880 Salaire dans la CCN du négoce de l'ameublement
IDCC 1880 Salaire dans la CCN du négoce de l'ameublementSociété Tripalio
 
Asio4 all v2 instruction manual pt
Asio4 all v2 instruction manual ptAsio4 all v2 instruction manual pt
Asio4 all v2 instruction manual ptWanderly Marques Jr
 
Synchronization linux
Synchronization linuxSynchronization linux
Synchronization linuxSusant Sahani
 
I pv6 addressing-rg-animated
I pv6 addressing-rg-animatedI pv6 addressing-rg-animated
I pv6 addressing-rg-animatedmasbangkit
 
JPC2018[E3]NoOps で進める! Microsoft 365 提案のポイント
JPC2018[E3]NoOps で進める! Microsoft 365 提案のポイントJPC2018[E3]NoOps で進める! Microsoft 365 提案のポイント
JPC2018[E3]NoOps で進める! Microsoft 365 提案のポイントMPN Japan
 

What's hot (20)

超簡単!Apache httpサーバをWindows Serverにインストール
超簡単!Apache httpサーバをWindows Serverにインストール超簡単!Apache httpサーバをWindows Serverにインストール
超簡単!Apache httpサーバをWindows Serverにインストール
 
Tgr
TgrTgr
Tgr
 
ملخص الاحصاء التطبيقي - الوحدة الثانية
ملخص الاحصاء التطبيقي - الوحدة الثانيةملخص الاحصاء التطبيقي - الوحدة الثانية
ملخص الاحصاء التطبيقي - الوحدة الثانية
 
Ordonnanc-Proc_Threads (1).pdf
Ordonnanc-Proc_Threads (1).pdfOrdonnanc-Proc_Threads (1).pdf
Ordonnanc-Proc_Threads (1).pdf
 
ملخص الاحصاء التطبيقي - الوحدة الخامسة
ملخص الاحصاء التطبيقي - الوحدة الخامسةملخص الاحصاء التطبيقي - الوحدة الخامسة
ملخص الاحصاء التطبيقي - الوحدة الخامسة
 
Dynamic Adaptive Point Cloud Streaming
Dynamic Adaptive Point Cloud StreamingDynamic Adaptive Point Cloud Streaming
Dynamic Adaptive Point Cloud Streaming
 
كتاب: Simply AVR مقدمة مبسطة عن النظم المدمجة
كتاب: Simply AVR مقدمة مبسطة عن النظم المدمجةكتاب: Simply AVR مقدمة مبسطة عن النظم المدمجة
كتاب: Simply AVR مقدمة مبسطة عن النظم المدمجة
 
iBSG basic configration guide
iBSG basic configration guideiBSG basic configration guide
iBSG basic configration guide
 
How To Put Power Point Into Dream Weaver
How To Put Power Point Into Dream WeaverHow To Put Power Point Into Dream Weaver
How To Put Power Point Into Dream Weaver
 
Drive vector h 2
Drive vector h 2Drive vector h 2
Drive vector h 2
 
Gestión de usuarios en GNU/Linux. Módulos de autenticación PAM
Gestión de usuarios en GNU/Linux. Módulos de autenticación PAMGestión de usuarios en GNU/Linux. Módulos de autenticación PAM
Gestión de usuarios en GNU/Linux. Módulos de autenticación PAM
 
Guide d'utilisation de scirus
Guide d'utilisation de scirusGuide d'utilisation de scirus
Guide d'utilisation de scirus
 
B.sc cs-ii -u-1.2 digital logic circuits, digital component
B.sc cs-ii -u-1.2 digital logic circuits, digital componentB.sc cs-ii -u-1.2 digital logic circuits, digital component
B.sc cs-ii -u-1.2 digital logic circuits, digital component
 
ひとの想いをのせたドメインモデル.pptx
ひとの想いをのせたドメインモデル.pptxひとの想いをのせたドメインモデル.pptx
ひとの想いをのせたドメインモデル.pptx
 
IDCC 1880 Salaire dans la CCN du négoce de l'ameublement
IDCC 1880 Salaire dans la CCN du négoce de l'ameublementIDCC 1880 Salaire dans la CCN du négoce de l'ameublement
IDCC 1880 Salaire dans la CCN du négoce de l'ameublement
 
Asio4 all v2 instruction manual pt
Asio4 all v2 instruction manual ptAsio4 all v2 instruction manual pt
Asio4 all v2 instruction manual pt
 
Synchronization linux
Synchronization linuxSynchronization linux
Synchronization linux
 
I pv6 addressing-rg-animated
I pv6 addressing-rg-animatedI pv6 addressing-rg-animated
I pv6 addressing-rg-animated
 
Relógio Eletrônico de Ponto Henry Prisma Super Fácil R01 - Aplicativo Web Em...
Relógio Eletrônico de Ponto Henry Prisma Super Fácil  R01 - Aplicativo Web Em...Relógio Eletrônico de Ponto Henry Prisma Super Fácil  R01 - Aplicativo Web Em...
Relógio Eletrônico de Ponto Henry Prisma Super Fácil R01 - Aplicativo Web Em...
 
JPC2018[E3]NoOps で進める! Microsoft 365 提案のポイント
JPC2018[E3]NoOps で進める! Microsoft 365 提案のポイントJPC2018[E3]NoOps で進める! Microsoft 365 提案のポイント
JPC2018[E3]NoOps で進める! Microsoft 365 提案のポイント
 

Similar to Suse manager 4.0_201907

Nginx常见应用技术指南(Nginx Tips)
Nginx常见应用技术指南(Nginx Tips)Nginx常见应用技术指南(Nginx Tips)
Nginx常见应用技术指南(Nginx Tips)dreamwing.org
 
Ontology-based Content Management System (ICIM 2008)
Ontology-based Content Management System (ICIM 2008)Ontology-based Content Management System (ICIM 2008)
Ontology-based Content Management System (ICIM 2008)Brian Hsu
 
企业级搜索引擎Solr交流
企业级搜索引擎Solr交流企业级搜索引擎Solr交流
企业级搜索引擎Solr交流chuan liang
 
Ruby on Rails 2.1 What's New Chinese Version
Ruby on Rails 2.1 What's New Chinese VersionRuby on Rails 2.1 What's New Chinese Version
Ruby on Rails 2.1 What's New Chinese VersionLibin Pan
 
Ruby on Rails Tutorial Part I
Ruby on Rails Tutorial Part IRuby on Rails Tutorial Part I
Ruby on Rails Tutorial Part IWei Jen Lu
 
Peeling The Onion For Ipdc Forum09 Mix Ver1
Peeling The Onion For Ipdc Forum09 Mix Ver1Peeling The Onion For Ipdc Forum09 Mix Ver1
Peeling The Onion For Ipdc Forum09 Mix Ver1hutuworm
 
Chinaonrails Rubyonrails21 Zh
Chinaonrails Rubyonrails21 ZhChinaonrails Rubyonrails21 Zh
Chinaonrails Rubyonrails21 ZhJesse Cai
 
095722121-期中報告-UGC
095722121-期中報告-UGC095722121-期中報告-UGC
095722121-期中報告-UGCcherish0906
 
Web應用程式以及資安問題的探討
Web應用程式以及資安問題的探討Web應用程式以及資安問題的探討
Web應用程式以及資安問題的探討Mu Chun Wang
 
我和阿九(Azure)有約 17 Azure Sql Database 基本介紹
我和阿九(Azure)有約 17 Azure Sql Database 基本介紹我和阿九(Azure)有約 17 Azure Sql Database 基本介紹
我和阿九(Azure)有約 17 Azure Sql Database 基本介紹Alan Tsai
 
Windows 7兼容性系列课程(3):有针对的兼容性开发(上)
Windows 7兼容性系列课程(3):有针对的兼容性开发(上)Windows 7兼容性系列课程(3):有针对的兼容性开发(上)
Windows 7兼容性系列课程(3):有针对的兼容性开发(上)Chui-Wen Chiu
 
Shibuya.abc - Gnashで遊ぼう
Shibuya.abc - Gnashで遊ぼうShibuya.abc - Gnashで遊ぼう
Shibuya.abc - Gnashで遊ぼうgyuque
 
微软客户端技术纵览
微软客户端技术纵览微软客户端技术纵览
微软客户端技术纵览ntoskrnl
 
Ds 008 方法設計之技術產品流程
Ds 008 方法設計之技術產品流程Ds 008 方法設計之技術產品流程
Ds 008 方法設計之技術產品流程handbook
 
Rails Cache
Rails CacheRails Cache
Rails Cachewear
 
Working With Rails
Working With RailsWorking With Rails
Working With RailsDali Wang
 

Similar to Suse manager 4.0_201907 (20)

Nginx常见应用技术指南(Nginx Tips)
Nginx常见应用技术指南(Nginx Tips)Nginx常见应用技术指南(Nginx Tips)
Nginx常见应用技术指南(Nginx Tips)
 
Dev004奚江華
Dev004奚江華Dev004奚江華
Dev004奚江華
 
Ontology-based Content Management System (ICIM 2008)
Ontology-based Content Management System (ICIM 2008)Ontology-based Content Management System (ICIM 2008)
Ontology-based Content Management System (ICIM 2008)
 
What Can Compilers Do for Us?
What Can Compilers Do for Us?What Can Compilers Do for Us?
What Can Compilers Do for Us?
 
企业级搜索引擎Solr交流
企业级搜索引擎Solr交流企业级搜索引擎Solr交流
企业级搜索引擎Solr交流
 
Ruby on Rails 2.1 What's New Chinese Version
Ruby on Rails 2.1 What's New Chinese VersionRuby on Rails 2.1 What's New Chinese Version
Ruby on Rails 2.1 What's New Chinese Version
 
Ruby on Rails Tutorial Part I
Ruby on Rails Tutorial Part IRuby on Rails Tutorial Part I
Ruby on Rails Tutorial Part I
 
Peeling The Onion For Ipdc Forum09 Mix Ver1
Peeling The Onion For Ipdc Forum09 Mix Ver1Peeling The Onion For Ipdc Forum09 Mix Ver1
Peeling The Onion For Ipdc Forum09 Mix Ver1
 
Chinaonrails Rubyonrails21 Zh
Chinaonrails Rubyonrails21 ZhChinaonrails Rubyonrails21 Zh
Chinaonrails Rubyonrails21 Zh
 
QQ
QQQQ
QQ
 
095722121-期中報告-UGC
095722121-期中報告-UGC095722121-期中報告-UGC
095722121-期中報告-UGC
 
Web應用程式以及資安問題的探討
Web應用程式以及資安問題的探討Web應用程式以及資安問題的探討
Web應用程式以及資安問題的探討
 
我和阿九(Azure)有約 17 Azure Sql Database 基本介紹
我和阿九(Azure)有約 17 Azure Sql Database 基本介紹我和阿九(Azure)有約 17 Azure Sql Database 基本介紹
我和阿九(Azure)有約 17 Azure Sql Database 基本介紹
 
Windows 7兼容性系列课程(3):有针对的兼容性开发(上)
Windows 7兼容性系列课程(3):有针对的兼容性开发(上)Windows 7兼容性系列课程(3):有针对的兼容性开发(上)
Windows 7兼容性系列课程(3):有针对的兼容性开发(上)
 
T1
T1T1
T1
 
Shibuya.abc - Gnashで遊ぼう
Shibuya.abc - Gnashで遊ぼうShibuya.abc - Gnashで遊ぼう
Shibuya.abc - Gnashで遊ぼう
 
微软客户端技术纵览
微软客户端技术纵览微软客户端技术纵览
微软客户端技术纵览
 
Ds 008 方法設計之技術產品流程
Ds 008 方法設計之技術產品流程Ds 008 方法設計之技術產品流程
Ds 008 方法設計之技術產品流程
 
Rails Cache
Rails CacheRails Cache
Rails Cache
 
Working With Rails
Working With RailsWorking With Rails
Working With Rails
 

Recently uploaded

Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionSolGuruz
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfkalichargn70th171
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about usDynamic Netsoft
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 

Recently uploaded (20)

Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about us
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 

Suse manager 4.0_201907