- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tape path
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
01-10-2006 12:56 PM
01-10-2006 12:56 PM
tape path
======================================================================
tape 0 10/1/4/0.3.0 stape CLAIMED DEVICE HP C5683A
/dev/rmt/c3t3d0BEST
how can I see /dev/rmt/0m Hardware Path?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 01:03 PM
01-10-2006 01:03 PM
Re: tape path
try to install the special device file for the tape:
# insf -H 10/1/4/0.3.0
and rescan
# ioscan -fnC tape
to verify if the device files are created.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 01:08 PM
01-10-2006 01:08 PM
Re: tape path
lssf /dev/rmt/0m
However, if your ioscan command shows only one tape drive, then /dev/rmt/0m is meaningless or does not exist. If you add and delete peripheral devices without using rmsf, then new device file names will be automatically created. It doesn't matter what name is used (0m, 1m, 2m, 3m) as long as it points to the tape drive.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 03:00 PM
01-10-2006 03:00 PM
Re: tape path
Dear Zungwon,
If /dev/rmt/0m dosent exist in the system and you need the device name, you can create it using
#mksf
command.
Please check the man page for complete syntax
HtH,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 04:23 PM
01-10-2006 04:23 PM
Re: tape path
Information in H/W Path gives the Hardware path to you.
Or check with,
# lssf /dev/rmt/0m
It will give hardware informations along with others if existing else prompt with error that device is not there.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 04:27 PM
01-10-2006 04:27 PM
Re: tape path
You can use # ioscan -fnC tape and use lssf command with that. For more information, you can refer these threads,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=987722
http://docs.hp.com/en/32650-90484/ch01s01.html
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 11:04 AM
01-11-2006 11:04 AM
Re: tape path
# insf -H 10/1/4/0.3.0
# ioscan -fnC tape
but the result is same,so I reboot system.
and then I t works well
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 07:39 PM
01-11-2006 07:39 PM
Re: tape path
As the device listed in your initial post does have a device file allready linked to it with name /dev/rmt/c3t3d0BEST. The /dev/rmt/0mn may not be necessarily be linked to this device only. If you had some other drive configured at some other hardware address earlier than next device sequence will be assigned to this drive. The sequence should be
/dev/rmt/0m,0mn,0mnB
/dev/rmt/1m,1mn,1mnB
/dev/rmt/2m,2mn,2mnB
/dev/rmt/3m,3mn,3mnB
.
.
.
And so on
But here it seems that the same is not getting associated with it.The same can be resolved. As the device file is allready there I think you should remove device files and then reinsert them using insf.
#rmsf -H 10/1/4/0.3.0
#insf
HTH,
Devender