`
wsql
  • 浏览: 12098654 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
文章分类
社区版块
存档分类
最新评论

如何在VCS中使用Volume Manage创建共享磁盘组

阅读更多

# vxdiskadm Volume Manager Support Operations Menu: VolumeManager/Disk 1 Add or initialize one or more disks 2 Encapsulate one or more disks 3 Remove a disk 4 Remove a disk for replacement 5 Replace a failed or removed disk 6 Mirror volumes on a disk 7 Move volumes from a disk 8 Enable access to (import) a disk group 9 Remove access to (deport) a disk group 10 Enable (online) a disk device 11 Disable (offline) a disk device 12 Mark a disk as a spare for a disk group 13 Turn off the spare flag on a disk 14 Unrelocate subdisks back to a disk 15 Exclude a disk from hot-relocation use 16 Make a disk available for hot-relocation use 17 Prevent multipathing/Suppress devices from VxVM's view 18 Allow multipathing/Unsuppress devices from VxVM's view 19 List currently suppressed/non-multipathed devices 20 Change the disk naming scheme 21 Get the newly connected/zoned disks in VxVM view 22 Change/Display the default disk layouts 23 Mark a disk as allocator-reserved for a disk group 24 Turn off the allocator-reserved flag on a disk list List disk information ? Display help about menu ?? Display help about the menuing system q Exit from menus Select an operation to perform: 1 Add or initialize disks Menu: VolumeManager/Disk/AddDisks Use this operation to add one or more disks to a disk group. You can add the selected disks to an existing disk group or to a new disk group that will be created as a part of the operation. The selected disks may also be added to a disk group as spares. Or they may be added as nohotuses to be excluded from hot-relocation use. The selected disks may also be initialized without adding them to a disk group leaving the disks available for use as replacement disks. More than one disk or pattern may be entered at the prompt. Here are some disk selection examples: all: all disks c3 c4t2: all disks on both controller 3 and controller 4, target 2 c3t4d2: a single disk (in the c#t#d# naming scheme) xyz_0 : a single disk (in the enclosure based naming scheme) xyz_ : all disks on the enclosure whose name is xyz Select disk devices to add: [<pattern-list>,all,list,q,?] list DEVICE DISK GROUP STATUS c0t0d0 - - online invalid c0t1d0 - - online invalid c2t0d2 - - online Select disk devices to add: [<pattern-list>,all,list,q,?] c2t0d2 Here is the disk selected. Output format: [Device_Name] c2t0d2 Continue operation? [y,n,q,?] (default: y) You can choose to add this disk to an existing disk group, a new disk group, or leave the disk available for use by future add or replacement operations. To create a new disk group, select a disk group name that does not yet exist. To leave the disk available for future use, specify a disk group name of "none". Which disk group [<group>,none,list,q,?] (default: 9iRac) oradg There is no active disk group named oradg. Create a new group named oradg? [y,n,q,?] (default: y) Create the disk group as a CDS disk group? [y,n,q,?] (default: y) Use a default disk name for the disk? [y,n,q,?] (default: y) Add disk as a spare disk for oradg? [y,n,q,?] (default: n) Exclude disk from hot-relocation use? [y,n,q,?] (default: n) A new disk group will be created named oradg and the selected disks will be added to the disk group with default disk names. c2t0d2 Continue with operation? [y,n,q,?] (default: y) The following disk device appears to have been initialized already. The disk is currently available as a replacement disk. Output format: [Device_Name] c2t0d2 Use this device? [y,n,q,?] (default: y) The following disk you selected for use appears to already have been initialized for the Volume Manager. If you are certain the disk has already been initialized for the Volume Manager, then you do not need to reinitialize the disk device. Output format: [Device_Name] c2t0d2 Reinitialize this device? [y,n,q,?] (default: y) Initializing device c2t0d2. Enter desired private region length [<privlen>,q,?] (default: 2048) VxVM NOTICE V-5-2-120 Creating a new disk group named oradg containing the disk device c2t0d2 with the name oradg01. Add or initialize other disks? [y,n,q,?] (default: n) Volume Manager Support Operations Menu: VolumeManager/Disk 1 Add or initialize one or more disks 2 Encapsulate one or more disks 3 Remove a disk 4 Remove a disk for replacement 5 Replace a failed or removed disk 6 Mirror volumes on a disk 7 Move volumes from a disk 8 Enable access to (import) a disk group 9 Remove access to (deport) a disk group 10 Enable (online) a disk device 11 Disable (offline) a disk device 12 Mark a disk as a spare for a disk group 13 Turn off the spare flag on a disk 14 Unrelocate subdisks back to a disk 15 Exclude a disk from hot-relocation use 16 Make a disk available for hot-relocation use 17 Prevent multipathing/Suppress devices from VxVM's view 18 Allow multipathing/Unsuppress devices from VxVM's view 19 List currently suppressed/non-multipathed devices 20 Change the disk naming scheme 21 Get the newly connected/zoned disks in VxVM view 22 Change/Display the default disk layouts 23 Mark a disk as allocator-reserved for a disk group 24 Turn off the allocator-reserved flag on a disk list List disk information ? Display help about menu ?? Display help about the menuing system q Exit from menus Select an operation to perform: q Goodbye. </privlen></group></pattern-list></pattern-list>


2.设置共享磁盘组

# vxdg list
NAME STATE ID
oradg enabled,cds 1094209675.12.cluster2
# vxdg free
GROUP DISK DEVICE TAG OFFSET LENGTH FLAGS
oradg oradg01 c2t0d2s2 c2t0d2 0 244143872 -

这一步骤需要在master节点上进行

# vxdg deport oradg
# vxdg -s import oradg
# vxdg list
NAME         STATE           ID
oradg        enabled,shared,cds   1094209675.12.cluster2
#
 

3.此时在另外节点上
应该可以看到此共享磁盘组

# vxdg list
NAME         STATE           ID
oradg        enabled,shared,cds   1094209675.12.cluster2
# hostname
cluster1
# 
          

分享到:
评论

相关推荐

    Windows平台仅使用本地磁盘创建赛门铁克VCS集群的配置方法

    - 在VEA中创建磁盘组之前,执行“VxclusUseSystemBus ON”命令。 - 创建或导入磁盘组时,避免选择“clusterdiskgroup”选项,因为本地磁盘不具备集群功能。 - 当手动创建磁盘组资源时,选择类型为“VMNSDg”,并...

    vcs中pli的使用

    在现代数字系统设计中,验证是至关重要的步骤,而VCS(Verilog Comprehensive Simulator)是一款广泛使用的硬件描述语言(HDL)仿真器,它支持多种高级验证方法。PLI(Programmable Logic Interface)是VCS提供的一...

    VCS使用中文教程,vcs怎么使用,LINUX

    本教程将带你了解VCS的基本概念和常用命令,助你快速掌握在Linux下使用VCS的操作。 一、VCS的基本概念 1. **版本**:VCS记录了每次代码修改的历史,每个修改就形成了一个版本。 2. **分支**:允许开发人员在同一...

    VCS双机备份

    - 共享磁盘应在第一台服务器上初始化,并创建集群磁盘组以及卷。 - 在第二台服务器上也执行同样的操作,并确保集群磁盘组的名称相同。 - 安装共享数据后,使用双机向导添加服务组。 通过以上步骤,可以有效地在...

    VCS使用中文教程.pdf

    由于提供的内容不足以详细说明“VCS使用中文教程”的具体知识点,我将基于VCS(Version Control System,版本控制系统)的概念和常见实践,给出一个全面的知识点概览。 ### 版本控制系统概念 版本控制系统是一种...

    VCS简明使用教程

    VCS(The Verilog Compiler Simulator)是业界广泛使用的Verilog语言仿真器,它能提供编译、仿真、调试以及覆盖率分析等功能,适用于硬件设计的验证工作。下面详细介绍VCS编译、仿真、调试以及覆盖率测试中涉及的...

    VCS 使用入门,中文资料

    1. **第04章1_验证与VCS使用.doc**:这份文档可能深入讲解了如何在验证过程中使用VCS,包括如何构建测试平台,设置激励,以及如何利用VCS进行覆盖率分析。 2. **VCS指导.doc**:这份指南可能是VCS的详细使用手册,...

    VCS DVE中文指导手册

    波形窗口的运用是DVE用户非常关注的部分,手册中对此有专门的章节介绍如何建立目标窗口、设置波形窗口首选项、重命名信号组、过滤信号、添加信号分离器、设置复制信号的显示等,以及如何在波形窗口中使用指针和标记...

    验证与VCS的使用

    ### 验证与VCS的使用 #### 一、验证的重要性及方法 ##### 1.1 什么是验证 验证是指确保设计(特别是硬件设计)能够按照预期的方式运作的过程。这通常涉及检查设计是否符合其规范,并且能够在各种条件下正常工作。...

    使用vcs配合vivado进行仿真

    在本文中,我们将详细探讨使用VCS(Virtuoso Cycle Simulator)配合Vivado进行仿真的方法和步骤。 首先,让我们了解什么是VCS。VCS是一种功能强大的仿真工具,广泛应用于数字电路设计和验证领域。它能够模拟数字...

    验证与vcs使用.pdf

    验证与VCS使用 本章节将详细介绍验证与VCS使用相关的知识点。 一、什么是验证 验证是指在设计流程中,确保代码正确、可靠、符合设计要求的过程。验证的目的是找到代码中的错误,不管是编写错误还是功能错误,并...

    VCS编程资料,vcs编译,Verilog

    在本文中,我们将深入探讨VCS编程、VCS编译过程以及与Verilog语言的结合使用,同时也将提及相关的学习资源,如VCS Lab教程和UVM(Universal Verification Methodology)用户指南。 首先,VCS是SystemVerilog的高...

    VCS_User_Guide.pdf

    VCS用户手册是 Synopsis 公司出品的一份重要的用户指南,旨在帮助用户更好地使用VCS(Verification Continuum)工具,实现IC设计的自动化验证。该手册涵盖了VCS的使用指南、功能特点、配置方法、 troubleshootings等...

    VCS使用中文教程,vcs怎么使用,LINUX源码.zip

    这个压缩包“VCS使用中文教程,vcs怎么使用,LINUX源码.zip”似乎包含了关于如何在Linux环境中使用VCS的教程和可能的实际源码示例。 首先,让我们了解一些VCS的基本概念: 1. **仓库(Repository)**:存储所有版本...

    vcs详细安装文档,很详细

    在安装过程中,选择你之前创建的VCS安装路径,如`/synopsys/vcsmx2018.09`。 4. **修改环境变量**:为了使得VCS能在系统中被正确识别和调用,需要更新用户的环境变量。复制`.cshrc`文件到用户根目录(通常是`~`),...

    linux系统上vivado调用VCS仿真

    - 配置个人用户下的`.bashrc`文件,以便于在终端中使用相关命令时能够顺利加载所需的环境变量。 #### 三、配置个人用户下的.bashrc文件 1. **编辑.bashrc文件**: - 使用`cd`命令进入个人用户的主目录,通过`ll ...

Global site tag (gtag.js) - Google Analytics