vxresize fails

book

Article ID: 100011314

calendar_today

Updated On:

Description

Error Message

# vxresize –g datadg vol01 +1G

VxVM vxresize ERROR V-5-1-7231 Problem running mkfs command for volume vol01, in diskgroup datadg failed to disable logging

 

Cause

This filesystem is mounted as ‘ufs’.   

Confirm with ‘mount –v’ output:

bash-3.2# mount -v| grep datadg

/dev/vx/dsk/datadg/vol01 on /data type ufs read/write/setuid/devices/rstchown/intr/largefiles/logging/xattr/onerror=panic/dev=4246590 on Wed Dec 11 10:40:40 2013

 

 

Resolution

Use ‘-F ufs’ in the command.

Syntax:

# vxresize –F ufs –g     <+size>

Example:

# vxresize –F ufs –g datadg vol01 +1G

 


Issue/Introduction

vxresize fails with mkfs error