Hi,
Please let me know the command to export a VV and multiple VVs to a single host.
Thanks,
Shani
How to export VV to a single host using CLI
Re: How to export VV to a single host using CLI
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.
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
Thank you,
This works for me
This works for me