- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: tape drive configuration
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-14-2006 08:11 PM
05-14-2006 08:11 PM
tape drive configuration
can any body tell me about the procedure of configuring tape drive in HP-UX 11.11
server is rp8400
with thanks and regards
anith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2006 08:23 PM
05-14-2006 08:23 PM
Re: tape drive configuration
what kind of drive?
# ioscan -fnC tape <-- search for new device
# insf -e <-- install device file
GOOD LUCK!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2006 08:29 PM
05-14-2006 08:29 PM
Re: tape drive configuration
it is normal DDS-4 SCSI interfaced Tape drive
my question is how to reconfigure the kernel by including the driver STAPE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2006 08:30 PM
05-14-2006 08:30 PM
Re: tape drive configuration
if your tape is a DAT check for the stape driver module in the system:
kmsystem -q stape
If it is then connect the tape, and check it with
ioscan -fnCtape
and create the special file with
insf -e
If it isn' t you need to install it with sam.
Then halt the system, connect the tape, power on the tape and restart the server.
ioscan -fnCtape
should show now you the tape.
insf -e
for create the special file
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2006 08:36 PM
05-14-2006 08:36 PM
Re: tape drive configuration
you need reboot for this:
sam --> kernel configuration --> Drivers --> Select stape
Action --> Add driver to kernel
File --> Exit
Create a new kernel now
Move kernel and reboot
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2006 08:36 PM
05-14-2006 08:36 PM
Re: tape drive configuration
if the stape is not loaded, you could use "sam" to load it, then rebuild the kernel and reboot.
SAM --> "kernel configure" --> "driver".
GOOD LUCK!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2006 08:37 PM
05-14-2006 08:37 PM
Re: tape drive configuration
When adding a tape drive, you need to make sure the stape driver is built into the kernel
Easy way:
sam
Kernel Configuration
Drivers
stape In In Driver Static N/A
That means that stape driver is in the kernel
If it says Out. Then its out and you need to change it to in.
This will generate a new kernel and require you to boot the system.
SEP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2006 09:52 PM
05-14-2006 09:52 PM
Re: tape drive configuration
1)kmsystem -q stape
2)SAM - Kernel Configuration - Driver - Enable the Stape parameter
For both its require reboot...
Pls Assign points.Its always welcome
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2006 11:58 PM
05-14-2006 11:58 PM
Re: tape drive configuration
ioscan -kfC tape
This will show all the tape devices on your system. Look at the column marked S/W State. If it says "Claimed" then the driver is in your kernel and it is ready to use. To see the names of the device files associated with this device, use:
ioscan -knfC tape
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2006 12:11 AM
05-15-2006 12:11 AM
Re: tape drive configuration
actually i expected the answer in the form of commands and not sam. any way thank you everybody and i closing this issue