- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: command to find eva controllers
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
05-02-2008 01:06 AM
05-02-2008 01:06 AM
command to find eva controllers
My ioscan output give me around 48 controlers.
Is the below command right/
ioscan -fn |grep HSV*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 01:27 AM
05-02-2008 01:27 AM
Re: command to find eva controllers
Look at this thread
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=390686
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 01:54 AM
05-02-2008 01:54 AM
Re: command to find eva controllers
My system is hp-ux 11.23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 03:25 AM
05-02-2008 03:25 AM
Re: command to find eva controllers
What do you mean exactly ? Do you want to list special disk files according to their path to EVA storage ?
You will have to build a script that reconcile output mainly from commands "ioscan" and "fcmsutil". Here is an output of what is possible to do this way :
root@sap00:/opt/cheops/scripts>./liste_eva_special_files
/dev/fcd0, FC card 0/2/1/0 connected to port no 010 on switch san2sw1
c4tXdY : 0/2/1/0.21.0.0.0 -> EVA-CHEOPS / Controller A - FP2, Lun 0 to 127
c13tXdY : 0/2/1/0.21.0.0.1 -> EVA-CHEOPS / Controller A - FP2, Lun 128 to 255
c6tXdY : 0/2/1/0.21.1.0.0 -> EVA-CHEOPS / Controller B - FP2, Lun 0 to 127
c14tXdY : 0/2/1/0.21.1.0.1 -> EVA-CHEOPS / Controller B - FP2, Lun 128 to 255
/dev/fcd1, FC card 0/5/1/0 connected to port no 010 on switch san1sw1
c8tXdY : 0/5/1/0.11.0.0.0 -> EVA-CHEOPS / Controller A - FP1, Lun 0 to 127
c15tXdY : 0/5/1/0.11.0.0.1 -> EVA-CHEOPS / Controller A - FP1, Lun 128 to 255
c10tXdY : 0/5/1/0.11.1.0.0 -> EVA-CHEOPS / Controller B - FP1, Lun 0 to 127
c16tXdY : 0/5/1/0.11.1.0.1 -> EVA-CHEOPS / Controller B - FP1, Lun 128 to 255
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 04:50 AM
05-02-2008 04:50 AM
Re: command to find eva controllers
Is this command right?
# ioscan -fnC fc
Class I H/W Path Driver S/W State H/W Type Description
=================================================================
fc 0 0/2/1/0 fcd CLAIMED INTERFACE HP AB378-60101 4Gb Single Port PCI/PCI-X Fibre Channel Adapter (FC Port 1)
/dev/fcd0
fc 1 0/5/2/0 fcd CLAIMED INTERFACE HP AB378-60101 4Gb Single Port PCI/PCI-X Fibre Channel Adapter (FC Port 1)
/dev/fcd1
Does that mean that this a two single port fc controllers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 05:43 AM
05-02-2008 05:43 AM
Re: command to find eva controllers
Class "fc" just shows local HBA connected to the SAN, not EVA controllers ... In your output, we can see you have two HBA in your HP-UX box.
To have an idea of EVA controllers visible to a given host through ioscan, it is better to use class "ctl" (ioscan -C ctl). But that is just an idea, as you will not be able to tell if given pathes correspond to the same controller or not : remember you have 2 or 4 FC host port connections per controller, depending on the kind of EVA.
If you just want to know how many EVA controllers are visible, IMHO it would be more effective to scan output of "fcmsutil /dev/fcd# get remote all" (fcd# are the drivers returned by "ioscan -C fc"). Look for "Symbolic Name" and "Target Port/Node World Wide Name", you will find valuable informations.
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 06:51 AM
05-02-2008 06:51 AM
Re: command to find eva controllers
http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&cc=us&prodNameId=3439051&prodTypeId=12169&prodSeriesId=471497&swLang=13&taskId=135&swEnvOID=2080