[Q] CLI how to export VV to hosts

Post Reply
sikel
Posts: 2
Joined: Wed Aug 29, 2012 8:00 am

[Q] CLI how to export VV to hosts

Post by sikel »

Hi,

I am new to 3PAR. I started to use it today!

I have created a virtual volume with createvv and would like to export it to a host.

I cannot find the export command to do this.

Does anyone know what it is?


The HELP command is there and 'HELP createvv' provides excellent content.

I thought createvlun would have helped but it seems to create a vlun template only. ( I can do this via the GUI, but the GUI stops a script dead in its tracks ).
Fastjack
Posts: 14
Joined: Wed Jun 20, 2012 5:55 am

Re: [Q] CLI how to export VV to hosts

Post by Fastjack »

createvlun is the correct command to export a volume to a host. As long as the host is not connected to the system, only a vlun-template is created. When the host connects (e.g. via iSCSI) the actual vluns are created automatically.

So just do "createvlun vol_name auto host_name" and you should be set.
sikel
Posts: 2
Joined: Wed Aug 29, 2012 8:00 am

Re: [Q] CLI how to export VV to hosts

Post by sikel »

Fastjack wrote:createvlun is the correct command to export a volume to a host. As long as the host is not connected to the system, only a vlun-template is created. When the host connects (e.g. via iSCSI) the actual vluns are created automatically.

So just do "createvlun vol_name auto host_name" and you should be set.


Thank-you. I shall do this.

Cheers.
Post Reply