Simulators are available in more than one format. Each simulator image contains full installation instructions in HTML format for reading in a web browser. All of the documentation is also available via FilerView inside your installed and running simulator...
Choose the installation method you intend to use for further instructions
.tgz image| Download Extension | Type | Advantage |
.tgz |
Compressed tar file | Ideal if you are downloading via a Linux host that has a HTML viewer installed |
.iso |
cdrom image | Perfect for burning to a cdrom or mounting as an image in VMware |
.tgz images. The example
below will assume that WinZip is being used..tgz image for the version of Data ONTAP you are
viewing..tgz
image to.Winzip -> Extract
to here."Archive contains one file: <something>.tar
Should WinZip decompress it to a temporary folder and open it?". Click Yes.simulator
will appear in the directory. Navigate into it using Explorer.readme.htm to launch a web browser so you can
read the documentation.simulator directory if you no longer want the documentation
available
via
Windows.(.tgz) file for the version of
Data ONTAP you want to install into a temporary directory..tgz image from your installation directory as follows. If
you have more than one .tgz file in the directory then change the name * to the
correct name you downloaded:
[root@localhost]# tar xvfz *.tgzFile->Open File (as
appropriate for your browser) to read the simulator/readme.htm file,
or you can ask your browser to read directly from the command line. An example
with Mozilla:[root@localhost]# mozilla file://`pwd`/simulator/readme.htm.tgz file. Only do
this if you don't intend on re-installing the simulator from it again.(.iso) for the version
of Data ONTAP you want to install..iso image if you don't intend on burning
another cdrom with it.readme.htm file in the "root" directory
of the cdrom. In our example we'll use Mozilla to read the documentation.
Note that while most Linux flavours use /mnt/cdrom as the mount point you
may need to adjust as appropriate for your installation.[root@localhost /root]# mount /mnt/cdrom
[root@localhost /root]# mozilla file://mnt/cdrom/readme.htm"Configuring
a CD-ROM or DVD-ROM Drive or ISO Image" for further details on
this process.(.iso) file for the version
of Data ONTAP you want to install.readme.htm file in the "root" directory
of the cdrom. In our example we'll use Mozilla to read the documentation.
Note that while most Linux flavours
use /mnt/cdrom as the mount point you may need to adjust as
appropriate for your installation.
[root@localhost /root]# mount /mnt/cdrom
[root@localhost /root]# mozilla file://mnt/cdrom/readme.htm(.iso) file for the version
of Data ONTAP you want to install.man mount
and man losetup for details about how your installation may
use loopback mounts. I'm making a couple of other basic assumptions; /mnt/cdrom
is your normal cdrom mount point, you don't have anything mounted to it
at present, and you only have a single ISO image in your current directory.
Adjust as appropriate.
[root@localhost /root]# mount *.iso /mnt/cdrom -o loop
[root@localhost /root]# mozilla file://mnt/cdrom/readme.htm