Hi guys,
I am new to 3par trying to learn as much as possible especially as far as the CLI management of 3par.
I want to export a VV to a set of esxi machines in vcenter. I know can run this command
createvlun FC_R1_DataStore_1 41 host1
How do i build my command so that i can export it to multiple hosts:
I've tried this
createvlun FC_R1_DataStore_1 41 host1,host2,host3
but no luck!
please advice...
howw to export to multple hosts using createvlun
Re: howw to export to multple hosts using createvlun
I think you first need to create a hostset and then export to the hostset
K
K
Re: howw to export to multple hosts using createvlun
Once you build the hosts I would then build host sets and export the lun to the host set, this way if you add hosts to the set it will automatically get all the luns already presented to that set. If you create volume sets I would NOT export the volume set to the host set as that can set you up for problems later on if you delete luns from the volume set and try to add new ones.
- Richard Siemers
- Site Admin
- Posts: 1333
- Joined: Tue Aug 18, 2009 10:35 pm
- Location: Dallas, Texas
Re: howw to export to multple hosts using createvlun
I concur, host set is the way to go, and I double down on what Kluken said with not using both HOST SETS and volume sets.
createhostset MYESXFARM1 host1 host2 host3
createvlun FC_R1_DataStore_1 41 set:MYESXFARM1
createhostset MYESXFARM1 host1 host2 host3
createvlun FC_R1_DataStore_1 41 set:MYESXFARM1
Richard Siemers
The views and opinions expressed are my own and do not necessarily reflect those of my employer.
The views and opinions expressed are my own and do not necessarily reflect those of my employer.