- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Target path (class=tgtpath, instance=8) has go...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО06-06-2011 04:59 AM
тАО06-06-2011 04:59 AM
Target path (class=tgtpath, instance=8) has gone offline
I have received some alert in dmesg.
Target path (class=tgtpath, instance=10) has gone online. The target path h/w path is 2/0/10/1/0/4/1.0x50060e800570f070
class : tgtpath, instance 8
Target path (class=tgtpath, instance=8) has gone offline. The target path h/w path is 2/0/10/1/0/4/0.0x50060e800570f070
class : tgtpath, instance 10
Target path (class=tgtpath, instance=10) has gone offline. The target path h/w path is 2/0/10/1/0/4/1.0x50060e800570f070
It is 11.31 ...i have not worked with 11.31 before. can some one help me ...
REgards,
Ani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2011 05:20 AM
тАО06-06-2011 05:20 AM
Re: Target path (class=tgtpath, instance=8) has gone offline
is that a FC card on the given hw path? It could be anything in the SAN. Check logs on your sanswitch, disk array....
This message means that your server lost connection with the device it was communicating with.
Also make sure that it is not any old message in the dmesg. Compare it with actual /var/adm/syslog/syslog.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2011 05:39 AM
тАО06-06-2011 05:39 AM
Re: Target path (class=tgtpath, instance=8) has gone offline
cause #ioscan -fnH2/0/10/1/0/4/0.0x50060e800570f070
is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2011 05:49 AM
тАО06-06-2011 05:49 AM
Re: Target path (class=tgtpath, instance=8) has gone offline
check "state" column in this command for any disk showing "NO_HW"
1)ioscan -funC disk
Use fcmsutil /dev/fcd0 ( or fcd1 / 2 etc depending on you rfc card ) ,you should see "Driver state = ONLINE".If you have a NO_HW from command 1) above , match the HW path of the NO_HW disk to the fcmsutil of the fiber card to trace problem from SAN side if any.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2011 09:40 PM
тАО06-06-2011 09:40 PM
Re: Target path (class=tgtpath, instance=8) has gone offline
try using:
# ioscan -fnN -H 2/0/10/1/0/4/1
#ioscan -fnN -H 2/0/10/1/0/4/0
or legacy output:
#ioscan -fn -H 2/0/10/1/0/4/1
#ioscan -fn -H 2/0/10/1/0/4/1
As was suggested above, try checking the fcmsutil /dev/fc..X output, depending on which fc card are you using.
#ioscan -kfnC fc to see the DSF's of your fc cards.