- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Removing devices from ioscan
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
11-26-2002 01:06 AM
11-26-2002 01:06 AM
Someone removed the quantum dlt from a server without shutting it down. The device is still showing in the ioscan and I want to get rid of it. I don't think just a reboot is going to fix the problem - what do I need to do:
# ioscan -funC tape
Class I H/W Path Driver S/W State H/W Type Description
======================================================================
tape 0 8/12.5.0 stape NO_HW DEVICE QUANTUM DLT7000
/dev/rmt/1m /dev/rmt/c0t5d0BEST /dev/rmt/c0t5d0DDS2Cb
/dev/rmt/1mb /dev/rmt/c0t5d0BESTb /dev/rmt/c0t5d0DDS2Cnb
/dev/rmt/1mn /dev/rmt/c0t5d0BESTn
/dev/rmt/1mnb /dev/rmt/c0t5d0BESTnb
regards
Chuck J
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2002 01:11 AM
11-26-2002 01:11 AM
Re: Removing devices from ioscan
or use rmsf.
But rmsf will not work in all cases.
I'll root out a post on this..
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x0aba119c3420d411b66300108302854d,00.html
(yikes)
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2002 01:11 AM
11-26-2002 01:11 AM
Re: Removing devices from ioscan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2002 01:14 AM
11-26-2002 01:14 AM
Solutionhttp://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb5968cc5e03fd6118fff0090279cd0f9,00.html
The posts I've been mentioning are if you want to reclaim that device file again you need to recreate the maps. ie hpux will not use that device file again, unless identical hw has been added in exactly the same hw path.
this is a bit of a pain for disk arrays..
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2002 01:17 AM
11-26-2002 01:17 AM
Re: Removing devices from ioscan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2002 01:20 AM
11-26-2002 01:20 AM
Re: Removing devices from ioscan
for resolve this problem use
the command :
rmsf -a /dev/special file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2002 03:04 AM
11-26-2002 03:04 AM
Re: Removing devices from ioscan
Thanks
Chuck J