📄 inst.htm
字号:
<pre># /usr/sbin/pfs_mount /SD_CDROM
</pre>
</li>
<li>
<p>Enter the correct mount point in the <em>Installation</em> dialog box.
</p>
</li>
<li>
<p>Click OK to continue.
</p>
</li>
</ol><a id="i1092816" name="i1092816"></a>
<br /><strong><font face="arial, helvetica, sans-serif">Mounting CD-ROMs for Linux
</font></strong><br />
<p><a id="sthref301" name="sthref301"></a>Mount disk 1 to begin the installation. Mount the subsequent disk or disks when prompted.
</p>
<br /><strong><font face="arial, helvetica, sans-serif">Mounting CD-ROMs for Linux with Auto Mounting Software
</font></strong><br />
<p>If you are using auto mounting software, the CD-ROM is mounted automatically to the directory specified in your auto mount configuration when you insert it into the CD-ROM drive. Proceed to "Oracle Universal Installer" on page 3-10.
</p>
<p>To check if you have auto mounting software, use the following command:
</p>
<pre>$ ps -aux | grep automount
</pre>
<p>If you have auto mounting software, the output must be similar to the following:
</p>
<pre>root 628 0.0 0.2 1148 588 ? S 17:32 0:00 /usr/sbin/automount /misc file /etc/auto.misc
</pre>
<p>In the preceding output, the <code>/etc/auto.misc</code> entry defines the directory under the<code> /misc</code> file where the CD-ROM will be mounted.
</p>
<ul>
<li type="disc">
<p>If the auto mounting software is running and configured properly, the CD-ROM is mounted automatically. Proceed to "Oracle Universal Installer" on page 3-10.
</p>
</li>
<li type="disc">
<p>If no lines are returned, the auto mounting software is not running, and you will have to mount the CD-ROM manually. Proceed to <a href="#i1097340">"Mounting CD-ROMs for Linux Manually"</a>.
</p>
</li>
</ul>
<p>Follow these steps to mount subsequent CD-ROMs:
</p>
<ol type="1" start="1">
<li>
<p>Remove the CD-ROM from the CD-ROM drive by using the following commands:
</p>
<pre>$ cd /
$ eject
</pre>
</li>
<li>
<p>Insert the next CD-ROM into the CD-ROM drive and enter the correct mount point in the <em>Installation</em> dialog box of the Oracle Universal Installer.
</p>
</li>
<li>
<p>Click OK to continue.
</p>
</li>
</ol><a id="i1097340" name="i1097340"></a>
<br /><strong><font face="arial, helvetica, sans-serif">Mounting CD-ROMs for Linux Manually
</font></strong><br />
<p>To mount the Oracle9<em>i</em> CD-ROM manually, use the following steps:
</p>
<ol type="1" start="1">
<li>
<p>Place Oracle9<em>i</em> CD-ROM disk 1 in the CD-ROM drive.
</p>
</li>
<li>
<p>Log in as the <code>root</code> user and, if necessary, create a CD-ROM mount point directory by using the following commands:
</p>
<pre>$ su root
# mkdir <em>cdrom_mount_point_directory</em>
</pre>
</li>
<li>
<p>Mount the CD-ROM drive on the mount point directory by using the following commands:
</p>
<pre># mount <em>options device_name cdrom_mount_point_directory</em>
</pre>
</li>
<li>
<p>Exit the <code>root</code> account.
</p>
<pre># exit
</pre>
</li>
</ol>
<p>If you are unsure of the correct <em><code>device_name</code></em>, consult your system administrator. Typically, the <em><code>device_name </code></em>is <code>/dev/cdrom</code>.
</p>
<p><a href="#i1093789">Example 3-2</a> shows how to mount the CD-ROM manually.
</p><a id="i1093789" name="i1093789"></a><a id="sthref302" name="sthref302"></a>
<div class="example">
<p>
<strong><em><font face="arial, helvetica, sans-serif">Example 3-2 Mounting the Linux CD-ROM Manually
</font></em></strong>
</p>
</div class="example">
<pre>$ su root
# mkdir /cdrom
# mount -t iso9660 /dev/cdrom /cdrom
# exit
</pre>
<p>If you run the Installer while the current working directory is in the CD-ROM, follow these steps to mount the next CD-ROM:
</p>
<ol type="1" start="1">
<li>
<p>Change directory to the root directory of your system and log in as the <code>root</code> user by using the following commands:
</p>
<pre>$ cd /
$ su root
</pre>
</li>
<li>
<p>Unmount the CD-ROM by using the following command:
</p>
<pre># umount <em>cdrom_mount_point_directory</em>
</pre>
</li>
<li>
<p>Remove the CD-ROM from the CD-ROM drive.
</p>
</li>
<li>
<p>Insert the next CD-ROM into the CD-ROM drive and then use the following command to mount it:
</p>
<pre># mount <em>cdrom_mount_point_directory</em>
</pre>
</li>
<li>
<p>Enter the correct mount point in the <em>Installation</em> dialog box of the Oracle Universal Installer.
</p>
</li>
<li>
<p>Click OK to continue.
</p>
</li>
</ol><a id="i1092730" name="i1092730"></a>
<br /><strong><font face="arial, helvetica, sans-serif">Mounting CD-ROMs for Solaris
</font></strong><br />
<p><a id="sthref303" name="sthref303"></a>Mount disk 1 to begin the installation. Mount the subsequent disk or disks when prompted.
</p>
<br /><strong><font face="arial, helvetica, sans-serif">Mounting CD-ROMs for Solaris with Volume Management Software
</font></strong><br />
<p>If you are using Volume Management software (available by default on Solaris), the CD-ROM is mounted automatically to the <code>/cdrom/orcl92010_1</code> directory when you insert it into the CD-ROM drive. Proceed to <a href="#i1097245">"Oracle Universal Installer"</a>.
</p>
<p>To check if you have Volume Management software, use the following command:
</p>
<pre>$ ps -e | grep vold
</pre>
<p>If you have Volume Management software, the output must be similar to the following:
</p>
<pre>404 ? 16:03 vold
</pre>
<ul>
<li type="disc">
<p>If the Volume Management software is running, the CD-ROM is mounted automatically. Use the following commands to unmount subsequent CD-ROMs:
</p>
<pre>$ cd /
$ eject
</pre>
<p>After entering these commands, proceed to <a href="#i1097245">"Oracle Universal Installer"</a>.
</p>
</li>
<li type="disc">
<p>If no lines are returned, then Volume Management software is not running, and you will have to mount the CD-ROM manually. Proceed to <a href="#i1097367">"Mounting CD-ROMs for Solaris Manually"</a>.
</p>
</li>
</ul>
<p>Follow these steps to mount subsequent CD-ROMs:
</p>
<ol type="1" start="1">
<li>
<p>Remove the CD-ROM from the CD-ROM drive by using the following commands:
</p>
<pre>$ cd /
$ eject
</pre>
</li>
<li>
<p>Insert the next CD-ROM into the CD-ROM drive and enter the correct mount point in the <em>Installation</em> dialog box of the Oracle Universal Installer.
</p>
</li>
<li>
<p>Click OK to continue.
</p>
</li>
</ol><a id="i1097367" name="i1097367"></a>
<br /><strong><font face="arial, helvetica, sans-serif">Mounting CD-ROMs for Solaris Manually
</font></strong><br />
<p><a id="sthref304" name="sthref304"></a><a id="sthref305" name="sthref305"></a><a id="sthref306" name="sthref306"></a><a id="sthref307" name="sthref307"></a>Follow these steps to mount the Oracle9<em>i</em> CD-ROM manually:
</p>
<ol type="1" start="1">
<li>
<p>Place Oracle9<em>i</em> CD-ROM disk 1 in the CD-ROM drive.
</p>
</li>
<li>
<p>Log in as the <code>root</code> user and, if necessary, create a CD-ROM mount point directory by using the following commands:
</p>
<pre>$ su root
# mkdir <em>cdrom</em>_<em>mount_point_directory</em>
</pre>
</li>
<li>
<p>Mount the CD-ROM drive on the mount point directory, then exit the <code>root</code> account by using the following commands:
</p>
<pre># mount <em>options device_name cdrom_mount_point_directory</em>
# exit
</pre>
</li>
</ol>
<p>If you are unsure of the correct <em><code>device_name</code></em>, consult your system administrator. Typically, the <em><code>device_name</code></em> is <code>/dev/dsk/c0t6d0s0</code>.
</p>
<p><a href="#i1089580">Example 3-3</a> shows how to mount the CD-ROM manually.
</p><a id="i1089580" name="i1089580"></a><a id="sthref308" name="sthref308"></a>
<div class="example">
<p>
<strong><em><font face="arial, helvetica, sans-serif">Example 3-3 Mounting the Solaris CD-ROM Manually
</font></em></strong>
</p>
</div class="example">
<pre>$ su root
# mkdir /cdrom
# mount -r -F hsfs /dev/dsk/c0t6d0s0 /cdrom
# exit
</pre>
<p>If you run the Installer while the current working directory is in the CD-ROM, follow these steps to mount the next CD-ROM:
</p>
<ol type="1" start="1">
<li>
<p>Change directory to the root directory of your system and log in as the <code>root</code> user by using the following commands:
</p>
<pre>$ cd /
$ su root
</pre>
</li>
<li>
<p>Unmount the CD-ROM by using the following command:
</p>
<pre># umount <em>cdrom_mount_point_directory</em>
</pre>
</li>
<li>
<p>Remove the CD-ROM from the CD-ROM drive.
</p>
<pre>
</pre>
</li>
<li>
<p>Insert and mount the next CD-ROM into the CD-ROM drive by using the following command:
</p>
<pre># mount options device_name <em>cdrom_mount_point_directory</em>
</pre>
</li>
<li>
<p>Enter the correct mount point in the <em>Installation</em> dialog box of the Oracle Universal Installer.
</p>
</li>
<li>
<p>Click OK to continue.
</p>
</li>
</ol><a id="i1092821" name="i1092821"></a>
<br /><strong><font face="arial, helvetica, sans-serif">Mounting CD-ROMs for Tru64
</font></strong><br />
<p>Follow these steps to mount the Oracle9<em>i</em> CD-ROM manually:
</p>
<ol type="1" start="1">
<li>
<p>Place Oracle9<em>i</em> CD-ROM disk 1 in the CD-ROM drive.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -