- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: procedure to create a bootable CD-ROM for reco...
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
04-17-2002 11:52 PM
04-17-2002 11:52 PM
All my systems can boot from CD-ROM but not all have a DDS tape drive to create a make_recovery recovery cartridge.
Thanx in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 11:55 PM
04-17-2002 11:55 PM
Solutionsee
http://www.software.hp.com/products/IUX/ faq:
http://www.software.hp.com/products/IUX/faq.html#media
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 12:01 AM
04-18-2002 12:01 AM
Re: procedure to create a bootable CD-ROM for recovery
See this document on page 148
http://docs.hp.com/hpux/pdf/B2355-90738.pdf
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 02:04 AM
04-18-2002 02:04 AM
Re: procedure to create a bootable CD-ROM for recovery
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 02:13 AM
04-18-2002 02:13 AM
Re: procedure to create a bootable CD-ROM for recovery
it's an old question.
follow this link (like the other first this) and you can create it
regards.
Dom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 02:43 AM
04-18-2002 02:43 AM
Re: procedure to create a bootable CD-ROM for recovery
I talk about a link but don't write it !!!!!
heheheheheh
http://europe-support2.external.hp.com/cki/bin/doc.pl/sid=fa143ff90d3875e18e/screen=ckiDisplayDocument?docId=200000058668908
sorry again
regards
dom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 04:30 AM
04-27-2004 04:30 AM
Re: procedure to create a bootable CD-ROM for recovery
Golden Image. I wanted to basically create CD-ROMs that would install the CoreOS,
Quality Pack, Hardware Enablement patch, and a few other things. I wanted to
install from something like the CoreOS CD instead of from a Golden Image. Here is
how I did it.
####################################
Create Depots
####################################
# I pre-created links in the root directory.
# This way the depots are stored on a different mountpoint,
# but the path for the config files is in the root.
make_depots -s /dev/dsk/c0t0d0 -d /core
make_depots -s /ignite/depots/QPK.depot -d /QPK
make_depots -s /ignite/depots/HWE.depot -d /HWE
make_depots -s /ignite/depots/Ignite.depot -d /Ignite
make_depots -s /ignite/depots/OnlineDiag.depot -d /OnlineDiag
make_config -s /core -c /ignite/config/core_cfg
make_config -s /HWE -c /ignite/config/HWE_cfg
make_config -s /QPK -c /ignite/config/QPK_cfg
make_config -s /Ignite -c /ignite/config/Ignite_cfg
make_config -s /OnlineDiag -c /ignite/config/OnlineDiag_cfg
####################################
Edit Config Files
####################################
change source_type from NET to DSK
remove or comment out sd_server =
set change_media=FALSE for core_os, and true for others
Could just set it true for QPK and HWE. We'll be
burning HWE, Ignite, and OnlineDiag to the same CD, and
installing HWE first.
comment out nfs_source (if it is there)
change sd_depot_dir from /xxx/xxx/xxx/depotname to "depotname" w/o leading "/"
change other occurrences of "/depotname" to "depotname".
add load_order for all depots
####################################
Prepare LIF Volume
####################################
# Create the LIF file.
make_medialif -o 64w -v \
-f /opt/ignite/data/Rel_B.11.00/config \
-f /ignite/config/core_cfg \
-f /ignite/config/QPK_cfg \
-f /ignite/config/HWE_cfg \
-f /ignite/config/Ignite_cfg \
-f /ignite/config/OnlineDiag_cfg \
-l /data/ignite/lifvol
# View config
instl_adm -d -F /data/ignite/lifvol
# Save config to a file
instl_adm -d -F /data/ignite/lifvol > /ignite/config/cfg
# Add/change the two variables run_ui, and control_from_server
# run_ui=TRUE
# control_from_server=FALSE
vi /ignite/config/cfg
# Test for syntax
instl_adm -T -f /ignite/config/cfg #Check syntax
instl_adm -d -f /ignite/config/cfg #Check syntax
# Update the LIF with the new cfg
instl_adm -f /ignite/config/cfg -F /data/ignite/lifvol
# Test for syntax
instl_adm -T -F /data/ignite/lifvol #Check syntax
instl_adm -d -F /data/ignite/lifvol #Verify changes
####################################
Make image/cd of first CD with CDFS
####################################
# Before running mkisofs, create /ignite/depots/CD directory.
# Put link in the directory to /core.
mkdir -p /ignite/depots/CD
ln -s /core /ignite/depots/CD/core
# Create the image.
nohup mkisofs -U -d -D -l -f -v -R -r -J -max-iso9660-filenames \
-V CoreOS -o /data/ignite/cdimage1.iso /ignite/depots/CD \
> /data/ignite/mkisofs.log 2>&1 &
tail -n100 -f /data/ignite/mkisofs.log
# Check for errors:
grep ^mkisofs: /data/ignite/mkisofs.log
# Combine the LIF volume, and the ISO image.
/opt/ignite/lbin/instl_combine -F /data/ignite/lifvol \
-C /data/ignite/cdimage1.iso
####################################
Make image/cd of second CD with CDFS
####################################
# Before running mkisofs, create /ignite/depots/CD directory.
# Put link in the directory to /QPK.
# Remove old link, and create a new one.
rm /ignite/depots/CD/*
ln -s /QPK /ignite/depots/CD/QPK
# Create the image.
nohup mkisofs -U -d -D -l -f -v -R -r -J -max-iso9660-filenames \
-V CoreOS -o /data/ignite/cdimage2.iso /ignite/depots/CD \
> /data/ignite/mkisofs.log 2>&1 &
tail -n100 -f /data/ignite/mkisofs.log
# Check for errors:
grep ^mkisofs: /data/ignite/mkisofs.log
####################################
Make image/cd of third CD with CDFS
####################################
# Remove old link, and create a new one.
rm /ignite/depots/CD/*
ln -s /HWE /ignite/depots/CD/HWE
ln -s /Ignite /ignite/depots/CD/Ignite
ln -s /OnlineDiag /ignite/depots/CD/OnlineDiag
# Create the image.
nohup mkisofs -U -d -D -l -f -v -R -r -J -max-iso9660-filenames \
-V CoreOS -o /data/ignite/cdimage3.iso /ignite/depots/CD \
> /data/ignite/mkisofs.log 2>&1 &
tail -n100 -f /data/ignite/mkisofs.log
# Check for errors:
grep ^mkisofs: /data/ignite/mkisofs.log
####################################
Make image/cd of third CD with CDFS
####################################
# Run "cdrecord -scanbus" to find the right numbers for dev=.
cdrecord dev=0,0,0 speed=4 -overburn -v /mnt/hda11/cdimage1.iso
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 08:08 AM
04-27-2004 08:08 AM
Re: procedure to create a bootable CD-ROM for recovery
####################################
Make CDs from Images
####################################
# Run "cdrecord -scanbus" to find the right numbers for dev=.
# Burn CDs. Switch disks between statements.
# Use "-overburn" for 700mb CDs.
cdrecord dev=0,0,0 speed=4 -overburn \
-v /mnt/hda11/cdimage1.iso
cdrecord dev=0,0,0 speed=4 -overburn \
-v /mnt/hda11/cdimage2.iso
cdrecord dev=0,0,0 speed=4 -overburn \
-v /mnt/hda11/cdimage3.iso