- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DDS tape change scsi id on hpux 11.31
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
10-28-2008 02:06 AM
10-28-2008 02:06 AM
DDS tape change scsi id on hpux 11.31
with ioscan -fnCtape new device was CLAIMED but if I want to write or read from device I recived cannot open /dev/rmt/0m
How can I do this with out of reboot system??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 02:13 AM
10-28-2008 02:13 AM
Re: DDS tape change scsi id on hpux 11.31
mv /dev/rmt/whatever /dev/rmt/0m
Also do all the associated device files like /dev/rmt/whatevern to /dev/rmt/0mn so that everything is consistent.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 02:14 AM
10-28-2008 02:14 AM
Re: DDS tape change scsi id on hpux 11.31
please check
- the device names reported by your ioscan: is /dev/rmt/0m found here?
- is there medium in the drive?
- does a 'mt -f
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 02:22 AM
10-28-2008 02:22 AM
Re: DDS tape change scsi id on hpux 11.31
Then I did insf -H (new path )
and ioscan -fnCtape to checked new device file and it look ok.
tape 3 0/1/1/1.2.0 stape NO_HW DEVICE HP C5683A for old device
and for new device
tape 0 0/1/1/1.3.0 stape CLAIMED DEVICE HP C5683A
but if I want to use new device file for tape on scsi id 3 which was 3 (claimed )
i got error
cannot open /dev/rmt/0mn
Only rebot can help.How can I fix this witout reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 02:28 AM
10-28-2008 02:28 AM
Re: DDS tape change scsi id on hpux 11.31
Please do
#ioscan -fnCtape
#insf -eC tape
#ioscan -funCtape -- Now you can see the claimed one
Move the rewind and non-rewind device files
like /dev/rmt/xmn /dev/rmt/0mn so on.
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 04:39 AM
10-28-2008 04:39 AM
Re: DDS tape change scsi id on hpux 11.31
Or if u want to use previous device
do rmsf -H on the old path and rerun ioscan and insf again