- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Drivers optical library question
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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
02-13-2003 02:18 AM
02-13-2003 02:18 AM
Drivers optical library question
I have a K570 with install HP-UX 11.00
I have connect a Optical Library but I see the picker UNCLAIMED.
What are the name of the drivers?
Thanks
Filosofo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 02:25 AM
02-13-2003 02:25 AM
Re: Drivers optical library question
# lsdev -d sctl --> note major number
# mknod /dev/picker c MAJOR 0x001000
Regards ...
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 02:38 AM
02-13-2003 02:38 AM
Re: Drivers optical library question
If I execute ioscan -fn i see:
unknown -1 8/4.6.0 UNCLAIMED UNKNOWN HP C1160F
Thanks
Filosofo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 02:47 AM
02-13-2003 02:47 AM
Re: Drivers optical library question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 02:52 AM
02-13-2003 02:52 AM
Re: Drivers optical library question
Trying to access the picker. Need to create devicefile for that:
# lsdev -d sctl
Character Block Driver Class
203 -1 sctl ctl
# mknod /dev/picker c 203 0x056000
05 is instance number of ext_bus (scsi controller), 6 is scsi id of picker
(J1160J)
You should be able to work with the picker device:
# mc -p /dev/picker -q
Vendor ID : HP
Product ID : C1160J
Product Rev : 1.49
Regards ...
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 03:09 AM
02-13-2003 03:09 AM
Re: Drivers optical library question
I have create special file like said you.....
and I execute your command
mc -p /dev/picker -q
I see the following output:
ERROR: No such device or address
sctl is only driver that I must load in the kernel?
Thanks for helps and patient
Filosofo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 03:20 AM
02-13-2003 03:20 AM
Re: Drivers optical library question
# uma -ioctl /dev/robot
/dev/robot> move S1 D1
There exist a other driver which must be used by DDS Autoloaders, called spt:
# lsdev | grep spt
spt 75
# mknod /dev/robot c 75 0x056000
Regards ...
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 03:30 AM
02-13-2003 03:30 AM
Re: Drivers optical library question
minor no: 0xEESL00
EE = Interger No. of the ext_bus
S = SCSI ID of the device
L = LUN of the device
please check if the minor no. you has used is correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 08:55 AM
02-13-2003 08:55 AM
Re: Drivers optical library question
NIO/HPPB use scsi1 or scsi3 for the *interface* driver ("INTERFACE" in ioscan output).
NIO/HPPB should use the spt driver for the picker. See the scsi_pt(7) manual page how to configure this driver, including the required mknod command.
HSC/GSC should use the sctl driver for the picker. See the scsi_ctl(7) manual page how to configure this driver, including the required mknod command.
If you need more help, then post the "ioscan -f -H ..." output where "..." is the harware path of the *interface*.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 09:11 AM
02-13-2003 09:11 AM
Re: Drivers optical library question
I resolve the problem.....you have solve my problem.
I load schgr driver in in kernel.
Thanks for all your helps.
Filo