- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to see the type of Drive in 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
05-22-2005 11:36 PM
05-22-2005 11:36 PM
Is there any way to find out what type of Drive (Ultrium-1 or 2) that I have in my Tape library from Unix ?
My hardware is rp5470/Hpux 11i/HP Surestore 10/180
What is Ultrium-230? is it ultrium 2 ?
Cheer's
Raneesh Vijayan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2005 11:45 PM
05-22-2005 11:45 PM
Re: How to see the type of Drive in Library
Can suggest two command:
# ioscan -fnC tape
and
# /opt/ignite/bin/print_manifest
This should help.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2005 11:49 PM
05-22-2005 11:49 PM
SolutionUltrium-230 is from 1st generation of ultrium. You can find the generation of ultrium by,
# ioscan -fnC tape
(or)
# mt -t /dev/rmt/0m stat
In the "Drive:" field you can find either it's a ultrium 1 or 2. hope this will help you..
Regards,
Saravanan M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2005 11:50 PM
05-22-2005 11:50 PM
Re: How to see the type of Drive in Library
>>ioscan -fnC tape
Class I H/W Path Driver S/W State H/W Type Description
========================================================================
tape 1 0/3/0/0.97.32.255.1.3.1 stape CLAIMED DEVICE HP Ultrium 2-SCSI
/dev/rmt/1m /dev/rmt/c10t3d1BEST
/dev/rmt/1mb /dev/rmt/c10t3d1BESTb
/dev/rmt/1mn /dev/rmt/c10t3d1BESTn
/dev/rmt/1mnb /dev/rmt/c10t3d1BESTnb
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2005 11:51 PM
05-22-2005 11:51 PM
Re: How to see the type of Drive in Library
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2005 12:07 AM
05-23-2005 12:07 AM
Re: How to see the type of Drive in Library
#ioscan -fnCtape
and also please have a look;
http://search.hp.com/query.html?hpvc=US+-+English&cc=us〈=en&qt=Ultrium+230&la=en
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 01:59 AM
05-24-2005 01:59 AM
Re: How to see the type of Drive in Library
Your replys did help me.
Thanks Guys.
Cheers
Raneesh Vijayan