- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SCSI controller ids with EMC Symmetrix
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 06:29 AM
11-27-2001 06:29 AM
SCSI controller ids with EMC Symmetrix
My past experience with ServiceGuard has been with 2 node clusters using JBOD Jamaicas. On those I set the scsi controllers' id to 7 on one server and to 6 on the other.
Now I've got a Symmetrix. Each server has 3 scsi chains to different scsi directors on the Symm. In other words, I have 6 scsi chains (3 from each HP) to 6 scsi directors on the symm.
Do I still need to change the scsi controllers' id on one server? I wouldn't think so. Seems to me each scsi director is on a seperate scsi chain and the symm does it's magic internally.
Also, can anyone point me towards some good doc on using an EMC symm in a ServiceGuard cluster?
Thanks,
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 06:45 AM
11-27-2001 06:45 AM
Re: SCSI controller ids with EMC Symmetrix
This is a great little document on EMC configuration - it also covers ServiceGuard:
http://europe-support2.external.hp.com/cki/bin/doc.pl/sid=351cfdb800279f90c9/screen=ckiDisplayDocument?docId=200000055334321
Or if your in the US
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=351cfdb800279f90c9/screen=ckiDisplayDocument?docId=200000055334321
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 06:59 AM
11-27-2001 06:59 AM
Re: SCSI controller ids with EMC Symmetrix
The LUN ordering no longer has to be sequential as long as you have the latest patch installed (can't remember the patch number, search the database for 'emc and sequential lun')
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 06:59 AM
11-27-2001 06:59 AM
Re: SCSI controller ids with EMC Symmetrix
<
Are you using a switch to connect to the EMC or is it a direct connection from the Hostadaptor to the EMC ?? Not that it really matters in this case, but it is useful to make note off.
<
Are you using FWscsi or Fibre card to connect to EMC?? I thought FWscsi was almost passe for HA disk connections. If possible, i would suggest moving to PCI fibre cards to hook to the EMCs. (tachlite cards ).
To answer your question: This being a cluster, it is preferable to have both the systems see the EMC similarly.
for eg: A lun being accessed as c10t5d1 on
system 1 should be seen with the same c10t5d1 on system 2.
This is not compulsory, but it helps in ease of maintenance of the system (VG's ) in the future.
How to do it: run ioscan -nfCext_bus and
check whether the cards on both the systems
show similar instance numbers (especially for the scsi connected to EMC). If they are not,
you would need to change them (that's a separate procedure involving changing the ioconfig file).
Once you make sure of this, the rest of the things will fall in place. You should be able to see similar disk paths on both boxes.
Yes, EMC presents lun internally and you don't need to do much about it. (unless you are also running SDR emc tool to present Luns to the system).
<
Using EMC on a non-cluster environment is similar to that of a cluster environment.
The commands to use from the host end would be:
1) symmConsole -> provides GUI layout of emc disk conf . (very useful)
2)syminq (or inq) -> shows the LUNid and size
(useful to go along with ioscan -nkfCdisk and helps in the strategy to define PV's for a volume group)
3) sympd & symdev -> sympd shows what emc devices the system can see.
4) symcfg ls -> shows the Symmid's of the emc to which the host is connected.
All the above commands will be under /opt/emc. (do a find /opt/emc -name bin -type d and include the bin directories in your search path).
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 08:25 AM
11-27-2001 08:25 AM
Re: SCSI controller ids with EMC Symmetrix
Raj, answers to your questions:
Direct connection from host adapter to EMC director.
I have FW scsi.
I agree, it's much easier to manage if the LUNs are presented as the same device path on each server. I've got some work to do there.
Yes, I'm running SDR.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 08:30 AM
11-27-2001 08:30 AM
Re: SCSI controller ids with EMC Symmetrix
Typically what has to be done is re-ordering the instance numbers of the HBAs on the server to match up (thats the 'I' column on a 'ioscan -funC ext_bus')
Let us know if you need more help!
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2001 06:20 AM
11-29-2001 06:20 AM
Re: SCSI controller ids with EMC Symmetrix
Anyone have a "gotcha" I need to look out for?
Thanks,
Darrell