|
Home > Archive > Unix True 64 > December 2004 > Determining WWPN and WWNN of KGPSA HBA on Tru64 box
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Determining WWPN and WWNN of KGPSA HBA on Tru64 box
|
|
| ajjahagirdar@yahoo.com 2004-12-29, 8:47 pm |
| I am trying to figure out a way of finding wwpn and wwnn on a Compaq
KGPSA-BC HBA hooked on a Tru64 (V5.1) box.
It seems ( unlike Emulex,JNI and QLogic ) Compaq does not support the
SNIA library, its a shame given the fact that Compaq has been acquired
by HP and HP is a so called member of SNIA.
Keeping that topic aside for good.
Is there a way I can find the wwpn and wwnn on the shell prompt, I dont
want to open any GUI window or special configuration console.
I cant find a command or Open Source utility that will do that for me.
Log scraping would be okay but I couldnt see any log files being
written anywhere which would give me the required HBA information.
Any help or pointers to where I get some help will be greatly
appreciated.
Thanks _AJ.
| |
| Russell Vincent 2004-12-30, 2:47 am |
| ajjahagirdar@yahoo.com wrote:
> I am trying to figure out a way of finding wwpn and wwnn on a Compaq
> KGPSA-BC HBA hooked on a Tru64 (V5.1) box.
From 5.1B:
# hwmgr show fibre -ada
For other versions, you can grep for KGPSA in /var/adm/messages.
-Russell
| |
| Adam Price 2004-12-30, 2:47 am |
| On 29 Dec 2004 18:05:10 -0800, ajjahagirdar@yahoo.com wrote:
> I am trying to figure out a way of finding wwpn and wwnn on a Compaq
> KGPSA-BC HBA hooked on a Tru64 (V5.1) box.
> It seems ( unlike Emulex,JNI and QLogic ) Compaq does not support the
> SNIA library, its a shame given the fact that Compaq has been acquired
> by HP and HP is a so called member of SNIA.
> Keeping that topic aside for good.
>
> Is there a way I can find the wwpn and wwnn on the shell prompt, I dont
> want to open any GUI window or special configuration console.
> I cant find a command or Open Source utility that will do that for me.
> Log scraping would be okay but I couldnt see any log files being
> written anywhere which would give me the required HBA information.
>
> Any help or pointers to where I get some help will be greatly
> appreciated.
>
> Thanks _AJ.
Take a look at
hwmgr show scsi -adapter
Seems to have the info you want. You will need to parse it a bit, but it
shouldn't be too hard.
See man page here...
http://h30097.www3.hp.com/docs/base...N8/0488____.HTM
Note that looking at the man page for the 5.1a version of hwmgr suggests
that you may not be able to get this in earlier versions, I don't have any
older boxes here with fibre so I can't tell you for sure.
Adam
| |
| Adam Price 2004-12-30, 2:47 am |
| On Thu, 30 Dec 2004 08:34:18 +0000, Adam Price wrote:
> On 29 Dec 2004 18:05:10 -0800, ajjahagirdar@yahoo.com wrote:
>
>
> Take a look at
> hwmgr show scsi -adapter
> Seems to have the info you want. You will need to parse it a bit, but it
> shouldn't be too hard.
> See man page here...
> http://h30097.www3.hp.com/docs/base...N8/0488____.HTM
> Note that looking at the man page for the 5.1a version of hwmgr suggests
> that you may not be able to get this in earlier versions, I don't have any
> older boxes here with fibre so I can't tell you for sure.
> Adam
Sorry I mean of course hwmgr show fibre -adapter.
Adam
|
|
|
|
|