A script enabled browser is required for this page to function properly.
Skip to main content
StorageTek Tape Analytics Planning and Installation Guide, Version 1.0.2
E28377-04
Table of Contents Previous Next Index


Installing Linux on the Server : Linux Post-Installation Tasks

Linux Post-Installation Tasks

Set Up the Network Proxy

You can configure the server on which STA is installed to connect to the network directly or through a proxy server. The following procedure demonstrates configuring the network proxy settings with the GNOME windowing environment.

1.

2.

3.
4.

Ensure Proper Setup of yum

Use this procedure to ensure that yum (Yellowdog Updater, Modified) is configured correctly on the STA server. Yum is used for managing software package updates.

1.
# cd /etc/yum.repos.d 
2.
# wget http://public-yum.oracle.com/public-yum-el5.repo 

Note – In the above command, the “l” in “el5” is lowercase L.

Note – Each time you run this command, any existing repository files are copied with an extension added to their filenames. Yum always uses the public-yum-el5.repo file with no extension.

3.
# vi public-yum-el5.repo 
4.
In the file, locate the entry that matches your Linux version, and enable it by setting enabled=1. Disable all other entries by setting enabled=0.

For example (OEL, version 5u6):

[ol5_u6_base]
name=Oracle Linux $releasever - U6 - $basearch - base
baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL5/6/base/$basearch/
gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5
gpgcheck=1
enabled=
1
5.
6.

Ensure Proper Setup of SSH

Use this procedure to ensure that SSH (secure shell) is set up correctly on the STA server. This will speed up transfers of STA database backups to a remote host.

1.
# vi /etc/ssh/sshd_config 
2.
AddressFamily inet
UseDNS no
3.
4.
# service sshd restart
5.

Ensure Availability of Expect

Use this procedure to install or update the Tcp Expect utilities on the STA server. The Expect utilities are required for the STA database backup and restore utilities. The Expect utilities are part of the standard Linux installation, so they should be available on the server as uninstalled packages.

1.
# yum search expect | grep -i ^expect

A listing of expect packages should appear.

2.
# yum install expect

Follow the prompts to install the packages.

Note – If you receive a message indicating that the expect package is already installed and at the latest version, no further action is necessary.

3.

Ensure Availability of net-snmp-utils

The net-snmp-utils package contains a utility (snmpget) useful for troubleshooting library SNMP connections. Use the following procedure to install this package.

Note – SNMP connection troubleshooting is described in the StorageTek Tape Analytics Configuration Guide.

1.
# yum search net-snmp-utils | grep -i ^net-snmp-utils

The package should be listed.

2.
# yum install net-snmp-utils

Follow the prompts to install the package.

Note – If you receive a message indicating that the net-snmp-utils package is already installed and at the latest version, no further action is necessary.

3.

Ensure Local Browser Functionality

The following is optional. If you would like to run the STA application locally on the server, read the information in the following sections.

Note – Oracle does not recommend local access to the STA application due to server performance degradation.

Firefox and Adobe Flash Requirements

To access the STA application locally, you need to ensure you have the following installed:

The recommended version of Oracle Enterprise Linux (5u6) already includes Firefox 3.6, but does not include Flash.

To install and verify Flash, see below.

Install Flash

1.
2.

http://get.adobe.com/flashplayer.

3.
4.
5.
6.
7.
8.
about:plugins

The displayed plugin list should include Shockwave Flash.


Table of Contents Previous Next Index Link to documentation
Copyright © 2012, 2013 Oracle and/or its affiliates. All rights reserved.