This post is more than 5 years old
30 Posts
0
2039
November 10th, 2008 11:00
Where can I find the SymCLI guide?
Hi everyone,
Doing a search for "symcli guide" on powerlink didn't turn up anything in the first few pages. I'm trying to find the equivalent commands for the following actions:
1. List available (unmapped/unmasked) devices
2. create a device (optional)
3. form meta from the available devices
4. map the device to the FE port
5. mask the device to the WWN
Thanks
Doing a search for "symcli guide" on powerlink didn't turn up anything in the first few pages. I'm trying to find the equivalent commands for the following actions:
1. List available (unmapped/unmasked) devices
2. create a device (optional)
3. form meta from the available devices
4. map the device to the FE port
5. mask the device to the WWN
Thanks
No Events found!


AmolMahajan
108 Posts
0
November 10th, 2008 12:00
Search for "symmetrix cli"
1. List available (unmapped/unmasked) devices
#symdev -sid xxx -noport list //unmapped
#symmaskdb -sid xxx list no_assignment -dir all // mapped but not masked
2. create a device (optional)
depends on what type of devices you want to create
3. form meta from the available devices
create a file with below content
form meta from dev 123 config_striped, stripe_size=2 cyl;
add dev 124:127 to meta 123; //range depends on size of your meta
run the file with symconfigure
#symconfigure -sid xxx -f abc preview -nop
#symconfigure -sid xxx -f abc commit -nop
4. map the device to the FE port
again create a file with below content
map dev 123 to dir 3c:0 lun=12;
map dev 123 to dir 14c:0 lun=12;
run with symconfigure
#symconfigure -sid xxx -f abcd preview -nop
#symconfigure -sid xxx -f abcd commit -nop
5. mask the device to the WWN
#symmask -sid xxx -wwn 20aad6712c2123 -dir 3c -p 0 add devs 123
#symmask -sid xxx -wwn 20aad6712c2124 -dir 14c -p 0 add devs 123
it was a big task
xe2sdc
6 Operator
•
2.8K Posts
0
November 10th, 2008 12:00
You need to master our "symconfigure" command .. thus you need to build a file (a command file) containing a textual description of what you want to achieve.
2) create dev count=nn, size=XX, config=WW, emulation=ZZ;
3) form meta from dev xxx, config=striped/concatenated; add dev yyy to meta xxx;
4) map dev xxx to dir wwA:0, lun=yyy;
Answer to question number 5 is easier ...
5) symmask -sid yyy -dir wwB -p 0 -wwn yourwwnhere add dev xxx
I guess now you have even more questions then before ..
Don't be shy and drop more questions
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
November 10th, 2008 12:00
xe2sdc
6 Operator
•
2.8K Posts
0
November 10th, 2008 12:00
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
November 10th, 2008 12:00
http://forums.emc.com/forums/thread.jspa?messageID=494160
StorageGuy201
30 Posts
0
November 10th, 2008 12:00
xe2sdc
6 Operator
•
2.8K Posts
0
November 10th, 2008 12:00
xe2sdc
6 Operator
•
2.8K Posts
0
November 10th, 2008 12:00
From Powerlink browse the "Support" area, then point toward "Technical Documentation and Advisories" .. On the left choose "Software ~ S ~ Documentation" and then "Solution Enabler" -> "General Reference". Go straight to "Solutions Enabler Documentation CD 6.5.2 A02" and download the zipfile
Most of the questions you put do have an answer in "EMC Solutions Enabler
Symmetrix Array Controls CLI" manual (PN 300-002-940 REV A05). There are sections regarding device creation, metavolumes management, mapping on frontend and masking. You can find most of the answers in the "Managing Configuration Changes" and "Device Masking" sections.
Answer to your first question is a little more tricky since you can easily find unmapped devices (symdev -noport list) but it's a little bit harder finding unmasked devices. However there are resources here and there .. I can't find right now the thread however someone posted a shell script that found mapped but unmasked devices.
AmolMahajan
108 Posts
0
November 10th, 2008 12:00
This is what I use
#symmaskdb -sid xxx list no_assignment -dir all
or you can "grep" the specfic device.
also just to cross check, go to ECC ->mapped devices _select dev and check for the status "Allocated" or "unallocated" in display window.
correct me if I'm wrong
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
November 10th, 2008 12:00
AmolMahajan
108 Posts
0
November 10th, 2008 12:00
how do you remember old threads???
xe2sdc
6 Operator
•
2.8K Posts
0
November 10th, 2008 12:00
And you need a big memory to go beyond 5000 points
xe2sdc
6 Operator
•
2.8K Posts
0
November 10th, 2008 12:00
that's why it's a little tricky
pappc
1 Rookie
•
52 Posts
0
November 10th, 2008 19:00
If I know what the command is, i.e. symdev, symmask, symrdf, etc., I simply type the command into the search window at the top left of Powerlink. The search results always bring back the appropriate guide. The guides get listed by release date (newest version at top, by default).
So if I do a search on symbcv or symclone I get the SE 6.5 release of Solutions Enabler Symmetrix TimeFinder Family CLI Product Guide at the top and get progressively older releases further down the list.
Hope this helps you in future endeavors in the brain teaser we call Powerlink!
PSE Chris
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
November 10th, 2008 20:00
Home > Support > Technical Documentation and Advisories > Software ~ S ~ Documentation > Solutions Enabler > General Reference