Top
ETERNUS SF Express V16.5 / Storage Cruiser V16.5 / AdvancedCopy Manager V16.5 Installation and Setup Guide
FUJITSU Storage

1.1.2 DVD-ROM Contents

The product consists of three DVD-ROM disks.

For Windows

No.

DVD-ROM Name

Contained Contents

1

ETERNUS SF SC/ACM/Express Mediapack for Windows
Manager Program (1/2)

  • ETERNUS SF Manager program for Windows

  • Software Release Guide

2

ETERNUS SF SC/ACM/Express Mediapack for Windows
Manager Program (2/2)

  • ETERNUS SF Manager program for Linux, Solaris

  • Software Release Guide

3

ETERNUS SF SC/ACM/Express Mediapack for Windows
Agent Program & Manual

  • ETERNUS SF Agent program

  • Software Release Guide

  • Online Manuals

For Linux 64 bit

No.

DVD-ROM Name

Contained Contents

1

ETERNUS SF SC/ACM/Express Mediapack for Linux 64bit
Manager Program (1/2)

  • ETERNUS SF Manager program for Windows

  • Software Release Guide

2

ETERNUS SF SC/ACM/Express Mediapack for Linux 64bit
Manager Program (2/2)

  • ETERNUS SF Manager program for Linux, Solaris

  • Software Release Guide

3

ETERNUS SF SC/ACM/Express Mediapack for Linux 64bit
Agent Program & Manual

  • ETERNUS SF Agent program

  • Software Release Guide

  • Online Manuals

For Solaris

No.

DVD-ROM Name

Contained Contents

1

ETERNUS SF SC/ACM Mediapack for Solaris
Manager Program (1/2)

  • ETERNUS SF Manager program for Windows

  • Software Release Guide

2

ETERNUS SF SC/ACM Mediapack for Solaris
Manager Program (2/2)

  • ETERNUS SF Manager program for Linux, Solaris

  • Software Release Guide

3

ETERNUS SF SC/ACM Mediapack for Solaris
Agent Program & Manual

  • ETERNUS SF Agent program

  • Software Release Guide

  • Online Manuals

Concerning Mounting of DVD-ROM Media (For Linux Only)

When mounting the DVD-ROM media of this product manually, specify the iso9660 file system explicitly when executing the mount command.
In command example, the device name of the DVD-ROM drive is mounted as /dev/cdrom. The device name of the DVDROM drive may differ depending on the device.

# mount -t iso9660 -r /dev/cdrom dvdromMountPoint

When automatic mount (autofs) is used for DVD-ROM, specify the iso9660 file system for the /etc/fstab file. Also, for RHEL5 (Intel64), specify "exec" for the mount option.
The following is a description example of the /etc/fstab file for RHEL5 (Intel64).

/dev/cdrom     /mnt             iso9660 exec   0 0

Note

The DVD-ROM media of this product has been created in the UDF Bridge format. For this reason, it is possible to mount as the iso9660 or UDF file system. However, if you mount as the UDF file system, the execution privileges for the execution file may sometimes be removed. In this case, problems such as being unable to execute the installer may occur. Note that, depending on the operating system, the mount specification may sometimes be as shown below. The mount options for the mounted DVD-ROM can be checked by executing the mount command with no argument.

  • If you mount the DVD-ROM using automatic mount, or using the mount command with no file system option, the DVD-ROM is mounted as the UDF file system, Therefore, it is not possible to execute the command on the DVD-ROM.

  • If the automatic mount of the DVD-ROM was performed using the auto mount daemon (autofs) in RHEL5 (Intel64), "noexec" is set for the mount option. Therefore, it is not possible to execute the command on the DVD-ROM.