Unsolved
This post is more than 5 years old
20 Posts
0
346
December 18th, 2008 08:00
Symmetrix Device Mapping without LUN id entry
Hi,
I know this is Stupid Question Is there any way that we can execure symconfigure command with the Maping Text without LUN id
symconfigure -sid XXX -f Mappdevice.cmd commit
Mappdevice.cmd File
map dev 04E:04F to -dir 8C:0 so that the next LUN address would be used like how the SMC and ECC used during the GUI mapping process.
True line
map dev 04E:04F to -dir 8C:0 LUN=04C
I know this is Stupid Question Is there any way that we can execure symconfigure command with the Maping Text without LUN id
symconfigure -sid XXX -f Mappdevice.cmd commit
Mappdevice.cmd File
map dev 04E:04F to -dir 8C:0 so that the next LUN address would be used like how the SMC and ECC used during the GUI mapping process.
True line
map dev 04E:04F to -dir 8C:0 LUN=04C
No Events found!


RajGopal1
20 Posts
0
December 18th, 2008 08:00
Thanks for your Response.
xe2sdc
6 Operator
•
2.8K Posts
0
December 18th, 2008 08:00
AFAIK you have to supply LUN id when you map a symdev .. You can't ask the code to use "the next available LUN" ... It can be tricky to find "the next available LUN" thus it's better if you supply the value after reading "symcfg -sa XX -p P -address -available list"
In case you need. DLA may be of help ..