Thư viện tri thức trực tuyến
Kho tài liệu với 50,000+ tài liệu học thuật
© 2023 Siêu thị PDF - Kho tài liệu học thuật hàng đầu Việt Nam

Tài liệu đang bị lỗi
File tài liệu này hiện đang bị hỏng, chúng tôi đang cố gắng khắc phục.
Oracle9i Installation Guide phần 5 docx
Nội dung xem thử
Mô tả chi tiết
Installation Mount Options
3-6 Installation Guide
3. Mount the CD-ROM drive on the mount point directory by using the following
commands:
# mount options device_name cdrom_mount_point_directory
4. Exit the root account.
# exit
If you are unsure of the correct device_name, consult your system administrator.
Typically, the device_name is /dev/cdrom.
Example 3–2 shows how to mount the CD-ROM manually.
Example 3–2 Mounting the Linux CD-ROM Manually
$ su root
# mkdir /cdrom
# mount -t iso9660 /dev/cdrom /cdrom
# exit
If you run the Installer while the current working directory is in the CD-ROM,
follow these steps to mount the next CD-ROM:
1. Change directory to the root directory of your system and log in as the root
user by using the following commands:
$ cd /
$ su root
2. Unmount the CD-ROM by using the following command:
# umount cdrom_mount_point_directory
3. Remove the CD-ROM from the CD-ROM drive.
4. Insert the next CD-ROM into the CD-ROM drive and then use the following
command to mount it:
# mount cdrom_mount_point_directory
5. Enter the correct mount point in the Installation dialog box of the Oracle
Universal Installer.
6. Click OK to continue.
Installation Mount Options
Installation 3-7
Mounting CD-ROMs for Solaris
Mount disk 1 to begin the installation. Mount the subsequent disk or disks when
prompted.
Mounting CD-ROMs for Solaris with Volume Management Software If you are
using Volume Management software (available by default on Solaris), the CD-ROM
is mounted automatically to the /cdrom/orcl92010_1 directory when you insert
it into the CD-ROM drive. Proceed to "Oracle Universal Installer" on page 3-10.
To check if you have Volume Management software, use the following command:
$ ps -e | grep vold
If you have Volume Management software, the output must be similar to the
following:
404 ? 16:03 vold
■ If the Volume Management software is running, the CD-ROM is mounted
automatically. Use the following commands to unmount subsequent CD-ROMs:
$ cd /
$ eject
After entering these commands, proceed to "Oracle Universal Installer" on
page 3-10.
■ If no lines are returned, then Volume Management software is not running, and
you will have to mount the CD-ROM manually. Proceed to "Mounting
CD-ROMs for Solaris Manually".
Follow these steps to mount subsequent CD-ROMs:
1. Remove the CD-ROM from the CD-ROM drive by using the following
commands:
$ cd /
$ eject
2. Insert the next CD-ROM into the CD-ROM drive and enter the correct mount
point in the Installation dialog box of the Oracle Universal Installer.
3. Click OK to continue.
Mounting CD-ROMs for Solaris Manually Follow these steps to mount the Oracle9i
CD-ROM manually: