If you want to use LUN’s larger than 2TB with VXVM on a LINUX host you need to use parted instead of fdiske to create partitions. fdisk is limited to 2TB partitions. The CDS feature is a no-go as well
We assume disk is sdu. Before VxVM can use the disk, it must have a GPT label
# parted /dev/sdu mklabel gpt (the change is instant !!!!)
The default format for vxdisksetup is CDS format, we can’t use so we revert to the old format:
# /etc/vx/bin/vxdisksetup -i sdu format=simple
From here it’s business as usual 😀
Some links to Symantec support pages (will open a new browser window):
(Visited 396 times, 1 visits today)