Modeler ODK Install 17 5 PL6
Modeler ODK Install 17 5 PL6
Modeler ODK Install 17 5 PL6
Choose the platform for your installation: Installation Instructions for OPNET Modeler on Windows Installation Instructions for OPNET Modeler on Linux
NoteAfter installing this release, we strongly recommend that you read the Release Notes in the product documentation. The Release Notes contain important information about new features, enhancements, and significant changes from the previous release. This information might be especially important if you want to use models and files that were created in the previous release.
NoteIf you are upgrading from a release prior to 15.0, you must perform a license file upgrade. For more information, see Riverbed Support.
NoteIf you are installing OPNET Report Server with OPNET Modeler, we recommend that you install and configure Report Server before you install OPNET Modeler. The Report Server installation configures the Report Server port that is referenced when you install OPNET Modeler. For more information, see Report Server Installation Instructions.
If you experience problems viewing and/or navigating the online product documentation, try the following: Configure the browser so that it always accepts cookies. If the text is too small, increase the browser's default font size. To use a different font for the help text, change your browser's default font. If text or graphics become unclear or distorted, use the browsers Refresh option. All online product documentation features (including the display of the current topic and related topics in PDF using Adobe Acrobat) function correctly with the default settings of the tested browsers. If you experience unexpected behavior, restore the browsers default settings.
NoteAfter installing this release, we strongly recommend that you read the Release Notes in the product documentation. The Release Notes contain important information about new features, enhancements, and significant changes from the previous release. This information might be especially important if you want to use models and files that were created in the previous release.
NoteIf you are upgrading from a release prior to 15.0, you must perform a license file upgrade. For more information, see Riverbed Support.
NoteIf you are installing OPNET Report Server with OPNET Modeler, we recommend that you install and configure the Report Server before you install OPNET Modeler. The Report Server installation configures the Report Server port that is referenced when you install OPNET Modeler. For more information, see Report Server Installation Instructions.
Installation Notes
If you are installing OPNET Modeler on a 64-bit Linux platform
You must ensure that the 32-bit version of the following package is installed: xorg-x11 (provides 'libX11.so.6') If this library is not installed, OPNET Modeler might not run and instead may show error messages about missing libraries or files. You can install this package using your system's package manager (such as yum on Fedora or up2date on Red Hat Enterprise Linux). For more information about installing packages, refer to the product documentation for your specific platform. The full package names for these 32-bit versions have suffixes such as .i386 and .i686. To use these files, you might also need to install additional packages as dependencies.
If you are installing OPNET Modeler on Red Hat Enterprise Linux 6
You must ensure that the following packages are installed: glibc.i686 glibc-devel.i686 libX11.i686 libXmu.i686 libXext.i686 libXtst.i686 libXi.i686 libXau.i686 libxcb.i686 xorg-x11-fonts-75dpi.noarch libXrender.i686
Some of the listed packages may be missing, depending upon the Red Hat Enterprise Linux installation options. If any of the listed packages are not installed, OPNET Modeler might not run and will instead show error messages about missing libraries or files. NoteTo use these files, you might also need to install additional packages as dependencies. To check if packages are installed, use your systems package manager. For example, in yum, use the following command:
yum list installed <package name>
For any missing packages, use your systems package manager to install them. For example, you can use the following command in yum:
yum install <package name>
For more information about checking for or installing packages, refer to the product documentation for your specific platform.
# ./<filename>.bin The installer wizard appears and guides you through the installation process. 4.5 When you are prompted to specify the type of licensing system to install, the following might help you decide: Standalone is recommended if you are the only OPNET user. Floating -- access licenses from remote server is the correct choice if you already have an OPNET license server running on a remote machine and you want this installation to get its licenses from that machine. Floating -- serve licenses from this computer is the correct choice if the current machine will be the license server. 4.6 When the installation wizard finishes installing, click Done. 4.7 In the command prompt window, change directories to /tmp to allow the CD/DVD to be ejected. 4.8 Eject the CD/DVD with the eject command. 5 Set the users PATH variable to point to the directory where the OPNET Modeler binary executable files are stored. For example, if you installed OPNET Modeler in the directory /usr/opnet, you would run the following command for csh or tcsh: setenv PATH /usr/opnet/17.5.A/sys/unix/bin:$PATH NoteThe specific command for setting the PATH environment variable might differ, depending on the specific shell you are using. 6 Do step 4.1 through step 4.8 for all installers in the package. NoteMake sure that you install all of the following components before you run OPNET Modeler: Modeler software OPNET Development Kit (only if you have an ODK license) OPNET Model Library OPNET Modeler Documentation End of Procedure IN-3
10
The License Manager appears. 4 Choose Tools > Register New License and follow the on-screen prompts. NoteMore detailed instructions for adding licenses are posted at Riverbed Support (support.riverbed.com). End of Procedure IN-4
11
Procedure IN-5 Installing a Virtual Frame Buffer on the Linux Host 1 Download the Xvfb program from http://www.xfree86.org. You should download the version of Xvfb that corresponds to your X server. 2 Copy Xvfb to the following location on the Linux host: /usr/X11R6/bin 3 Choose a screen that will be dedicated to Xvfb. (NOTEThe following steps assume that screen 1 is chosen.) 4 Create the file /etc/init.d/xvfb that contains the following text: #!/bin/sh mode=$1 case "$mode" in 'start') # start the X Virtual Framebuffer (Xvfb) if [ -f /usr/X11R6/bin/Xvfb ]; then echo "***Starting up the Virtual Frame Buffer on Screen 1***" /usr/X11R6/bin/Xvfb :1 -screen 0 1152x900x8 & fi ;; *)
12
" Usage: " " $0 start (start XVFB)" " $0 stop (stop XVFB - not supported)" 1
esac exit 0 ----5 Create a soft link to a file in the appropriate run-level directory. For example, to make Xvfb execute at run level 5, run the following command: ln -s /etc/init.d/xvfb /etc/rc5.d/S75xvfb 6 Reboot the Linux system. End of Procedure IN-5
Procedure IN-6 Configuring OPNET Modeler to use the Virtual Buffer Display 1 If you have not already done so, perform Procedure IN-5 Installing a Virtual Frame Buffer on the Linux Host on page 12. 2 Start OPNET Modeler. 3 Select Automation > Configure/Run Automation Tasks. 4 Click the "Display Settings" button. 5 Enter the display name for Xvfb. For example, if your host name is "my_local_host" and Xvfb is running on screen 1, you would enter the following string: my_local_host:1 6 Click OK in the Display Settings dialog box, then click OK in the Configure/Run Automation Tasks dialog box. During automated task execution, OPNET Modeler will send its windows to Xvfb. To view the "screen" at any time, you can run the following command: xwd -display :1 -root -out image.xwd End of Procedure IN-6
13
If you experience problems viewing and/or navigating the online product documentation, try the following: Configure the browser so that it always accepts cookies. If the text is too small, increase the browser's default font size. To use a different font for the help text, change your browser's default font. If text or graphics become unclear or distorted, use the browsers Refresh option. All online product documentation features (including the display of the current topic and related topics in PDF using Adobe Acrobat) function correctly with the default settings of the tested browsers. If you experience unexpected behavior, restore the browsers default settings.
14