DellEMC VNX2 Service Manual
DellEMC VNX2 Service Manual VNX5200, VNX5400, VNX5600, VNX5800 Port IP Username/Password Management 1.1.1.1-2/255.255.255.0 admin/password, sysadmin/sysadmin Maintenance 128.221.1.250-251/255.255.255.248 admin/password, sysadmin/sysadmin Battery Replacement ・ VNX5400 Replacing a BBU in a DPE.pdf |
Overview of Disk Management
Overview of Disk Management Types of Dynamic Volumes A dynamic volume is a volume that is created on a dynamic disk. Dynamic volume types include simple, spanned, and striped volumes. Windows Server 2003 also supports mirrored and RAID-5 volumes, which are fault tolerant. Fault tolerance is the ability of computer hardware or software to make sure that your data is still available, even if there is a hardware failure. Regardless of the partition style used (MBR or GPT), you can create up to...
Expanding an Array on HPE Proliant Server
Expanding an Array on HPE Proliant Server You can increase the storage space on an array by adding physical drives. Any drive that you want to add must meet the following criteria: • It must be an unassigned drive. • It must be of the same type as existing drives in the array (for example, SATA or SAS). • It must have a capacity no less than that of the smallest drive in the array. IMPORTANT: An array expansion, logical drive extension, or logical drive migration takes about 15 minutes per g...
Query Optimizer
Query Optimizer Oracle 的优化器有两种优化方式: 基于规则的优化方式:Rule-Based Optimization (RBO) 基于成本或者统计信息的优化方式:Cost-Based Optimization (CBO) RBO(Rule-Based Optimization) RBO: Rule-Based Optimization 也即 “基于规则的优化器”,该优化器按照硬编码在数据库中的一系列规则来决定 SQL 的执行计划。 以 Oracle 数据库为例,RBO 根据 Oracle 指定的优先顺序规则,对指定的表进行执行计划的选择。比如在规则中:索引的优先级大于全表扫描。 通过 Oracle 的这个例子我们可以感受到,在 RBO 中,有着一套严格的使用规则,只要你按照规则去写 SQL 语句,无论数据表中的内容怎样,也不会影响到你的 “执行计划”,也就是说 RBO 对数据不 “敏感”。这就要求开发人员非常了解 RBO 的各项细则,不熟悉规则的开发人员写出来的 SQL 性能可能非常差。 但在实际的过程中,数据的量级会严重影响同样 SQL 的性能,这也...
Cardinality Feedback on Oracle 11.2.0.1
Cardinality Feedback on Oracle 11.2.0.1 Oracle Database - 11.2.0.1 概述 Cardinality Feedback 基数反馈是版本 11.2(11.2.0.1 及以后)中引入的关于 SQL 性能优化的新特性,该特性主要针对统计信息陈旧、无直方图或有直方图但仍基数计算不准确的情况,Cardinality 基数的计算直接影响到后续的 JOIN COST 等重要的成本计算评估,造成 CBO 选择不当的执行计划。Cardinality Feedback,本质上就是一种基于自适应模型的执行计划调整机制。当对一个 SQL 语句,第一次生成执行计划之后,其计算的成本 cost 是依据估算出的 cardinality 得出的。当执行这个计划后,Oracle 就会得到真正这个 SQL 的执行计划结果,并且用真实的结果集合来更新执行计划中的 Cardinality。在第二次生成时候,就可以使用更加真实的结果来确定了。在 Oracle 11g 中,Cardinality Feedback 功能默认开启,控制参数是一个隐含参数_o...
Managing Optimizer Statistics
Managing Optimizer Statistics ・ Database Performance Tuning Guide - Managing Optimizer Statistics 统计信息相关概念 什么是统计信息? Oracle 数据库中的统计信息存储在数据字典中,从多个维度描述了 Oracle 数据库里的详细信息。 统计信息作用是什么? CBO 优化器会利用统计信息计算目标 SQL 各种可能、不同的执行路径的成本,并从中选择一条最小的执行路径来作为目标 SQL 的执行计划。(统计信息不准确,SQL 的执行计划会走错,SQL 会出现性能问题)。 统计信息分类 表的统计信息 表的统计信息主要包含表的总行数(num_rows), 表块数(blocks)以及平均长度(avg_row_len)。 索引的统计信息 索引的统计信息描述了索引的详细信息,所以索引的层级、叶子块的数量、聚簇因子等。 列统计信息 列统计信息记录了列的 distinct 值的数量、null 的数量、列最小值和列最大值。 系统统计信息 系统统计信息是描述了 oracle...
Different Execution Plan for Same SQL Statement on Oracle 11g
Different Execution Plan for Same SQL Statement on Oracle 11g Oracle Database - 11.2.0.4 SYMPTOMS 用户反馈同一条 SQL 语句,在应用程序和 plsql 执行产生的执行计划不一样,应用程序执行不走索引,plsql 执行走索引。 尝试使用 hint index,表现一样。 SQL_ID 9p4v8fwfyjxqp--------------------select distinct t.CODE_NAME,t.CODE_ENROUTE,t.CODE_STARTAD,t.CODE_ENDTAD,t.VAL_STATUS,t.TXT_DESIG_CFP,t.CODE_GROUP,t.COMPANY_ENROUTE_ID fromCOMPANY_ENROUTE t,MAP_OCEAN t1where SDO_RELATE(t.geometry,t1.geometry, 'mask=anyinteract')='TRUE'Plan hash value: 476608943------...
Enabling passthrough USB etoken of Feitian to VM on vSphere 8.0u3
Enabling passthrough USB etoken of Feitian to VM on vSphere 8.0u3 vSphere 8.0u3 The USB of Feitian etoken can not add to VM, and esxi host show passthrough disabled. [root@ESXi-221:~] lsusbBus 001 Device 001: ID 0e0f:8003 VMware, Inc. Root HubBus 001 Device 002: ID 1604:10c0 Tascam Dell Integrated HubBus 001 Device 003: ID 1604:10c0 Tascam Dell Integrated HubBus 001 Device 004: ID 1604:10c0 Tascam Dell Integrated HubBus 001 Device 005: ID 096e:0305 Feitian Technologies, Inc. ePass2000Auto[...
VMware vCenter Converter Standalone User Guide
VMware vCenter Converter Standalone User Guide Release Notes ・ VMware vCenter Converter Standalone 6.3 Release Notes.pdf | ・ VMware vCenter Converter Standalone 6.4 Release Notes.pdf | ・ VMware vCenter Converter Standalone 6.6 Release Notes.pdf | User's Guide ・ using-vcenter-converter-sa-62.pdf | ・ using-vcenter-converter-sa-63.pdf | ・ using-vcenter-converter-sa-64.pdf | ・ using-vcenter-converter-sa-66.pdf | Troubleshooting Unable to create a VSS snapshot of the source volu...
Installing xunlei download service on ubuntu 24.04
Installing xunlei download service on ubuntu 24.04 debian Github: xunlei: 迅雷远程下载服务 (非官方),提取自群晖平台的迅雷下载套件,用在其他 Linux 机器上的迅雷远程下载服务。 wget -cP ~/Downloads https://github.com/cnk3x/xunlei/releases/download/v3.20.2/xlp-amd64.tar.gzmkdir ~/Software/xunleimkdir ~/Downloads/xunleisudo mkdir -p /var/packages/pan-xunlei-comsudo chown -R sakura:sakura /var/packages/pan-xunlei-comtar -zxf ~/Downloads/xlp-amd64.tar.gz -C ~/Software/xunleichmod +x ~/Software/xunlei/xlpsudo ~/Software/xunlei/xlp --uid 10...














