- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Custom Driver Bundles (please help me)
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
01-04-2007 01:08 AM
01-04-2007 01:08 AM
Custom Driver Bundles (please help me)
I need to know firstly if it is possible and secondly, if so how to create a custom driver bundle...
What I want is to take all of the NIC and HBA driver software bundles from the HP-UX 11.xx install / apps CD-ROMs and combine them all into one bundle which I can then burn onto a CD-ROM.
Oh yeah, and the second question is....whats the best way to burn a file to CD for use with HP-UX (I remember copying the Mar 04 Support plus CD for 11.00 once on Easy CD Creator under WinXP, and whenever I mounted the resulting copied CD in a HP9000 server it caused a kernel panic.... I mostly just kept it for lending to people after that.... oh how I laughed....).
Anyway, I eagerly await enlightenment from my fellow HPUX gurus....
Thanks - Lee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2007 01:19 AM
01-04-2007 01:19 AM
Re: Custom Driver Bundles (please help me)
not sure about the driver bundle, but this may help:
http://docs.hp.com/en/5991-5309/5991-5309.pdf
Page 107 "Creating a custom bundle"
For CD creation please see:
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000074246532
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000079996711
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2007 01:25 AM
01-04-2007 01:25 AM
Re: Custom Driver Bundles (please help me)
With regards the creation of a CD-ROM. I need to be able to create the CD on my laptop which is running Windows XP. We don't have any HP-UX machines with CD-RWs. But I need the CD created to be usable on a HP-UX system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2007 01:29 AM
01-04-2007 01:29 AM
Re: Custom Driver Bundles (please help me)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2007 01:53 AM
01-04-2007 01:53 AM
Re: Custom Driver Bundles (please help me)
You will need to create ISO-9660 compatible CD's for HP-UX for best practices.
However to transfer files off of those support plus cd's using swcopy is necessary. That means you need an HP-UX machine.
Thats the supported way of going about it. If you properly mount the cd on a windows box you may be able to burn a proper CD readable by HP-UX.
You might find your options to mount the CD and copy things around are enhanced by using a Linux system for mounting/unmounting.
You can with a PC download the support plus "cd" to a windows or Linux computer from http://itrc.hp.com (support agremment may be needed), and then manipulate it and write a new CD if you use the proper format.
The right way to do it is however with the HP-UX machine.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2007 10:51 PM
01-04-2007 10:51 PM
Re: Custom Driver Bundles (please help me)
What I would do:
swcopy all of the filesets you want on the CD off of the Support CD into one location/depot. This has to be done on a HP-UX machine.
Use mkisofs to generate an ISO-9660 image of the depot. This is done on the HP-UX machine, and use the mkisofs option for RockRidge extensions.
Copy the resultant ISO image file to the PC, using binary mode if using ftp.
Use your PC's burning software to hopefully burn the ISO image onto the media. Not sure about all of the packages out there but I do know the older version of Sonic I use does this without problems.
The resultant CD can be mounted on the HP-UX box using the mount -orr option to get "usable" filenames in place of the ISO-9660 standard 8.3:1 type filenames.
You can get mkisofs off of the net in multiple places, or I believe it's part of the CRTOOLS package at http://software.hp.com.
Good luck.
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2007 11:57 PM
01-04-2007 11:57 PM
Re: Custom Driver Bundles (please help me)
if you want to burn files on a PC and use this CD on a HP-UX system, you should burn in the ISO 9660 Level 2 format (without joliet extensions!). This way you can use up to 31 characters.
Mount it using
mount -F cdfs -o cdcase dev/dsk/cxtxdx /cdrom
or just
mount -o cdcase dev/dsk/cxtxdx /cdrom
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
