- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Tape Library
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
07-02-2003 03:02 AM
07-02-2003 03:02 AM
How can I change the location of DLT tape on Tape library through command line? Is there any text user interface program that can I use?
Many tnxs in advance :)
Joseph
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 03:06 AM
07-02-2003 03:06 AM
Re: Tape Library
Could you be a bit more specific ( backup product or just tar/cpio)
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 03:09 AM
07-02-2003 03:09 AM
Re: Tape Library
if you want to use built in utlities, there is the command
mc
refer to man mc.
example:
/dev/rac/c1t1d0 is the device file of the robot
mc -p /dev/rac/c1t1d0 -r DS
read status
mc -p /dev/rac/c1t1d0 -s S1 -d D1
move from slot 1 to drive 1
if you have omniback installed there is the free utlity uma.
uma -ioctl /dev/rac/c1t1d0
and then you have a prompt.
command avaiable:
stat : gives you the situaion
move source dest : move the cartdridge.
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 03:09 AM
07-02-2003 03:09 AM
Re: Tape Library
ioscan -fnkC tape
(* ATT Format *)
/dev/rmt/0m (* no compression - with rewind *)
/dev/rmt/0mn (* no comp. - no rewind *)
/dev/rmt/BESTcXtYdZ (* firmware compression *)
/dev/rmt/BESTcXtYdZn (* firm. - no rewind - *)
(* Berkely format *)
/dev/rmt/0mb (* no compression - with rewind *)
/dev/rmt/0mbn (* no comp. - no rewind *)
/dev/rmt/BESTcXtYdZb (* firmware compression *)
/dev/rmt/BESTcXtYdZnb (* firm. - no rewind - *)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 03:11 AM
07-02-2003 03:11 AM
Re: Tape Library
See: man mc
mc - media changer manipulation utility
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 03:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 03:36 AM
07-02-2003 03:36 AM
Re: Tape Library
I am using omniback
Massimo, Enrico, Rainer:
How can I know my special robotic file ?
Attached is the output of ioscan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 03:54 AM
07-02-2003 03:54 AM
Re: Tape Library
autoch 0 0/3/0/0.0.0 schgr CLAIMED DEVICE HP C7200
/dev/rac/c5t0d0
You will need to run sam and add the schgr driver into your kernel, and reboot. After that, the rac device should be available; do an ioscan -fnk to check.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 04:23 AM
07-02-2003 04:23 AM
Re: Tape Library
Is there an impact to my omniback configuration if I add this schgr driver to the kernel? or I need to reconfigure my omniback setting?
Regards
Joseph
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 04:44 AM
07-02-2003 04:44 AM
Re: Tape Library
addind the driver will require a recompile of the kerenl and therefore a reboot.
YOu can use SAM to add the driver.
After that, you will have to change OB config, to reflect the new HW.
Upto now, how did you managed to sue OB/DP without the media changer device ?
It may be the library was previously attacheds to another server, that had the driver in it.
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 05:13 AM
07-02-2003 05:13 AM
Re: Tape Library
Its important that you power down everything and power up in this order:
shutdown -h now
power off tape drive
power off tape library
power on tape drive
power on tape library to full initialization
only after the library is all the way up and can see the driver(s) then,
power on the server
When up:
ioscan -fnkC autoch
It will be normal for the device to be 'UNCLAIMED'.
At this time first try excercise the tape device with a backup, then use 'mc' or 'uma' tape to slot excercises.
To test tape device:
mt -t /dev/rmt/0m stat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 05:22 AM
07-02-2003 05:22 AM
Re: Tape Library
you need add the robotic special file in the Omniback configuration after installed the schgr driver.
Open Omniback interface, go to device and media
window, click in a device->view->properties->control and inset the special file.
But was Omniback alredy configured?
Enrico.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 05:44 AM
07-02-2003 05:44 AM
Re: Tape Library
I am using OB almost a year an half now. I remembered that our ASE created a character file called
/dev/scsi_library 203 0x030000 Nov 28 2001 then she configure our OB. No major error encountered since then.
BTW our system is HPUX 11.00 and we are using HP Sure Store E Tape Library.
Regards,
Joseph
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 05:52 AM
07-02-2003 05:52 AM
Re: Tape Library
you should use:
mc -p /dev/scsi_library -r DS
or
uma -ioctl /dev/scsi_library
HTH,
Massimo