Solaris Commands Question:
Download Questions PDF

How to grow a volume?

Solaris Commands Interview Question
Solaris Commands Interview Question

Answer:

First check how much space you can increase using
#vxassist -g <diskgroup> maxgrow
After checking how much you can increase we can use the
below commands to increase volume
#vxassist -g <diskgroup> growby <volume> <len_to_grow_by>
or
#vxassist -g <diskgroup> growto <volume> <new_len>

Download Solaris Commands Interview Questions And Answers PDF

Previous QuestionNext Question
How to quickly mirror a volume, if the volume is empty?What is the difference between failing and failed disks?