Volume Manager does not initialize a LUN greater than 2TB to the full capacity on Red Hat Enterprise Linux

book

Article ID: 100003086

calendar_today

Updated On:

Cause

The "vxdisksetup" utility incorrectly sizes an EFI LUN that is greater than 2TB and does not utilize the full capacity of the LUN.

This issue occurs because the initialization process incorrectly calculates the size of the LUN.

 

Resolution

To resolve the issue, the LUN needs to be labeled using GPT format via the Linux parted command as below

1) # parted /dev/sdh

2) mklabel gpt

3) print

Sample Output: Disk geometry for /dev/sdh: 0kB - 3999GB

4) mkpart primary reiserfs 0 3999G

5) quit

Issue/Introduction

Volume Manager does not initialize a LUN greater than 2TB to the full capacity on Red Hat Enterprise Linux. This is a problem if the LUN is initialized in Volume Manager is using the Simple, Sliced or the Cross-platform Data Sharing (CDS) format .