1834276 Members
2480 Online
110066 Solutions
New Discussion

lvcreate -D

 
SOLVED
Go to solution
Raul_10
Occasional Contributor

lvcreate -D

Does anybody now why my lvcreate binary does not include -D (distributed lvol), I?ve got this patch filesets regarding LVM:

# swlist -l fileset PH* |grep -i lvm

PHCO_18901.LVM-RUN 1.0 LVM.LVM-RUN
# PHCO_19479 1.0 LVM commands cumulative patch
PHCO_19479.LVM-ENG-A-MAN 1.0 LVM.LVM-ENG-A-MAN
PHCO_19479.LVM-RUN 1.0 LVM.LVM-RUN
# PHCO_21630 1.0 LVM commands cumulative patch
PHCO_21630.LVM-ENG-A-MAN 1.0 LVM.LVM-ENG-A-MAN
PHCO_21630.LVM-RUN 1.0 LVM.LVM-RUN
# PHKL_20333 1.0 LVM Cumulative patch
PHKL_20333.LVM-KRN 1.0 LVM.LVM-KRN
# PHKL_20419 1.0 LVM Cumulative patch
PHKL_20419.LVM-KRN 1.0 LVM.LVM-KRN
2 REPLIES 2
Andreas Voss
Honored Contributor

Re: lvcreate -D

Hi,

i have checked my server and have the same patches.
If i type lvcreate i get the useage with the -D option.
What you could check is the /sbin/lvcreate or /usr/sbin/lvcreate for difference.

Regards
Rita C Workman
Honored Contributor
Solution

Re: lvcreate -D

I don't know if this would help...
but isn't it possible that you could turn it back on by using lvchange -D and then an f option to force distributed policy to be turned on to an exisiting lv.

Just a thought,
/rcw