Sponsored Content
Operating Systems AIX How to check if my AIX server has Dual HBA's? Post 302538970 by kah00na on Thursday 14th of July 2011 04:49:01 PM
Old 07-14-2011
You could look at the description of the "lsdev" output as well. Mine say "Dual Port"
Code:
hostname:/:# lsdev -Cc adapter | grep fcs
fcs0    Available 01-00 8Gb PCI Express Dual Port FC Adapter (df1000d222122b15)
fcs1    Available 01-01 8Gb PCI Express Dual Port FC Adapter (df1000d222122b16)
hostname:/:#

You can also see that only the last "T#" is different in the "Hardware Location Code" as shown by the "lscfg" command indicating that they are both located in the same physical location which also points to a dual port adapter.:
Code:
hostname:/:# lscfg -vl fcs0 | grep "Hardware Location Code"
        Hardware Location Code......U55AA.001.XXXX2X5-P1-C4-T1
hostname:/:# lscfg -vl fcs1 | grep "Hardware Location Code"
        Hardware Location Code......U55AA.001.XXXX2X5-P1-C4-T2
hostname:/:#

 

10 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

HBA compatible on Emulex Lightpulse 9000 with IBM 8840 PKU X346 server.

Hi there, does anybody knows/info on compatiblity on Emulex Lightpulse 9000 with IBM 8840 PKU X346 server. Regards. (0 Replies)
Discussion started by: gagasan_makmur
0 Replies

2. AIX

Setting Dual Ip address on LPAR AIX 5.3

Hi Guys, Can somebody help me how to add and activate addtional ip address on AIX. My server is IBM p5-570 i already set ipadress on ent1 ent0 -- 192.168.206.105 ( default ) ent1 -- 192.168.0.89 (additional) i can ping from outside to 192.168.0.89 but i can not telnet or ftp. for... (6 Replies)
Discussion started by: cahyo3074
6 Replies

3. IP Networking

4GB Dual Port HBA

I have one 4GB, dual port HBA. Is each port rated for 4GB, or is it the whole HBA rated for 4GB? Also, how do I determine which is port0 / port1 with "lscfg -vl fcs0" command. Thanks. (0 Replies)
Discussion started by: jwholey
0 Replies

4. AIX

Transferring files from one AIX server to another AIX server in binary mode

Hi, I am a newbie to AIX. We have 2 AIX5.3 servers in our environment, I need to transfer some files in Binary mode from one server to another and some files in ASCII mode from one server to another server. Could you please help me as to how I need to do that? Thanks, Rakesh (4 Replies)
Discussion started by: rakeshc.apps
4 Replies

5. UNIX for Advanced & Expert Users

Shell script to check the SAN dual path.

Hello, I would like to create a shell script which would check whether the hosts have SAN dual path or not. If yes, then I should get a success message, else should get a list of hosts on which SAN dual path is not working. Thanks.. (4 Replies)
Discussion started by: mahive
4 Replies

6. Red Hat

How to Check Memory if Single/Dual/Quad Rank

What command in redhat linux to know your memory if it is single, dual or quad rank. Anyone? (2 Replies)
Discussion started by: Mujakol
2 Replies

7. UNIX for Dummies Questions & Answers

Show HBA WWN on AIX & Linux

Hi all, I have an environment with Aix and Linux severs zoned to tape drives I'd like to list HBAs WWN on my servers which are zoned to the drives. Thanks (1 Reply)
Discussion started by: Sara_84
1 Replies

8. AIX

Need to check long running processes on the database server and the os is AIX

Hello, Please help me with a script with which I can check long running processes on the database server and the os is AIX. Best regards, Vishal (5 Replies)
Discussion started by: Vishal_dba
5 Replies

9. Solaris

How to find port number wwn of particular port on dual port HBA,?

please find the below o/p for your reference bash-3.00# fcinfo hba-port HBA Port WWN: 21000024ff295a34 OS Device Name: /dev/cfg/c2 Manufacturer: QLogic Corp. Model: 375-3356-02 Firmware Version: 05.03.02 FCode/BIOS Version: BIOS: 2.02; fcode: 2.01;... (3 Replies)
Discussion started by: sb200
3 Replies

10. AIX

Replacing HBA in the VIO server

Hi Experts, Kind of embarrassed to ask this , it's been a while I've done this . Can anyone verify below procedure to replace HBA in the VIO server. Many client LPARs are using this HBA for NPIV . Please correct me if I am wrong . Thanks in Advanced Identify the HBA (did that) Unconfigure the... (2 Replies)
Discussion started by: JME2015
2 Replies
gvsdmgr(1M)															       gvsdmgr(1M)

NAME
gvsdmgr - utility to manage HP-UX Mass Storage Virtual HBAs claimed by HPVM Guest AVIO Storage driver (gvsd) SYNOPSIS
DESCRIPTION
is a diagnostic utility to be used for managing virtual HBAs claimed by the GVSD driver. This command provides the ability to retrieve various configuration information, read and clear accumulated statistics of the virtual HBA and connected devices. requires the use of a device file to indicate the interface over which the requested command needs to be performed. Options and Arguments recognizes the following command-line options and arguments: This required argument specifies the device file. This option provides a brief description of the command. This option provides the target hardware path details corresponding to the persistent device file. See intro(7) for information about hardware path and persistent device files. Specifies the command's qualifiers. A command is defined by a set of qualifiers which must be specified after the command name. Each qualifier is proceeded by the option. The supported qualifiers are: (Valid only for the command.) Clears all statistics for the virtual HBA and all target devices. Specifies the target device, where: specifies all targets in the device file. tgt_id specifies a specific target in the device file. Commands recognizes the commands listed below. A command is defined by a set of qualifiers that are specified with the option. All command keywords are case-sensitive. When the command is run without qualifiers, it clears statistics of the virtual HBA represented by device_file. clears all statistics for the virtual HBA and all targets. clears statistics for all targets. clears statistics for a specific target. When the command is run without qualifiers, it returns information about the virtual HBA represented by device_file. Information returned by includes: target id, target path and the target state. shows target information for all targets. If the option is used here, then it displays target path hardware path. shows target information for a specific target. When the command is run without qualifiers, it shows statistics about the virtual HBA represented by device_file. Information returned by includes: per target opens, close, I/O related statistics, and asynchronous event related statistics. shows statistics for all targets. shows statistics for the specified target. Security Restrictions requires superuser privilege for execution. See privileges(5) for more information about privileged access on systems that support fine- grained privileges. EXAMPLES
Display adapter information of the virtual HBA whose device file is Display all target information of the virtual HBA whose device file is Clear statistics for a target with target id of the virtual HBA whose device file is AUTHOR
was developed by HP. SEE ALSO
privileges(5), intro(7). gvsdmgr(1M)
All times are GMT -4. The time now is 07:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy