- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: dmesg error:partially open device
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-25-2003 01:27 AM
03-25-2003 01:27 AM
dmesg error:partially open device
vmunix: SCSI: Attempt to access partially open device -- dev: bc032000
hpux B.11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2003 01:39 AM
03-25-2003 01:39 AM
Re: dmesg error:partially open device
I found the following for you....
Hope this solves your problem.
Periodically on some systems you will see messages like the following appearing
in /var/adm/syslog/syslog.log:
vmunix: SCSI: Attempt to access partially open device --
dev: bc094000
vmunix: SCSI: Attempt to access partially open device --
dev: bc094000
vmunix: SCSI: Attempt to access partially open device --
dev: bc096000
RESOLUTION
The kernel SCSI driver when it opens a device sends the INQUIRY,
START_STOP_UNIT, TEST_UNIT_READY and READ_CAPACITY SCSI commands to start
the device and get the characteristics and the capacity of the device.
If any of the above SCSI commands fail and the device is a raw device the
kernel will print a message like the ones above. This is done so commands
like diskinfo and mediainit can still open devices even though they may not
be ready.
An example would be a CDROM drive without a CDROM in it. For the diskinfo
command some of the SCSI commands will fail because there is no media (e.g.
READ_CAPACITY cannot return the amount of data on the CDROM if there is no
CDROM in the drive) but the INQUIRY command will work (i.e. even if the
CDROM does not have disk in it it will still reply with information to an
INQUIRY command). The mount command will not cause these errors because
the kernel mounts the CDROM, no programs attempt to open the device file.
Disk arrays can also create these messages. Disk arrays can have luns created
that have no device associated with them. See Document A5469587 for
information about this message and EMC BCVs, other disk arrays can also
cause these messages to be seen.
The attempt to access partially open device messages typically do not
indicate any problems that need attention, unless the device being complained
about SHOULD have a real device associated with it. In that case since
the disk array is not reporting some of the information needed by HPUX
the problem would most likely reside in the array.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2003 01:44 AM
03-25-2003 01:44 AM
Re: dmesg error:partially open device
What do partially open device SCSI messages in syslog.log mean? DocId: AUSRCKBRC00000687 Updated: 4/13/00 9:19:43 PM
PROBLEM
Periodically on some systems you will see messages like the following appearing
in /var/adm/syslog/syslog.log:
Jan 11 16:06:01 hp1 vmunix: SCSI: Attempt to access partially open device --
dev: bc094000
Jan 11 16:06:01 hp1 vmunix: SCSI: Attempt to access partially open device --
dev: bc094000
Jan 11 16:06:01 hp1 vmunix: SCSI: Attempt to access partially open device --
dev: bc096000
RESOLUTION
The kernel SCSI driver when it opens a device sends the INQUIRY,
START_STOP_UNIT, TEST_UNIT_READY and READ_CAPACITY SCSI commands to start
the device and get the characteristics and the capacity of the device.
If any of the above SCSI commands fail and the device is a raw device the
kernel will print a message like the ones above. This is done so commands
like diskinfo and mediainit can still open devices even though they may not
be ready.
An example would be a CDROM drive without a CDROM in it. For the diskinfo
command some of the SCSI commands will fail because there is no media (e.g.
READ_CAPACITY cannot return the amount of data on the CDROM if there is no
CDROM in the drive) but the INQUIRY command will work (i.e. even if the
CDROM does not have disk in it it will still reply with information to an
INQUIRY command). The mount command will not cause these errors because
the kernel mounts the CDROM, no programs attempt to open the device file.
Disk arrays can also create these messages. Disk arrays can have luns created
that have no device associated with them. See Document A5469587 for
information about this message and EMC BCVs, other disk arrays can also
cause these messages to be seen.
The attempt to access partially open device messages typically do not
indicate any problems that need attention, unless the device being complained
about SHOULD have a real device associated with it. In that case since
the disk array is not reporting some of the information needed by HPUX
the problem would most likely reside in the array.
*//
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2003 01:45 AM
03-25-2003 01:45 AM
Re: dmesg error:partially open device
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2003 01:48 AM
03-25-2003 01:48 AM
Re: dmesg error:partially open device
bc from lsdev it indicates a disk
bc032000
Then it is c3t2d0 which is a disk which is sending those SCSI status messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2003 05:00 AM
03-25-2003 05:00 AM
Re: dmesg error:partially open device
Have you tried the scsi subsystem patch.
Here is the latest one for 11.0
http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHKL_28496&context=hpux:800:11:00
Hope this helps.
regds