How to export VV to a single host using CLI

Post Reply
Shbasha
Posts: 5
Joined: Mon Feb 18, 2013 6:45 am
Location: Kerala, India

How to export VV to a single host using CLI

Post by Shbasha »

Hi,

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

Thanks,
Shani
Christian
Posts: 77
Joined: Mon Dec 12, 2011 5:08 am

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

Post 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.
Shbasha
Posts: 5
Joined: Mon Feb 18, 2013 6:45 am
Location: Kerala, India

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

Post by Shbasha »

Thank you,

This works for me
Post Reply