Sponsored Content
Operating Systems Solaris Few things related to HBA port & fcinfo command Post 302379306 by incredible on Thursday 10th of December 2009 09:39:01 AM
Old 12-10-2009
Just to add-on, I would like to know how to determine HBA card speed on a solaris 9 machine? for solaris 10 fcinfo will help. But for 8 and 9?
Reason being, there is a card faulting on a system and offlines one path. prtdiag shows the path of device in the PCI. But there is no way for me to get the card speed or part number from the explorer. How?

Last edited by incredible; 12-10-2009 at 10:47 AM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

sendmail.cf goes missing & other things

well, I came in today to a raft of messages that users couldn't email from UNIX (HP-UX B.11.23 U i64) /etc/mail/sendmail.cf was missing - just GONE from the directory. Other files were there. mail was successfully sent at 19:48 last night and unsuccessful at 00:10. At least those are times... (5 Replies)
Discussion started by: LisaS
5 Replies

2. 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

3. Solaris

Solaris 10. fcinfo hba-port shows adapter not Found

I understand that fcinfo hba-port should show information(WWN, HBA vendor, etc..) but my result show "No adapter found". If I used grep -i 'version' /var/adm/messages* then I see my installed HBA (QLogic FCode at 2.00.09).. I am wondering why and what I had failed to install? Thanks in advance.... (23 Replies)
Discussion started by: Y4Net
23 Replies

4. AIX

I need command for HBA model & firmware please

Hi All, I have a task to complete on several server, I need advice from u guys,i need to know that , how can i check the following thing in AIX server. 1)HBA vendor, HBA model, HBA driver version & HBA firmware. 2) Multipath software & multipath version. 3) Cluster software & cluster... (2 Replies)
Discussion started by: gulamibrahim
2 Replies

5. Solaris

How to enable hba port of a two port hba card

Hi, i have a two port hba card in solaris 10 system one of which is disabled. How to enable and configure the other port. ---------- Post updated at 08:17 AM ---------- Previous update was at 03:40 AM ---------- please help :( (7 Replies)
Discussion started by: rishiraaz
7 Replies

6. Solaris

Sun Solaris HBA & Driver identification help

Gents, I am new with Solaris and working on couple of Solaris 8 and 9's. 1. ) I am having issues finding which model of HBA is connected to the host. I got a link to kb qlogic com/KanisaPlatform/Publishing/130/10441_f.html But, it is incomplete as read in many places.. Do we have updated... (5 Replies)
Discussion started by: abcd.us786
5 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

AIX & TAR related stuff

This thread is about using tar & other compression utilities on AIX ; 1. Find out which version of tar you are using thanks to bakunin >what $(which tar) /usr/bin/tar: 61 1.14 src/bos/usr/ccs/lib/libc/__threads_init.c, libcthrd, bos53 0 7/11/00 12:04:14 10 ... (21 Replies)
Discussion started by: filosophizer
21 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. Red Hat

Command for viewing hba cards on rhel7

hi all, I am trying to view the hba cards on a rhel7 server (storage says they are there, but I am not seeing them. I tried lspci -nn | grep -i hba lspci |grep qla I tried looking in /sys/class/fc_host.. but it is empty. I am not sure if I am looking in the right spot... (0 Replies)
Discussion started by: gartie
0 Replies
WESTCOS-TOOL(1) 						   OpenSC Tools 						   WESTCOS-TOOL(1)

NAME
westcos-tool - utility for manipulating data structures on westcos smart cards SYNOPSIS
westcos-tool [OPTIONS] DESCRIPTION
The westcos-tool utility is used to manipulate the westcos data structures on 2 Ko smart cards / tokens. Users can create PINs, keys and certificates stored on the card / token. User PIN authentication is performed for those operations that require it. OPTIONS
--change-pin, -n Changes a PIN stored on the card. User authentication is required for this operation. --certificate file, -t file Write certificate file file in PEM format to the card. User authentication is required for this operation. --finalize, -f Finalize the card. Once finalized the default key is invalidated, so PIN and PUK cannot be changed anymore without user authentication. Warning, un-finalized are insecure because PIN can be changed without user authentication (knowledge of default key is enough). --generate-key, -g Generate a private key on the card. The card must not have been finalized and a PIN must be installed (ie. the file for ithe PIN must havei been created, see option -i). By default the key length is 1536 bits. User authentication is required for this operation. --help, -h Print help message on screen. --install-pin, -i Install PIN file in on the card. You must provide a PIN value with -x. --key-length length, -l length Change the length of private key. Use with -g. --overwrite-key, -o Overwrite the key if there is already a key on the card. --pin-value value, -x value Set value of PIN. --puk-value value, -y value set value of PUK (or value of new PIN for change PIN command see -n). --read-file path, -j path Read the file path from the card. The file is written on disk with name path. User authentication is required for this operation. --reader num, -r num Use the given reader. The default is the first reader with a card. --unblock-pin, -u Unblocks a PIN stored on the card. Knowledge of the PIN Unblock Key (PUK) is required for this operation. -v Causes westcos-tool to be more verbose. Specify this flag several times to enable debug output in the OpenSC library. --wait, -w Wait for a card to be inserted. --write-file path, -k path Put the file with name path from disk to card. On the card the file is written in path. User authentication is required for this operation. AUTHORS
westcos-tool was written by Francois Leblanc <francois.leblanc@cev-sa.com>. opensc 06/17/2014 WESTCOS-TOOL(1)
All times are GMT -4. The time now is 07:09 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy