- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- configuration problem with DLT8000 and DLT818
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-24-2000 08:31 AM
11-24-2000 08:31 AM
We made 2 device files for each DLT autoloader as below.
crw-rw-rw- bin bin 203 0x046000 /dev/dlt818 (for dLT818)
crw-rw-rw- bin bin 203 0x050000 /dev/dltloader (for DLT8000)
But both autoloader does not work by MC command and the UMA utility.
We can see the status by MC command but can not move the DLT tape from slot to drive.
Can someone give me a advice? Thank you.
Chen
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2000 10:30 PM
11-24-2000 10:30 PM
SolutionWhat drivers did you loaded into the kernel? looks like you bound the robot to sctl driver and mc does give you a status. Are you able to manualy move tapes from slot to drive?
If there's an error message with mc or uma please post it. I also assume you've got an stape cumulative patch.
-Denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2000 07:25 AM
11-25-2000 07:25 AM
Re: configuration problem with DLT8000 and DLT818
Does the mc command give an error when it fails to move the tape from slot to drive?
==>when i type mc -p /dev/dlt818 -s S1 -d D1,
it shown a error message as "invalid argument". But i think the command line is corrected.
What drivers did you loaded into the kernel? looks like you bound the robot to sctl driver and mc does give you a status. Are you able to manualy move tapes from slot to drive?
==>Both driver i loaded is sctl driver.
I can manually move tape from slot to drive
on DLT autoloader 818.
If there's an error message with mc or uma please post it. I also assume you've got an stape cumulative patch.
==> There is no error message when i use
uma. It does not show a command prompt.
And mc shown "invalid argument" while i
try to move tape from slot to drive.
chen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2000 04:14 PM
11-25-2000 04:14 PM
Re: configuration problem with DLT8000 and DLT818
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2000 05:39 PM
11-26-2000 05:39 PM
Re: configuration problem with DLT8000 and DLT818
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2000 03:24 AM
11-27-2000 03:24 AM
Re: configuration problem with DLT8000 and DLT818
I think two device files are correct.
Do you think the DLT autoloader are not match the server?
chen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2000 03:27 AM
11-27-2000 03:27 AM
Re: configuration problem with DLT8000 and DLT818
I think two device files are correct.
Do you think the DLT autoloader are not match the server or SCSI card?
chen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2000 03:27 AM
11-27-2000 03:27 AM
Re: configuration problem with DLT8000 and DLT818
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2000 10:15 AM
11-27-2000 10:15 AM
Re: configuration problem with DLT8000 and DLT818
As far as I can tell your device files where created with the right major/minor numbers.
Would you be able to post and attach your /stand/system file? Maybe it'll show us something.
Thanks,
Denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2000 06:09 AM
11-28-2000 06:09 AM
Re: configuration problem with DLT8000 and DLT818
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2000 06:45 AM
11-28-2000 06:45 AM
Re: configuration problem with DLT8000 and DLT818
It looks like the correct drivers are attached, you are just using the wrong major numbers. for example in your ioscan, for the robot device for C6280-8000 you should be able to use "uma" with the following command.
/opt/omni/lbin/uma -ioctl /dev/rac/c4t6d0
once it connects do a "stat" it will show you the status of the drives and slots. You would do the same command for the robot device for C7200-8000.
/opt/omni/lbin/uma -ioctl /dev/rac/c5t0d0
if both of these work with "uma" you can create your device files using the same major numbers as the above "rac" devices when you do your "mknod" for your specific devices.
It should work, I think you're real close.
regards
Eddie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2000 09:36 PM
11-28-2000 09:36 PM
Re: configuration problem with DLT8000 and DLT818
But your advice does make dlt library work.
I donot think the major number of device file is incorrect.
chen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2000 09:06 PM
11-30-2000 09:06 PM
Re: configuration problem with DLT8000 and DLT818
And the problem is that there is a bad patch
in the general bundled patch.
We replaced PHKL_22460 by PHKL_22759, it is
a scsi io patch.
Thank you all persons for your kindness.
chen