- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Speedcard
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
Discussions
Discussions
Discussions
Forums
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
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
тАО02-12-2002 05:05 AM
тАО02-12-2002 05:05 AM
Speedcard
Has anyone installed the driver for speedcard in Hp-ux 11i? I can??t find it and I??m getting mad.
Best regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2002 05:33 AM
тАО02-12-2002 05:33 AM
Re: Speedcard
This may be what you are looking for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2002 05:51 AM
тАО02-12-2002 05:51 AM
Re: Speedcard
Then I beleive there were problems creating the /dev/cspci driver on 11.00 especialy if Ignite was involved. It would seem reasonable to think this may be your problem too ?
The following script was used to create them manually
--------------------start of script-----------------------------------
mkdir /dev/cspci major=$(lsdev | grep cspci | tr -s " " | cut -d " " -f 2)
numfiles=256 i=0 while (( i < numfiles )) do
echo "creating file /dev/cspci/cspci${i}"
mknod /dev/cspci/cspci${i} c $major $i (( i = i + 1 )) done
-------------------end of script--------------------------------------
The Speedcard should respond to the csdiag and other applications after
the device files have been created.
Basically ignite uses insf and the swinstall script for the Speedcard relies on mknod, hence they aren't created.
hope this helps but feel free to ignore if I'm way off track on this .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2002 06:54 AM
тАО02-12-2002 06:54 AM
Re: Speedcard
Thanks both. The problem I had is not about installing Speedcard itself the problem is that I don??t found the software for HP-ux 11i although I have all the possible CD??s(perhaps more). I couldn??t find the doc Melvyn said to me, could you specify where it is?
Best regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2002 07:01 AM
тАО02-12-2002 07:01 AM