- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to extract products from product CD
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-17-2003 07:08 AM
03-17-2003 07:08 AM
I have an HP software CD. Let's say for example, it's the 1 of 4. I'd like to know how I would be able to extract one of the products from it. (for example, mirror ux, or perl). How would I extract it and also, would I be able to extract code worded products if I have the code word ???
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 07:10 AM
03-17-2003 07:10 AM
Re: How to extract products from product CD
Mount the CD and launch swinstall with the command "swinstall". This will allow you to browse the CD. This will also allow you to unlock products with codewords.
Regards,
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 07:11 AM
03-17-2003 07:11 AM
Re: How to extract products from product CD
mount -o ro /dev/dsk/xxxxxx /cdrom
swinstall -s /cdrom
The codeword has to match the set of CD's that it was produced for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 07:13 AM
03-17-2003 07:13 AM
Re: How to extract products from product CD
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 07:13 AM
03-17-2003 07:13 AM
Re: How to extract products from product CD
Select Actions > Add New Codeword.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 07:14 AM
03-17-2003 07:14 AM
Re: How to extract products from product CD
You add the codewords in one of the menu items.
Mount the cdrom and then use swinstall.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 07:15 AM
03-17-2003 07:15 AM
Re: How to extract products from product CD
You can also mount the cd and do a swlist -s /cdrom. All products on the medium will be displayed but not all will be able to be installed without the proper codeword(s).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 07:21 AM
03-17-2003 07:21 AM
SolutionIf you wan tto have it as a separate depot, basically it's the same procedure that everyone has shown you (especially with the Codeword thing), but instead of using swinstall, you use swcopy, which will create a depot where you want, with that specific(s) product(s).