Experts:
Below in blue is a crude reprint of a piece of procedure in a RH 11 topic. The numbering is done via multilevel list.
What I'd like to do is make a link to step 10i at the end of step 10 c, such that it will appear as "c. Skip to step i". But I can't find how this is done.
Note that I have a bookmark at the start of step i. However, when I link to the bookmark in step c, it looks like this:
c. Skip to step XREF_13924_g_When_Oracle_11g.
I found I can trim the link text so that just the step number "g" is shown. But note that the step number is "g", not "i". This appears to be because the bookmark was created when the step was "g".
In short, I want the link text to change dynamically if the step of the link target is renumbered, like the way it works in FrameMaker. How can this be done in RH? Is there a DHTML trick of some kind?
Thanks in advance!
-Kurt
9. Review and optionally change the settings you’ve just entered.
10. If you are installing a single-tier system, or the database tier of a multi-tier system, when prompted to insert the Oracle 11g installation DVD, do the following:
a. If you’re installing from a DVD, put the Oracle database/Weblogic DVD in the DVD drive and press Enter.
b. Mount the DVD:
# mount /media/cdrom
c. Skip to step <link_to_step_i.>.
d. If you’re installing from a downloaded ISO file, open another console by holding down the Alt key and pressing the F2 key.
e. Log in as root.
f. Mount the Oracle 11g ISO file:
# cd /u0x/tmp2/
# mount -t iso9660 -o loop x86_64_FULL.iso /media/cdrom
g. Switch back to the first console by holding down the Alt key and pressing the F1 key.
h. In the first console, press Enter to proceed with the Oracle 11g database installation.
i. When Oracle 11g has finished installing, unmount the DVD (or ISO file).
# umount /media/cdrom
(Stay logged in to the second console.)
11. If you are installing a single-tier system, or the application-tier of a multi-tier system, when prompted to insert the Oracle WebLogic server installation DVD, do the following: