- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to configure DAT24*6 autoloader
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
04-05-2001 06:05 PM
04-05-2001 06:05 PM
how to configure DAT24*6 autoloader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2001 06:09 PM
04-05-2001 06:09 PM
Re: how to configure DAT24*6 autoloader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2001 08:23 PM
04-05-2001 08:23 PM
Re: how to configure DAT24*6 autoloader
You have to verify with uma before go further to omniback.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2001 10:17 PM
04-05-2001 10:17 PM
Re: how to configure DAT24*6 autoloader
Look for a documentId KBAN00000190.
This contains the necessary info for setting up tape libraries or tape changers.
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2001 10:25 AM
04-09-2001 10:25 AM
Re: how to configure DAT24*6 autoloader
First thing omniback not always recognize robots devices, so you need to manually write the device file in the text box. `ioscan -fnC autoch` output must say it to you. If the robot is not recognized yet, its driver is not properly configured in hp-ux kernel. To configure it, follow these instructions:
ioscan -fC ext_bus
check if your scsi card uses c720 driver.If
yes, include driver schgr in kernel via sam.
If not, include the lines in /stand/system:
spt
driver spt
And compile the new kernel:
at hp-ux 11.X: cd /stand;mk_kernel -s system;
kmupdate; shutdown -r 0
at 10.X: cd /stand;mk_kernel -o /stand/vmunix -s system; shutdown 0
After rebooting, ioscan -fnC autoch should say the device file for you. If you have problem with autoconfiguration of this device, you can do it manually:
mkdir /dev/scsi
mknod /dev/scsi/3 c
major# you can see via
lsdev | grep -e schgr -e spt
II - scsi card instance number in hexadecimal, see ioscan 2nd column decimal number and convert to hexa;
T - scsi address of robot, usually the same of drive in autoloaders. This number is next to the last in hardware path.
L - logical unit number in target. Equal to 1 in autoloaders. Now you can specify /dev/scsi/3 as the exchanger control device in omniback.
Hope it helps,
Celso