Please enter search query.
Search <book_title>...
Veritas InfoScale™ 7.4.1 Virtualization Guide - AIX
Last Published:
2019-02-01
Product(s):
InfoScale & Storage Foundation (7.4.1)
Platform: AIX
- Section I. Overview
- Storage Foundation and High Availability Solutions in AIX PowerVM virtual environments
- Section II. Implementation
- Setting up Storage Foundation and High Availability Solutions in AIX PowerVM virtual environments
- Supported configurations for Virtual I/O servers (VIOS) on AIX
- Installing and configuring Storage Foundation and High Availability (SFHA) Solutions in the logical partition (LPAR)
- Installing and configuring Cluster Server for logical partition and application availability
- Supported configurations for Virtual I/O servers (VIOS) on AIX
- Setting up Storage Foundation and High Availability Solutions in AIX PowerVM virtual environments
- Section III. Use cases for AIX PowerVM virtual environments
- Application to spindle visibility
- Simplified storage management in VIOS
- Configuring Dynamic Multi-Pathing (DMP) on Virtual I/O server
- Configuring Dynamic Multi-Pathing (DMP) pseudo devices as virtual SCSI devices
- Extended attributes in VIO client for a virtual SCSI disk
- Virtual machine (logical partition) availability
- Simplified management and high availability for IBM Workload Partitions
- Implementing Storage Foundation support for WPARs
- How Cluster Server (VCS) works with Workload Patitions (WPARs)
- Configuring VCS in WPARs
- High availability and live migration
- Limitations and unsupported LPAR features
- Multi-tier business service support
- Server consolidation
- About IBM Virtual Ethernet
- Using Storage Foundation in the logical partition (LPAR) with virtual SCSI devices
- How DMP handles I/O for vSCSI devices
- Physical to virtual migration (P2V)
- Section IV. Reference
Provisioning data LUNs in a mixed VxVM and LVM environment
The standard method for identifying which data LUNs are controlled by VxVM or LVM is to use the 'vxdisk list' command and review the output.
To identify data LUNs controlled by VxVM or LVM
- Use the vxdisk list command to identify disks that are under LVM or VxVM control:
Disks that are under LVM control disk_0 auto:LVM - - LVM v_xiv0_108a auto:LVM - - LVM Disks that are under VxVM control ibm_ds8x000_06cd auto:aixdisk - - online ibm_ds8x000_06cf auto:cdsdisk - - online Disks that are not under any volume manager control. ibm_ds8x000_06ce auto:none - - online invalid
Once you identify the LUNs controlled by LVM you can select the ones you want to release for the available storage pool. You must use the native LVM commands rmlv and reducevg to remove LVM volumes and volume groups created on those LUNs as illustrated below.
To release LVM disks and bring them under VxVM control
- Remove any LVM volumes that reside on the LVM disk.
Example:
# rmlv -B -f logical_volume_name
- Remove the disk from the volume group.
Example:
# reducevg volume_group_name LVM_disk_name
- Use vxdiskunsetup to clear out any stale header information.
- Use vxdisksetup to bring them under VxVM control.
To release VxVM disks for LVM control
- Make sure that disk is not under any disk group. Remove the VxVM header if present.
Example:
# /etc/vx/bin/vxdiskunsetup -Cf disk_name
- Remove the disk from VxVM control.
Example:
# vxdisk rm disk_name
For more details on managing volumes, see the Storage Foundation Administrator's Guide.