- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Tape Drive Cannot be detect by HP-UX
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
04-09-2006 03:44 PM
04-09-2006 03:44 PM
Tape Drive Cannot be detect by HP-UX
i would like install tape drive at my HP-UX server. but it not detected.
i type ioscan -fnC tape but nothing appear.
please help me.
thank's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2006 04:20 PM
04-09-2006 04:20 PM
Re: Tape Drive Cannot be detect by HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2006 05:25 PM
04-09-2006 05:25 PM
Re: Tape Drive Cannot be detect by HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2006 05:42 PM
04-09-2006 05:42 PM
Re: Tape Drive Cannot be detect by HP-UX
# sam -> Kernel Configuration -> Drivers ->
Select stape type space and type tap key, and go Action -> Add Driver(s) to Kernel
After driver "In" reboot your system.
After reboot
# ioscan -fn
# insf
# ioscan -funC tape
have a nice day..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2006 08:07 PM
04-09-2006 08:07 PM
Re: Tape Drive Cannot be detect by HP-UX
#ioscan -fnC tape will not pick up new devices, if drivers are not there especially.
do a full ioscan
#ioscan
This will force a full system scan not a previously cached one.
If the tape drive is picked up but not recognised (unclaimed) then you will have to add the driver in the kernel, do this in sam like previously mentioned.
This will require a reboot!
upon reboot the dev files should be automatically created.
if the drive is seen but has no device files with it then create them with
#insf -e
or
#insf -H hardware path
then your # ioscan -fnC tape will work
Andy