How to monitor vxresize to verify it's progress ?

book

Article ID: 100022947

calendar_today

Updated On:

Resolution

There are two ways to monitor the activity of the vxresize task.
 

 
1)  One method is to open another window and periodically issue a df command to view the filesystem specifics.
 

 
for example:
 

 
df -k /mount_point
 
Or
df -h /mount_point

 
2)  Another method is to open another window and periodically issue the command:
 

 
vxtask -l list
 

 
This will list the details of the Volume Manager operation.
 

 

 
 

 

Issue/Introduction

How to monitor vxresize to verify it's progress ?