Go to primary content
Oracle® Communications DSR Automated Test Suite (ATS) Installation and User's Guide
Release 8.4
F17134-01
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Configure Oracle Linux VM

Following table explains the procedure to configure Oracle Linux VM:

Table 3-2 Configure Oracle Linux VM

Sl No Procedure Description
1.

Install yum utilities and enable repositories Execute the following commands:
sudo yum install -y yum-utils

sudo yum-config-manager --enable ol7_openstack_extras
sudo yum-config-manager --enable ol7_latest

Note: Configure http_proxy and https_proxy for yum to connect to internet if the server is behind a corporate firewall.

Edit the file /etc/yum.conf to add the proxy url

Configure proper DNS server IPs so that the server is able to connect to the repositories over the internet.

2.

Install Python package manager, network time service and ksh

Install Python package manager pip for linux, install ntp service for configuring time service, install ksh

sudo yum install -y python-pip ntp ksh 

Note: Configure http_proxy and https_proxy for yum to connect to internet if the server is behind a corporate firewall.