Array Setup and Networking
1753675 Members
5184 Online
108799 Solutions
New Discussion

How can I grow a volume from command Line?

 
alimohammad136
Occasional Contributor

How can I grow a volume from command Line?

Hello Experts,

     I am new to the nimble and trying to grow an existing volume from command line. Can someone help me with it.

Current size is 400g and i want to add 50g more to it.

volume name: vol1

   Help would be really appreciated.

Thanks,

2 REPLIES 2
Not applicable

Re: How can I grow a volume from command Line?

Hi,

The simplest way :

1. create volume

vol --create <volume name> --size nnMB --initiatorgrp <initiator group name>

2. resize volune

vol --edit <volume name> --size <New size in MB>

but remember rescan iscsi bus after that and resize file system from the server side.

Dima

alimohammad136
Occasional Contributor

Re: How can I grow a volume from command Line?

Thank You Dmitry, It worked.