- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- deactivating the fibre channel adapter in hpunix
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
07-24-2008 08:42 AM
07-24-2008 08:42 AM
deactivating the fibre channel adapter in hpunix
As one of the FC cards connected to hpux server is having some domain change issue, i need to deactivate the FC card.
How to find the defective FC card and how to disable the FC card.
I am new to working with FC card.
Please help me.
thanks and regards,
sanwin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 08:48 AM
07-24-2008 08:48 AM
Re: deactivating the fibre channel adapter in hpunix
What is the issue?
>>"How to find the defective FC card?"
You need to tell the server model and the hardware path of the card.
You deactivate it with fcmsutil, see
man fcmsutil
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 08:50 AM
07-24-2008 08:50 AM
Re: deactivating the fibre channel adapter in hpunix
#echo "map selall info;wait infolog" | cstm
#ioscan -fnCfc
# fcmsutil /dev/fcd0
And then replace the FC card if found defective.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 09:02 AM
07-24-2008 09:02 AM
Re: deactivating the fibre channel adapter in hpunix
The actual issue is the domain id of one of the switch is changed somehow. so the device paths and device IDs are changed in the hpunix servers which are connected to that switch.
so to fix this issue, storage team wants us to deactivate the defective fc card.
please let me know if any additional inputs.
thanks!!
regards,
sanwin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 09:06 AM
07-24-2008 09:06 AM
Re: deactivating the fibre channel adapter in hpunix
I wonder what the deactivation should bring ...
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 09:14 AM
07-24-2008 09:14 AM
Re: deactivating the fibre channel adapter in hpunix
Normally the setup of hpunix here is having two fc cards. Currently they want the hpunix servers to run in only one working HBA card. so that the other FC card is disabled and whatever changes they are doing on the cisco switch will not affect the servers.
regards,
sanwin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 09:22 AM
07-24-2008 09:22 AM
Re: deactivating the fibre channel adapter in hpunix
You can use
fcmsutil
see
http://docs.hp.com/en/B3921-60631/fcmsutil.1M.html
or just pull the cable.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 09:24 AM
07-24-2008 09:24 AM
Re: deactivating the fibre channel adapter in hpunix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 09:38 PM
07-24-2008 09:38 PM
Re: deactivating the fibre channel adapter in hpunix
to disable fc
fcmsutil /dev/td0 or fcd0 disable
to enable
fcmsutil /dev/td0 or fcd0 enable
Regards
Sanjeev