- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Bootable CD-ROM
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-14-2002 08:46 AM
03-14-2002 08:46 AM
Bootable CD-ROM
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 08:48 AM
03-14-2002 08:48 AM
Re: Bootable CD-ROM
Check:
http://www.software.hp.com/products/IUX/faq.html
7. media install
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 12:07 AM
03-15-2002 12:07 AM
Re: Bootable CD-ROM
I need to make an bootable CD-ROM and when I have to use it, I want to follow the following steps :
- boot from CD-ROM
- from this CD run an special
executable
- after that we stop the system
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 05:59 AM
03-15-2002 05:59 AM
Re: Bootable CD-ROM
If you start from install and core, you can select "run a recovery shell" so you have a minimal OS.
Is sufficent for you?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 06:24 AM
03-15-2002 06:24 AM
Re: Bootable CD-ROM
You can use the "Expert Recovery" method using the core media. To read through the steps required read the following documentation:
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90749/B2355-90749_top.html&con=/hpux/onlinedocs/B2355-90749/00/00/67-con.html&toc=/hpux/onlinedocs/B2355-90749/00/00/67-toc.html&searchterms=core%20cd%7crecovery%20shell&queryid=20020315-062902
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 07:00 AM
03-15-2002 07:00 AM
Re: Bootable CD-ROM
I think we are on the right way!!! Now the problem is How i can create my own recovery CD and include my executable. In that manner, if I boot the CD, I can load (with lhe "l" menu) my executable and run it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 12:02 PM
03-15-2002 12:02 PM
Re: Bootable CD-ROM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 12:43 PM
03-15-2002 12:43 PM
Re: Bootable CD-ROM
The answer to that is make_medialif. make_medialif creates a bootable LIF image. This image can be copied to either a DDS tape or a writable CD to create an Ignite-UX install media normally, but in your case you could use it to include your executable. You will need to install the ignite software to access it.
To create a boot LIF image using the config file
/home/root/myconfig and placing it in
/home/root/uxinstlf.
make_medialif -f /home/root/myconfig -l /home/root/uxinstlf
Then using a CD writing utility, transfer
/home/root/uxinstlf to a writable CD in raw mode. The resulting CD will be bootable.
The image can be transferred to a raw disk and a system booted from that disk to test out the image before committing it to CD.
See the man page for more details.
Please don't forget to assign points to all of the respondents who took time out to help you with this issue.
Thanks for participating in the forums.
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 06:21 PM
03-15-2002 06:21 PM
Re: Bootable CD-ROM
Take a look at the thread below,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=9d7d5bd903d72b0bb9/screen=ckiDisplayDocument?docId=200000058668908
Hope this helps.
Regds