- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vmunix: SPT
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
03-06-2006 03:00 AM
03-06-2006 03:00 AM
vmunix: SPT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 03:09 AM
03-06-2006 03:09 AM
Re: vmunix: SPT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 03:11 AM
03-06-2006 03:11 AM
Re: vmunix: SPT
called with invalid device files that minor number is incorrect.
from man scsi_pt, the minor number format for SPT driver is,
minor number = 0xIITL00
II = card instance number
T = SCSI target ID
L = LU number on the SCSI device.
00 = reserved.
major number is 75 so the most likely cause is there are some invalid device files that have correct major number for SPT but incorrect minor number and Omniback or a similar command / backup utility tried to open that device file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 03:38 AM
03-06-2006 03:38 AM
Re: vmunix: SPT
Character Block Driver Class
231 29 schgr autoch
ClasS I H/W Path Driver S/W State
autoch 0 10/0/15/1.0.0 schgr CLAIMED
/dev/rac/c3t0d0
# ll /dev/rac/c3t0d0
crw------- 1 bin sys 231 0x030000 Feb 16 2005 /dev/rac/c3t0d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 03:54 AM
03-06-2006 03:54 AM
Re: vmunix: SPT
One way to find these device nodes is to note that 4d (hex) = 77 (dec) and do a find looking for this:
find /dev -type c -exec ls -l {} \; | awk '{if ($5 == 77) print $0}'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 04:04 AM
03-06-2006 04:04 AM
Re: vmunix: SPT
crw------- 1 root root 77 0x000000 Sep 13 2004 /dev/ipmi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 04:06 AM
03-06-2006 04:06 AM
Re: vmunix: SPT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 04:10 AM
03-06-2006 04:10 AM
Re: vmunix: SPT
http://docs.hp.com/en/B2355-60105/ipmi.7.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 04:14 AM
03-06-2006 04:14 AM
Re: vmunix: SPT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 10:59 PM
04-26-2006 10:59 PM
Re: vmunix: SPT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 03:23 AM
04-27-2006 03:23 AM