- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: fcmsutil replace_dsk?? Please help!
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
04-20-2005 07:49 AM
04-20-2005 07:49 AM
I have these device files:
/dev/dsk/c14t0d0 (td0) 0/1/0/0
/dev/dsk/c15t0d0 (td1) 0/3/0/0
/dev/dsk/c14t0d1 (td0) 0/1/0/0
/dev/dsk/c15t0d1 (td1) 0/3/0/0
I have done vgreduce to all volume groups so that everything is channeled through c14t0dx and then I disabled the inactive card using fcmsutil /dev/td1 disable.
I unplugged the fibre from card at address 0/3/0/0 and plugged the new cable into it.
When I now re-enable the card at /dev/td1 and ran insf -e but the device files and hardware addresses look the same?? I'm getting a bunch of errors in the syslog saying use fcmsutil with the replace_dsk option.
I was expecting to see the new luns with new device file names.
Can you tell me which step(s) I missed?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2005 07:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2005 08:03 AM
04-20-2005 08:03 AM
Re: fcmsutil replace_dsk?? Please help!
This is what is in the syslog, so it looks like the port ID is 0xef? This will not harm any of the luns/devices going through the other card at /dev/td0??
Apr 20 12:31:17 saifdev vmunix: 0/3/0/0: 'World-wide name' (unique identifier) for device at nport ID 0xef has
Apr 20 12:31:17 saifdev vmunix: changed. If the device has been replaced intentionally, please use the
Apr 20 12:31:17 saifdev vmunix: fcmsutil(1M) command's replace_dsk option to allow the new device to be used.
Apr 20 12:31:17 saifdev vmunix: 0/3/0/0: Fibre Channel Driver detected a parse error in the FLOGI/PLOGI response
Apr 20 12:31:17 saifdev vmunix: returned by nport ID 0xef. FLOGI/PLOGI Fail Code = 0x6.
Apr 20 12:31:17 saifdev vmunix:
Apr 20 12:31:17 saifdev vmunix: 0/3/0/0: Unable to access previously accessed device at nport ID 0xef.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2005 08:18 AM
04-20-2005 08:18 AM
Re: fcmsutil replace_dsk?? Please help!
Use replace_dsk command as mentioned above.
Have a look at this doc for more information
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062908600
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2005 09:23 AM
04-20-2005 09:23 AM
Re: fcmsutil replace_dsk?? Please help!
fcmsutil /dev/td0 replace_dsk 0xef
fcmsutil /dev/td1 replace_dsk 0xef
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2005 09:35 AM
04-20-2005 09:35 AM
Re: fcmsutil replace_dsk?? Please help!
Thanks to the miracle of ISEE a support engineer called right as I was getting ready to do this and we talked through the whole process.