Page 1 of 1

How to export VV to a single host using CLI

Posted: Mon Apr 29, 2013 10:36 am
by Shbasha
Hi,

Please let me know the command to export a VV and multiple VVs to a single host.

Thanks,
Shani

Re: How to export VV to a single host using CLI

Posted: Mon Apr 29, 2013 2:03 pm
by Christian
This should be the command:

xxxx cli% help createvlun

createvlun - Export a virtual volume as a SCSI LUN.

SYNTAX
The syntax for the createvlun command can be one of the following:
Port presents:
createvlun [options] <VV_name | VV_set> <LUN> <node:slot:port>
Host set:
createvlun [options] <VV_name | VV_set> <LUN> <host_set>
Host sees:
createvlun [options] <VV_name | VV_set> <LUN> <host_name>
Matched set:
createvlun [options] <VV_name | VV_set> <LUN> <node:slot:port>
<host_name>
createvlun [options] <VV_name | VV_set> <LUN> <host_name>
<node:slot:port>

DESCRIPTION
The createvlun command creates a VLUN template that enables export of a
virtual volume as a SCSI VLUN to a host or hosts. A SCSI VLUN is created
when the current system state matches the rule established by the VLUN
template.

Re: How to export VV to a single host using CLI

Posted: Thu May 02, 2013 9:44 am
by Shbasha
Thank you,

This works for me