This post is more than 5 years old
42 Posts
0
1045
May 7th, 2012 07:00
Rescan devices on host
Hello,
I am trying to unmask(make device visible) to a host. I unmask devices using symmask command. Do I need to install the SYMCLI on the host to which I am unmasking the devices? Do I need to run symmask refresh on the host side? or a scsi rescan bus would do the trick? And also it seen that some times it takes time to update db and mask the device to the host. Is there any other command other than symmask refresh, which will update symmetrix database.
Thanks
Pranav
No Events found!
anoopcr
148 Posts
1
May 7th, 2012 08:00
You can manage your storage from a common management host.You have to install the solution enabler in it.And its not necessary to install SE on all host to which the storage providing.
pranav_pune
42 Posts
0
May 7th, 2012 08:00
I know symmask/symconfigure commands for masking and mapping a device to a host.
Now my query is do I need to have the symcli installed on the host to which I am maksing the devices?
Can I unmask/mask devices using another host which is also connected to the same storage array.
I want run scripts from a central host and manage the storage provisioning.
dynamox
9 Legend
•
20.4K Posts
1
May 7th, 2012 08:00
in symmetrix world, masking is actually presenting devices to a host.
Amita2
93 Posts
1
May 7th, 2012 08:00
Yes you can..
Amita2
93 Posts
0
May 7th, 2012 08:00
Hi,
Are you removing or adding devices to host.
Unmask will remove the devices from Host HBA.
"I am trying to unmask(make device visible) to a host."
You can remove the devices using :
symmask -sid SymmID -wwn wwn -dir <#|all> -p <#|all> remove devs SymDevStart:SymDevEnd
For adding the device use:
symmask -sid xxx -wwn wwn -dir all -p all add devs SymDevStart:SymDevEnd
You would need to run: symmask refresh after each of the above commands.
Thanks
Amita
pranav_pune
42 Posts
0
May 7th, 2012 09:00
Ok. Got it Anoop, So I must be able to see the unmasked luns on the host right after the scsis bus rescan.
Ok, let me try this one.