- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX 11.00, Omniback 3.10, autochanger proble...
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
11-16-2000 07:52 AM
11-16-2000 07:52 AM
HP-UX 11.00, Omniback 3.10, autochanger problems -schgr
I loaded patch PHSS_21643, which sounded like it would fix the problem, but it didn't. I loaded patch PHSS_22167, and since then I can't even get into the 'devices' screen, I just get a red bug with the word 'Error'. Using uma from the command line, I can successfully move the tapes from the drives to the slots & vice versa, provided I take the tape drive offline prior to unloading the drive. I'm using driver 'schgr'. Any ideas? Do I need to load 'spt0' into the kernel (it's not currently). Previous successful server instances I have use /dev/picker and spt, while this one uses /dev/rac/c3t6d0 & schgr. But they also have different types of autochangers. Thanks in advance for any help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2000 09:50 AM
11-16-2000 09:50 AM
Re: HP-UX 11.00, Omniback 3.10, autochanger problems -schgr
KBAN00000190.
This will provide you a document that contains the info in the previous reply.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2001 04:05 PM
01-02-2001 04:05 PM
Re: HP-UX 11.00, Omniback 3.10, autochanger problems -schgr
I currently have a problem with my D-class and a DDS3 autoloader. Your posts so far have helped me a great deal.
You continue to refer to documentation "KBAN00000190"
Thankfully this document is included with the post I am currently replying to. I was wondering how I would normally access this documentation directly (getting to this particular post involved doing a google search on KBAN00000190).
Reading through this documentation I have still hit a brick wall though.
I am running on a D-class with ext_bus being a c720.
I am currently running with all required drivers (sctl, schgr etc).
The picker still doesn't appear in an ioscan.
Ioscan from H8/16
ba 0 8/16 bus_adapter CLAIMED BUS_NEXUS Core I/O Adapter
ext_bus 4 8/16/0 CentIf CLAIMED INTERFACE Built-in Parallel Inter
face
tty 0 8/16/4 asio0 CLAIMED INTERFACE Built-in RS-232C
ext_bus 3 8/16/5 c720 CLAIMED INTERFACE Built-in SCSI
target 17 8/16/5.0 tgt CLAIMED DEVICE
tape 0 8/16/5.0.0 stape CLAIMED DEVICE HP HP35480A
target 18 8/16/5.1 tgt CLAIMED DEVICE
tape 3 8/16/5.1.0 stape CLAIMED DEVICE HP C1537A
target 19 8/16/5.2 tgt CLAIMED DEVICE
disk 2 8/16/5.2.0 sdisk CLAIMED DEVICE TOSHIBA CD-ROM XM-4101T
A
target 20 8/16/5.7 tgt CLAIMED DEVICE
ctl 3 8/16/5.7.0 sctl CLAIMED DEVICE Initiator
lan 0 8/16/6 lan2 CLAIMED INTERFACE Built-in LAN
ps2 0 8/16/7 ps2 CLAIMED INTERFACE Built-in Keyboard/Mouse
Any help would be much appreciated
Glenn Stewart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2001 01:34 AM
01-03-2001 01:34 AM
Re: HP-UX 11.00, Omniback 3.10, autochanger problems -schgr
A tumb rule for drivers:
Which driver to use for the picker:
ext_bus= c700; C720 use sctl
Otherwise spt.
If tape drive is stape, then picker should be sctl.
If tape drive is tape2, use spt.
Glenn, did you try the following command:
insf -e.
Jeff have you tried the following:
mc -p /dev/picker -s S1 -d D1 # Move tape from slot1 to device 1
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2001 01:44 AM
01-03-2001 01:44 AM
Re: HP-UX 11.00, Omniback 3.10, autochanger problems -schgr
The schgr driver is just for diagnostics and ioscan, it's not for controling the picker.
Do you have the driver specified in the kernel e.g:
driver 8/5.7.0 sctl
Testing OBII with the autochanger, use uma:
/opt/omni/lbin/uma -ioctl /dev/picker
move S1 D1
move D1 S1
Have Fun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2001 09:08 AM
01-03-2001 09:08 AM
Re: HP-UX 11.00, Omniback 3.10, autochanger problems -schgr
The following error will accur if you assign the wrong device file to INDEX (medium not present)'
If you can move tape from slot to slot or slot to drive robatic is working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2001 05:57 AM
01-05-2001 05:57 AM
Re: HP-UX 11.00, Omniback 3.10, autochanger problems -schgr
-Jeff