- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Device Drivers
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
12-04-2005 11:02 AM
12-04-2005 11:02 AM
I want to know steps for installing a new device(when device drivers are not built into kernel) and configure device drivers for it .
To play around i tried to remove and reconfigure tape drive built into my server. Here are my steps
1) took out "stape" reference from /stand/system and deleted all device files from /dev/rmt.
2) rebooted the server and checked agin "ioscan -funC tape". Still it shows tape drive is configured and CLAIMED.
I had to go to SAM--> Kernel configuration--> Drivers to remove device drivers and later reinstall device drivers.
question
--------
1) What are the sequence of steps SAM is following to do this task.where do we get info on this.
2)If i have to install a new device(say tape/network card etc) whose drivers are not built into kernel what are the steps i have to follow. Are drivers supplied by vendor ?
Vaish
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2005 12:28 PM
12-04-2005 12:28 PM
Re: Device Drivers
Removing device files with rm is never recommended for peripherals. Instead, you must use rmsf to remove devices. rmsf does two things: it will delete the device files but it also removes the kernel's mapping of the device (which connects the driver and the device files).
Once stape is not in your currently running kernel (SAM will show the drivers), ioscan will show the device but no longer claimed (it will show NO DRIVER).
SAM handles new devices pretty much as you've seen but has a complete inventory of drivers and their state (in or out). Then ioscan is used to find all the connected devices. When a new device is located, the insf command is run to create the device files. ioscan has some really useful options:
-k (runs very fast, does not scan new hardware)
-n (shows device files)
-C (list only a clas like disk or tape or lan)
So the steps are:
1. add the driver, regen kernal (if necessary)
2. connect the device and boot up
3. during bootup, insf -e will be run and the device files will be created
Although not recommended, if the driver is already in the kernel, the new device could be connected and powered on. Then ioscan -f run to make sure the device is respoonding with an ID, and run insf -e to add the new device files.
Virtually all drivers for HP-UX are supplied by HP, not the peripheral manufacturers.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2005 01:24 PM
12-04-2005 01:24 PM
Re: Device Drivers
You mentioned :
So the steps are:
1. add the driver, regen kernal (if necessary)
Virtually all drivers for HP-UX are supplied by HP, not the peripheral manufacturers.
I am not bit clear(add the driver) on both you mentioned.Assume if driver is not found in kernel( in SAM if i don't see at all)i assume i have to get the driver from manufacturer and install. Do they come in depot format ?
How we add the driver. I assume just add driver name to /stand/system and recreate kernel will not solve the issue.Do we have to install soemthing(driver) before we add driver name in /stand/system OR we see it from SAM
I am clear if driver is found in kernel but if it not found i am not clear how we install it and in what format we get them to be installed.
Is it granted that any HP compataible hardware will have drivers provided in kernel ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2005 10:54 PM
12-04-2005 10:54 PM
SolutionThe important business peripherals (tape drives, disks, libraries, CDs and DVDs, etc) are mostly industry standard and the HP-UX drivers should work. However, I/O cards are definitely limited in support. Even if there is a PC-style I/O slot, very few cards will actually work. If a manufacturer does actually supply a driver, it is unpredictable as to what format the driver will be supplied. The most likely format is a tar archive, occasionally it will be packaged into a Software Depot form. It will be up to the manufacturer to supply to give you the documentation for the driver's installation.
So all the drivers you need are already on disk, extras just need to be added. SAM is by far the easiest way to find and install drivers. If you feel comfortable generating a new kernel, adding it to /stand/system, generating a new kernel and rebooting will work. Be sure to make backup copies of the old kernel and system file so you can easily revert back to the previous system.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2005 11:51 PM
12-05-2005 11:51 PM