- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Installing kernel Drivers for tape drive fails
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
03-13-2002 06:12 PM
03-13-2002 06:12 PM
I'm trying to install the stape driver from sam->kernel confirguration->drivers on HPUX 11.00. After setting it to "in", building a new kernel and successfully rebooted it, the stape still remains as "out". I've tried to install other drivers as well, but all of them remain as "out" after rebooting.
On top of that, i've tried to add a new tape drive from sam as well. after rebuilding the kernel, the drivers are still reflected as "out".
Does any one know what happens and how to solve it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2002 06:26 PM
03-13-2002 06:26 PM
SolutionNot sure what happened to doing this in SAM. Have you got the latest cumulative SAM patch installed? If not this may help. In the meantime, this how to do it on the command line.
as root
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# vi system (and add "stape" somewhere near the top without the double quotes)
save the file
# /usr/sbin/mk_kernel -s system
# /usr/sbin/kmupdate
Take note of the existing kernel name, vmunix.prev
# cd /
# shutdown -r -y 0
System reboots and you should be ok
HTH
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2002 06:36 PM
03-13-2002 06:36 PM
Re: Installing kernel Drivers for tape drive fails
# cd /stand/build
# /usr/lbin/sysadm/system_prep -v -s system
# kmsystem -S system -c y stape
==> these utilities modify the system file at 11.0
# /usr/sbin/mk_kernel -s ./system
# mv /stand/system /stand/system.prev
# mv /stand/build/system /stand/system
# kmupdate
==> kmupdate automates moving the kernel files into the proper directory
# shutdown -ry 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2002 06:41 PM
03-13-2002 06:41 PM
Re: Installing kernel Drivers for tape drive fails
These could be the patches that your looking for.
SAM Kernel Tunable Parameter Sets(PHSS_20149)
cumulative SAM/ObAM patch(PHCO_23876)
As always make sure that you create a make_recovery tape prior to installing any patch.
# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn (assuming this is your tape drive)
Of course see if you can fix the stape for ther kernel first.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 07:57 AM
03-14-2002 07:57 AM
Re: Installing kernel Drivers for tape drive fails
The thing is that you might not have checked the box "PUT the new kernel in place and overwrite the existing kernel" .
Please try to install the stape driver again select that box and then reboot the server.
This will do.If at your problem remains alive then do following.
You can manually reconfigure the kernel.
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# vi system (and add "stape" at the bottom)and
save the file
# /usr/sbin/mk_kernel -s system
# /usr/sbin/kmupdate
# shutdown -r -y 0
System reboots and you should be ok