Configuring the Feature Card and Preparing for ACSLS Installation
Note:
-
All ACSLS software tasks referenced in the following sections are to be completed by the customer or Oracle Advanced Customer Services, if purchased separately.
-
Feature card configuration scripts provide baseline configuration of the feature card to run ACSLS. ACSLS must be the only application running on the feature card. Other applications may interfere with ACSLS operations.
-
In the steps below that require you to manually edit specific configuration files, you must make a restorable copy of the originals, which will be restored in a later step.
Perform the following tasks to prepare the initialized feature card and its associated feature storage cards for use by ACSLS:
Step 1: Connect User Equipment
Connect your user equipment to the library using one of the options described in User Equipment.
-
If you are using User Equipment Option 1 or have not yet downloaded the ACSLS software bundle onto a flash drive, then proceed with Step 2: Establish a Temporary Connection to the External Network below.
-
If you are using User Equipment Option 2, ensure that you have downloaded the ACSLS software bundle to your laptop or flash drive. Then proceed with Step 4: Extract the ACSLS Feature Card Scripts.
Step 2: Establish a Temporary Connection to the External Network
To establish the network connection:
Step 3: Download the ACSLS Software Bundle
On the feature card, download the latest bundle ACSLS_8.5.1-X.Y_Linux.zip
from the Oracle Software Delivery Cloud website.
This step may require the Firefox browser (already installed on the feature card) or another terminal window to allow the download process to be monitored and guided.
Use the Firefox browser on the feature card to download ACSLS software.
- From your login shell, enter the command
firefox &
.The Firefox browser is displayed on your desktop machine.
- Once Firefox launches, configure your local network proxy preferences:
- Click the open menu icon at the top right of the browser, then select preferences.
- From the menu in the left-hand frame, select Advanced, then Network, then Connection Settings.
- From the pop-up menu, select or define the appropriate proxy for your local network environment.
- Set the download location for the ACSLS software bundle to
/root/Downloads
.- Click the open menu icon at the top right of the browser, then select preferences.
- From the menu in the left-hand frame, select General.
- Under Downloads in the right frame, make sure the Save files to radio button is selected.
- To the right of the radio button, click Browse and select File System from the left-hand frame.
- From the right-hand frame, select the
root
folder, then selectDownloads
, and click the open button at the bottom of the frame.
The display under Downloads should show the selection,
Save files to /root/Downloads
. - In the Firefox browser, navigate to the Oracle Software Delivery Cloud. If the Oracle Cloud is not displayed, navigate to the Oracle Software Delivery Cloud at the following URL and follow the steps listed below.
- Click Sign In.
- Enter the user name and password provided by Oracle support.
- If offered, click Accept on the Export Restrictions screen.
- Select Download Package from the menu.
- Type
ACSLS
in the text box and click Search. - Select the resulting product version you desire, and it will be added to your cart.
- Select Checkout from the upper right to display the Checkout screen.
- Under Platform/Languages, click the menu and select Linux x86-64. Then click Continue.
- On the Oracle Terms and Restrictions Screen, review and accept the terms of the licenses by checking the box and clicking Continue.
- Download your individual packages by clicking on each name.
- Once the ACSLS software download is complete, you must perform the following steps to close the temporary connection and to place the system in the correct state for the remaining configuration steps to succeed:
- Enter the following command to disable the port:
ifdown p4p3
- Restore the original
/etc/resolv.conf
file and remove all copies or backups of it from that directory. - Restore the original
/etc/sysconfig/network-scripts/ifcfg-p4p3
file, and remove all copies or backups of it from that directory.
- Enter the following command to disable the port:
Step 4: Extract the ACSLS Feature Card Scripts
To extract the ACSLS software and associated scripts:
Step 5: Configure the Feature Card for Bond3 Network Connectivity
Note:
The bond3 network is the default network configuration for ACSLS on the feature card. Optionally, you can customize the network configuration settings to suit your network infrastructure.To configure the feature card with the bond3 Customer Network Interface as user root
:
Step 6: Configure the Feature Card with DNS Servers and Other Required Settings
To configure the feature card with your DNS servers:
Step 7: Configure the Feature Card Host Name
The script featureCard_hostname.sh
changes the default host name of the feature card so that host applications can identify through the host name and communicate with ACSLS running on the feature card.
Step 8: Initialize and Configure the Storage Cards
The factory shipped library storage cards require initialization and configuration to be used in conjunction with the feature card. Configuration is specific to the application that is to be installed on the feature card. Do not use an SDP2 storage card configuration script for the ACSLS application, or vice versa. The configuration scripts are unique to the application and will cause faults if used otherwise.To initialize and configure the storage cards using the Feature Card Kit 1 location:
Step 9: Verify Storage Card Configuration
Once the featureCard_acslsStorageManager.sh
script completes, the storage cards are configured. Verify this as follows:
Use df
and the specific ls
command below to verify file system configuration. Output should appear similar to the following:
# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/sdX3 16382888 6755128 8772516 44% / tmpfs 8037336 76 8037260 1% /dev/shm /dev/sdX1 499656 74812 388148 17% /boot /dev/sdX2 65924860 10267712 52285324 17% /u01 /dev/sdX6 16382888 467952 15059692 4% /var /dev/sdY1 47929224 1271936 44215920 3% /bkupa /dev/sdZ1 47929224 1271936 44215920 3% /bkupb /dev/mdN 191986276 3929464 178297736 3% /export # # ls -al /bkupc lrwxrwxrwx 1 root root 10 Sep 24 20:51 /bkupc -> /u01/bkupc #
Note:
-
sdX
,sdY
, andsdZ
, may besda
,sdb
,sdc
,sdd
, or some other name, as determined by Linux.sdX
refers to the SSD on the feature card; and/bkupc
is also located on the SSD.sdY
andsdZ
refer to the hard drives on the storage cards. -
mdN
may bemd1
ormd2
, depending upon whether you have installed the feature card in the Side-A (md1
) or Side-B (md2
) location within the SL4000 Base Card Cage.
Alternatively you might use lsblk
to readily see the partitions and mirrors. For example:
# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sdX 8:0 0 111.8G 0 disk sdX1 8:1 0 512M 0 part /boot sdX2 8:2 0 64G 0 part /u01 sdX3 8:3 0 16G 0 part / sdX4 8:4 0 1K 0 part sdX5 8:5 0 8G 0 part [SWAP] sdX6 8:6 0 16G 0 part /var sdY 8:32 0 558.9G 0 disk sdY1 8:33 0 46.6G 0 part /bkupa sdY2 8:34 0 186.3G 0 part mdN 9:2 0 186.1G 0 raid1 /export sdZ 8:48 0 558.9G 0 disk sdZ1 8:49 0 46.6G 0 part /bkupb sdZ2 8:50 0 186.3G 0 part mdN 9:2 0 186.1G 0 raid1 /export
Note:
In some cases, thefeatureCard_acslsStorageManager.sh
script may need to reconfigure or otherwise perform cleanup, and ask you to reboot. Please reboot as directed. Once the system reboots, open a terminal window and run that script again so it can complete its work. See Step 8: Initialize and Configure the Storage Cards.
The configuration setup leverages the two attached disk drives (/dev/sdY
and /dev/sdZ
in the example above) to do the following:
-
Formats both storage cards, each with a single 200GB partition for ACSLS data.
-
Pairs the two disks into a RAID-1 configuration as device
/dev/md1
(or/dev/md2
). -
Mounts
/dev/md1
(or/dev/md2
) to/export
. -
Mounts the RAID device.
-
Creates two 50GB partitions for assorted backup files,
sdY2
andsdZ2
, including a copy ofACSLS_8.5.1.X.Y_Linux.zip
. -
Creates the directories
/export/home
,/export/backup
,/export/PACKAGE
, and/opt/ACSLS
, if not already present.
Oracle recommends that you label the feature card and the two feature storage cards using an external label. If you remove these components for servicing or other reasons, ensure that you replace them in the locations from which they were removed. Example labels might be:
-
For Feature Card Kit 1: Feature Card Left –Side-A, Storage Card Left 1, Storage Card Left 2
-
For Feature Card Kit 2: Feature Card Right –Side-B, Storage Card Right 1, Storage Card Right 2