Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SYMCLI command to assign dev to FA port

Status
Not open for further replies.

mpezeur

MIS
Nov 7, 2002
123
0
0
US
I'm unable to use the SDR mapping after upgrading to ECC 5.2 SP3, EMC support is troubleshooting. In the meantime, what is the symcli command to assign a device to an FA port ?
 
Take a look to [tt]symmconfigure[/tt] in the manual.

Cheers.

Chacal, Inc.[wavey]
 
I know you probably already have the answer but here you go anyway.
Create a mapfile with the following syntex

map dev <hyper id> to dir 3B:0 lun=64;
map dev <hyper id> to dir 14B:0 lun=64;

(The above assumes you are multipathing.)

symconfigure -file <filename> preview
symconfigure -file <filename> commit

Hope this helps.

Remember depending on which frame you are using once you get past I think 80% of the luns you will have problems. We have been doing this by command line for about 3-4 years now.

Good luck.

Ray.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top