Home Linux & Systems Cybersecurity Cloud & DevOps Networks & Infrastructure SIEM & Monitoring DFIR & Threat Intel Development & Other All categories Projects About Tools

Delete an ALUA in VxVM (Veritas Volume Manager)

Leer en espanol
Delete an ALUA in VxVM (Veritas Volume Manager)

Table of contents

We list all the ===

In the previous entry we already saw what VxVM is and how to add a new disk to a volume group, this time we are going to eliminate an ALUA which when trying to perform a rescue gives an error.

We list all the albums

text
/etc/vx/bin/vxlist disk

TY   DEVICE         DISK               DISKGROUP              SIZE       FREE      STATUS

disk aluadisk0_0    dgBINRP2Disk0      dgAPP1                20g         5g        imported

disk aluadisk0_1    dgBINRP2Disk1      dgAPP2                10g         2g        imported

disk aluadisk0_2    dgBINRP2Disk2      dgAPP2                20g         20g       imported

disk aluadisk0_3    auto               –            –           error                sdbg             –

When listing the disks we can verify that we have a problem in one of them, to eliminate it we do it as follows:

text
vxdisk rm aluadisk0_3

All the best.

Comments