Upgrade procedure of vault/streamer from ver



Installation procedure of vault/streamer for ver.1.5.1.4.0

Important Notes:

1) All server management connections must be network reachable at the time of configuration.

2) There are sample 1.5.1 configuration files in the appendix section for later comparison

NOTE: hostType is either vault or streamer

ethN is management interface (10.22.216.0 network)

ethM is ingest interface (192.168.100.0 network vault only)

High-level Install Procedure

1. Each server will need to have Linux(RedHat Vallhala 7.3) Installed with the CDS kickstart floppy.

2. The CDS Overlay CD will be installed on each server, and server will be rebooted.

3. The CDSM Overlay CD will be installed on the management server, and server will be rebooted.

4. All systems will be configured using the CDSM User Inteface.

Installation Process (Steps).

Install CDSM Overlay and Configure

a. IP the CDSM as user root:

i. Edit /etc/hosts and enter the server’s IP and the server’s name. Make sure you remove any extraneous host names in the line that includes the loopback and localhost entry

ii. Edit /etc/sysconfig/network and put in the proper hostname and gateway

iii. Edit /etc/sysconfig/network-scripts/eth0 and put in the correct values.

b. Edit the .arroyorc file as user isa:

i. Make sure that “self” is set to the right value (3 for CDSM).

ii. Make sure that the group ID and server ID is correct

iii. GroupID must be the same on each server that is in the group

iv. ServerID must be unique – a good practice is to use the last octet of the management IP

v. Make sure that “partno” is correct – for an CDSM it is 1U-SATA-1

vi. Add line to CDSM .arroyorc “nohealth 1”

vii. Make sure that all replication members are declared. Make sure the local machine’s IP address is not in this file!

c. Make sure the web service is running. There should be the command ‘apachectl start’ in the /etc/rc.local. The easiest way to do this is to open a browser and type the CDSM’s IP address into the URL. If the Arroyo CDSM log in page doesn’t come up, start the web service as user root:

1. /arroyo/www/bin/apachectl start

d. If this is the first time the CDSM has been run, execute the following command as user root:

i. /usr/lib/php4/runonce

This will load default values and logins for the CDSM GUI

Install CDS Streamer and Vault

3 Mount the overlay device in the appropriate file system.

Option 1

In order to allow the USB CDROM capability, you should NOT boot in 2.4.19 linux kernel. Instead during boot, you need to select a different kernel to load. In Grub boot selection – Select 2.4.18-3bigmem – this allows USB CDROM

Option 2

Non Lindenhurst machine will be able to mount cdrom with following command.

insmod usb-ohci

mount /dev/cdrom /mnt/cdrom

Option 3

If you have usb stick, then, boot the system with usb stick, when it comes up, mount the file system on /mnt/usbstick or where ever you are comfortable mounting the file system (the following commands may be different):

insmod usb-ohci

mount –t vfat /dev/sda /mnt/usbstick

- edit inst.sh file

vi /mnt/usbstick/inst.sh

:%s/cdrom/usbstick (comd. replace all occurrence of cdrom with usbstick)

:wq (save and exit)

4 Install the overlay contents.

cd /mnt/cdrom (or the file system where overlay information is mounted on)

./inst.sh isa

5 Reboot server

Configure Each Server for management access.

After 1.5.1.1 overlay is completed and a server is rebooted, the serer must be configured so that CDSM 1.5.1.1 can see the server. Following steps will make a server visible to management controller for this cluster.

Once the CDSM is configured and the avsdb database is running you may proceed to prepare each server in the array.

1) Check /etc/rc.local and make sure arroyo software is not yet set to start on boot. Perform this task as user root.

a. vi /etc/rc.local

b. Scroll down into the file and make sure the following lines are commented out:

# /arroyo/test/streamer/run

# su - isa -c "cd /home/isa/IntegrationTest; ./run_isa --handle_orphan_streams >& /home/isa/IntegrationTest/ns_log&"

# /home/stats/statsd -d eth0

2) IP each server as user root:

a. Edit /etc/hosts and enter the server’s IP and the server’s name. Make sure you remove any extraneous host names in the line that includes the loopback and localhost entry

b. Edit /etc/sysconfig/network and put in the proper hostname and gateway

c. Edit the configuration file for the management interface:

i. For Streamers, Vaults and SSV, edit /etc/sysconfig/network-scripts/ifcfg-eth0 make sure it has the proper network settings

3) Edit the .arroyorc file as user root:

a. Make sure that “self” is set to the right value

i. 0 for SSVs

ii. 1 for vaults

iii. 2 for streamers

iv. 3 for controller

b. Make sure that the group ID and server ID is correct

i. GroupID must be the same on each server that is in the group

ii. ServerID must be unique – a good practice is to use the last octet of the management IP

c. Make sure that “partno” is correct change

i. For a 8Gb vault with 4 cache/fill ports: 4U-SATA-12

ii. For a 8Gb vault with 6 cache/fill ports: 4U-SATA-11

iii. For a 16Gb vault with 8 cache/fill ports: 4U-SATA-10

iv. For streamers: 3U-SCSI-10

v. For 2U SSV: 2U-SATA-10 or 2U-SATA-11

vi. For CDSMs: 1U-SATA-1

d. Make sure the management interface declaration is present and correct:

i. For streamers and vaults and ssv – management eth0

e. Make sure that all replication members are declared, including the CDSM. Make sure the local machine’s IP address is not in this file!

f. Back up all these files along with the setup file as user root:

i. cd /etc/sysconfig/network-scripts

ii. mkdir backup

iii. cd backup

iv. cp ../ifcfg-* .

v. cp ../../network .

vi. cp /etc/hosts .

vii. mkdir streamer ; for vaults, mkdir vault

viii. cp $streamer/* streamer ; for vaults, cp $vault/* vault

ix. cp /home/isa/.arroyorc .

4) Start up the database on the CDSM and load skeleton values for the ISA environment.

a. Switch user to isa

i. su – isa

b. Change directory to the Berkeley database directory:

i. cddb

c. Run the add_isa_env_objects script

i. ./add_isa_env_objects

The ISA environment values do not need to be correct at this time. We will use the CDSM GUI later in this document to insert the correct values.

d. Make sure the values were inserted. Run bsql and check them.

a. su – isa

b. cddb

c. ./bsql

x. 3

xi. 2

xii. 6

5) On all other machines, repeat steps 1 through 3 above then start up the database and ensure that the data has been replicated to the localhost from the CDSM:

d. su – isa

e. cddb

f. ./bsql

xiii. 3

xiv. 2

xv. 6

6) On each server start the statsd process:

a. On streamer and vault the command is ‘/home/stats/statsd -d eth0’

7) On each machine, run the Arroyo config utility to set up some basic information in the Arroyo databases (as user isa or root):

a. ‘/home/stats/svrinit_15 –h rack52 –i 10.11.116.52 –s 255.255.255.0’

System Manager Configuration Procedure

Note: avsdb binary file on management controller must have the same file as the ones on each server

1. Grant Access level to arroyo user

Login as user admin with password admin

Goto Maintain > Users

Select Action = Change Access

Select User Name = arroyo

Select Access = Engineering

Click Submit

Click Logout

2. Access management controller as arroyo user (CDSM)

Log in as user arroyo with password arr0y021

You start in the Maintain > Software > CDSM Setup page

3. Submit Initial CDSM Setup

[pic]

• For “installation”, select desired value, leave all other values as defaults and then click “Submit”

4. Submit System Configurations

Select “System Configs” in “Maintain Software” left panel

[pic]

• Click Submit for Group Map ‘0’ with value “ISA OpenStream”

• Click Submit for Group Map ‘1’ with value “ISA OpenStream”

• Click Submit for License Map with “licensed streams” set to value “6000”. 6000 is the maximum streams a single Stream Group can handle.

• Click Submit for Control IP Map with “control map name” set to value “CONTROLIPMAP:1” and group ID set to value “1”

5. Configure each server

Go to Configure->Server level and select Interface Setup option

[pic][pic][pic][pic][pic][pic][pic][pic]

• Select a server IP from Server IP dropdown box. The dropdown box should include IP addresses for all servers that have been configured in the previous section.

• Select proper attribute/setting for each interface (Cache for the fill only traffic, Stream/Cache for filling/streaming and etc.) On Streamer (eth1) is not used so it should be set to general. Eth0 is used for management. For vault eth1 is for ingest and eth0 is for management.

• Click “Submit” button to save configuration changes. Selecting submit will automatically bring up “Server Setup” contextual page. DO NOT CLICK ANY ITEM IN THE LEFT PANEL. Continue with configuration of server with information applicable to your network environment

[pic]

• Complete all IP information and click “Submit”

6. Configure routing for each server

Go to Configure > Server Level window, select “Route Tables”.

[pic]

• Select a server IP Address and click “Display”

• Enter the Route Table information for each server and click “Submit”

• In a L2 environment you must setup Streamer routing tables to be able to reach the QAMs if the network doesn’t find the QAMs via network ARP.

7. Repeat step 4.4 and step 4.5 for each server in your cluster

8. Configure ISA parameters for array of streamer servers

Go to Array Level > Streamer BMS

[pic][pic][pic][pic][pic]

• Master Streamer IP will be configured later in the section 4.14 “Control/Setup IP” of this document.

• Fill in ALL values and click “Submit”

9. Configure ISA for array of vault servers

Go to Array Level > Vault BMS

[pic]

• Fill in ALL vaules and click “Submit”

10. Configure/Create Stream Group

Go to Configure-> Array Level > Stream Group

[pic]

• If a stream group not already installed, select add new stream group and click on Display button, enter the new group name and click on Submit button.

[pic]

[pic]

• Select the newly created group from the drop down box and click Display. You should see a list of unassigned streamers after you click Display button. If you want to add a server to this group, leave ‘no change” value in the new group field. Click on Submit button to associate servers to the selected group.

11. Configure QAM/s for cluster

Go to Configure-> System Level-> QAM Gateway

[pic]

• Enter QAM IP and QAM MAC or leave MAC empty for Multicast

• Select High or None to associate QAM to a group of servers and then click “Submit”. Do this for each QAM that needs to be configured

.

12. Configure Headend Setup

1. Configure Service Groups

Go to ->System Level-> Headend Setup

[pic]

• Enter value for Service Group Number and click Submit.

• You will add a number in Service Group Number field and after submitting this change, management software creates a service group with syntax “SVCGRP:n:1” or “SVCGRP:n:2”

13. Configure Ingest Tunning

[pic]

• Select the desired Speeds and click “Submit”

14. Control/Setup IP CONFIGURE

Go to Configure > Array Level > Control /Setup IP page. In 1.5.1 all session requests will go primary setup server and stream play will go to control server. This page allows to configure session setup primary. It is like master server in that it process all setup requests and then chooses what streamer to play the session.

[pic]

• Enter Control/Setup IP, Subnet Mask, select Control/Setup IP for IP-Type and click “Submit”

• Change the Control/Setup IP to another IP Address and click “Submit”

• Change the Control/Setup IP back to desired IP Address and click “Submit”

This is a work around for a known issue.

15. Disable Server Offload option for each server

Go to Maintain->Servers->Server Offload

[pic]

• Select an IP address from the Server IP dropdown and click “Display”

• Select “Disable” and click “Submit”

• Do this for each of the servers in the cluster

1. Activate 1.5.1 Servers (Final Step)

Once configuration via management controller is finished, each server should be brought up one at a time. On each server

Uncomment the following entries from /etc/rc.local

su - isa -c “cd /home/isa/IntegrationTest; ./init_isa_env”

/usr/bin/avslauncher >& /root/avslauncher.log& (Only on a Streamer)

/arroyo/test//run

su – isa –c “cd /home/isa/IntegrationTest; …….”

/home/stats/statsd –d eth0

Reboot Server through the CDSM

Go to Maintain > Servers > Server Restart

[pic]

• Select an IP address from the Server IP dropdown and click “Display”

• Select “yes” from the Restart dropdown and click “Submit”

• Repeat this for each server.

Appendix

1) Version of files in 1.5.1.1 server and management controller

first_module.so -rwxr-xr-x 1 root root 683352 Feb 1 20:36

htdocs.tar.gz -rw-r--r-- 1 root root 46230336 Feb 1 20:35

avslauncher -rwxr-xr-x 1 root root 61107 Aug 22 15:43

avs_cserver.o -rw-r--r-- 1 root root 4962322 Apr 7 10:06

avsdb rwxr-xr-x 1 isa isa 1326627 Feb 1 09:

halt -rwxr-xr-x 1 root root 5173 Jan 30 22:32

ISA.tar.gz.r1_5_1v1-isa-2007-01-12-01-rw-r--r-- arroyoqa qa 41522172 Jan 22 18:07

remoteinst.tar.gz -rw-r--r-- 1 root root 4751360 Dec 14 21:06

kernel-2_4_32-2006-12-14-02 linux version 2.4.32avs (gcc version 3.3.2) SMP Thu Dec 14 21:05:54 PST 2006

avs_archive -rwxr-xr-x 1 root root 59 Jan 22 20:00

avs_archive_logs -rwxr-xr-x 1 root root 644 Jan 22 20:00

avs_shutdown -rwxr-xr-x 1 root root 480 Jan 30 22:30

avs_trim_archives -rwxr-xr-x 1 root root 1101 Jan 22 20:00

statsd -rwxr-xr-x 1 root root 325861 Apr 6 17:41

svrinit_15 -rwxr-xr-x 1 root root 12770 Mar 9 15:32

2) Sample Configuration Files for Vaults and Streamers:

/etc/hosts

Vaults:

# Do not remove the following line, or various programs

# that require network functionality will fail.

# This is updated at 2007-02-21 for ISA end-to-end configuration

127.0.0.1 localhost.localdomain localhost

10.22.217.80 SessionGateway

10.22.217.80 Metadata

10.22.217.80 Asset

10.22.217.80 NotificationServer

10.22.217.80 NameServer

192.168.100.109 rack109-ip1

10.22.216.109 rack109

Streamer:

# Do not remove the following line, or various programs

# that require network functionality will fail.

127.0.0.1 localhost.localdomain localhost

# This is updated at 2007-02-21 for ISA end-to-end confoguration

10.22.216.109 rack109

10.22.217.80 SessionGateway

10.22.217.80 Metadata

10.22.217.80 Asset

10.22.217.80 NotificationServer

10.22.217.80 NameServer

10.22.216.152 rack152

/etc/sysconfig/network

Vault:

NETWORKING=yes

HOSTNAME='rack109'

GATEWAY=10.22.216.1

Streamer:

NETWORKING=yes

HOSTNAME='rack152'

GATEWAY=10.22.216.1

/etc/sysconfig/network-scripts/ifcgf-eth0

Vault:

DEVICE='eth0'

BOOTPROTO=static

IPADDR='192.168.100.109'

NETMASK='255.255.255.0'

ONBOOT='yes'

Streamer:

DEVICE=eth0

BOOTPROTO=static

IPADDR='192.168.111.152'

NETMASK='255.255.255.0'

ONBOOT=yes

/etc/sysconfig/network-scripts/ifcgf-eth1

Vault:

DEVICE='eth1'

BOOTPROTO=static

IPADDR='192.168.100.109'

NETMASK='255.255.255.0'

ONBOOT='yes'

Streamer:

DEVICE='eth1'

BOOTPROTO=static

IPADDR='10.22.216.152'

NETMASK='255.255.254.0'

ONBOOT='yes'

/etc/modules.conf

Vault:

alias parport_lowlevel parport_pc

alias eth0 e1000

alias eth2 e1000 #for Vault or SSV

alias usb-controller usb-ohci

Streamer:

alias parport_lowlevel parport_pc

alias eth0 bcm5700

#alias eth1 bcm5700 #for Ingest on Vault or SSV

alias eth1 e1000 #for Management on Streamer

#alias eth2 e1000 #for Management on Vault or SSV

alias usb-controller usb-ohci

/etc/rc.sysinit

Vault:

#!/bin/bash

#

# /etc/rc.sysinit - run once at boot time

#

# Taken in part from Miquel van Smoorenburg's bcheckrc.

#

insmod avsutil

# Rerun ourselves through initlog

if [ -z "$IN_INITLOG" ]; then

[ -f /sbin/initlog ] && exec /sbin/initlog $INITLOG_ARGS -r /etc/rc.sysinit

fi

# If we're using devfs, start devfsd now - we need the old device names

[ -e /dev/.devfsd -a -x /sbin/devfsd ] && /sbin/devfsd /dev

# Set the path

PATH=/bin:/sbin:/usr/bin:/usr/sbin

export PATH

……………………

Streamer:

#!/bin/bash

#

# /etc/rc.sysinit - run once at boot time

#

# Taken in part from Miquel van Smoorenburg's bcheckrc.

#

insmod avsutil

# Rerun ourselves through initlog

if [ -z "$IN_INITLOG" ]; then

[ -f /sbin/initlog ] && exec /sbin/initlog $INITLOG_ARGS -r /etc/rc.sysinit

fi

# If we're using devfs, start devfsd now - we need the old device names

[ -e /dev/.devfsd -a -x /sbin/devfsd ] && /sbin/devfsd /dev

# Set the path

PATH=/bin:/sbin:/usr/bin:/usr/sbin

………………….

/arroyo/test/vault/run

dir=/arroyo/test/vault

insmod linuxIAL

#insmod $dir/e1000.o and_interrupt_delay=1953

$dir/starteth

cp $dir/setupfile $dir/requestfile /arroyo/test

sleep 5

insmod $dir/avs_cserver.o #16Gig Vault

#insmod $dir/avs_cserver.o maxphysblocks=491520 #8Gig Vault

while !(test -d /proc/calypso/tunables); do

echo "Waiting to configure avs_cserver"

sleep 1

done

echo 1 > /proc/calypso/test/readarptable

echo 1 > /proc/calypso/test/arp_readroutingtable

echo 1 > /proc/calypso/test/readremoteservers

echo 1 > /proc/calypso/tunables/cm_configurationcomplete

/arroyo/test/streamer/run

dir=/arroyo/test/streamer

insmod aic79xx

$dir/starteth

cp $dir/setupfile $dir/requestfile /arroyo/test

insmod $dir/avs_cserver.o

while !(test -d /proc/calypso/tunables); do

echo "Waiting to configure avs_cserver"

sleep 1

done

sleep 15

#echo 1 > /proc/sys/kernel/kdb_keyboard_break_on

echo 1 > /proc/calypso/test/readstreamloadfile

echo 1 > /proc/calypso/test/readarptable

echo 1 > /proc/calypso/test/arp_readroutingtable

echo 1 > /proc/calypso/test/readremoteservers

echo 1 > /proc/calypso/tunables/cm_configurationcomplete

sleep 5

/arroyo/test/vault/setupfile

# CServer core configuration. Changes to this file require

# a server reboot.

serverid 109

groupid 199198

ingest eth1

management eth2

localip 00a16d86d

cache_dscp 38

cache_ecn 0

streamer 0 vault 1

default source ip 192.169.106.1 tport 0 - 0 cport 0

e1000 adapters: maxrate 965

e1000 1: streaming 1 fill 1 ip 192.169.106.1 tport 0 cport 0 tgid 0

e1000 2: streaming 1 fill 1 ip 192.169.106.2 tport 0 cport 0 tgid 0

e1000 3: streaming 1 fill 1 ip 192.169.106.3 tport 0 cport 0 tgid 0

e1000 4: streaming 1 fill 1 ip 192.169.106.4 tport 0 cport 0 tgid 0

vault mirror copies 2

trickspeedsv2 2 -2 6 -6 10 -10 60 -60

ftpout if eth2 max utilization mbps 0 max sessions 0

test 4

/arroyo/test/streamer/setupfile

# CServer core configuration. Changes to this file require

# a server reboot.

serverid 152

groupid 199198

arrayid 1

management eth1

localip 00a16d898

cache_dscp 38

cache_ecn 0

transport_dscp 46

transport_ecn 0

streamer 1 vault 0

service address 10.22.216.198 setup 3300 control 9000

bms address 10.22.217.80 5000

default source ip 192.168.207.65 tport 0 - 0 cport 0

e1000 adapters: maxrate 965

e1000 1: streaming 1 fill 1 ip 192.169.106.41 tport 0 cport 0 tgid 0

e1000 2: streaming 1 fill 1 ip 192.169.106.42 tport 0 cport 0 tgid 0

e1000 3: streaming 1 fill 1 ip 192.169.106.43 tport 0 cport 0 tgid 0

e1000 4: streaming 1 fill 1 ip 192.169.106.44 tport 0 cport 0 tgid 0

e1000 5: streaming 1 fill 1 ip 192.169.106.45 tport 0 cport 0 tgid 0

e1000 6: streaming 1 fill 1 ip 192.169.106.46 tport 0 cport 0 tgid 0

e1000 7: streaming 1 fill 1 ip 192.169.106.47 tport 0 cport 0 tgid 0

e1000 8: streaming 1 fill 1 ip 192.169.106.48 tport 0 cport 0 tgid 0

e1000 9: streaming 1 fill 1 ip 192.169.106.49 tport 0 cport 0 tgid 0

e1000 10: streaming 1 fill 1 ip 192.169.106.50 tport 0 cport 0 tgid 0

e1000 11: streaming 1 fill 1 ip 192.169.106.51 tport 0 cport 0 tgid 0

e1000 12: streaming 1 fill 1 ip 192.169.106.52 tport 0 cport 0 tgid 0

test 4

/home/isa/.arroyorc

Vault:

# Local settings

self 1

groupid 199198

serverid 109

partno 4U-SATA-1

mirroring 0

mgmtif 2

ingestif 1

nohealth 1

# Database Params

dbtech berkeley

dbsync 2

dbpagesize 65536

dbmemsize 245760000

dbmemsegments 5

dbfsdir /root/db

dbdomsock /tmp/isadb

dbnetport 9999

# Replication Group Members

streamer 10.22.216.152

streamer 10.22.216.197

vault 10.22.216.111

controller 10.22.216.85

Streamer:

# Local settings

self 2

groupid 199198

serverid 152

partno 3U-SCSI-1

mirroring 0

mgmtif 1

ingestif 1

nohealth 1

# Database Params

dbtech berkeley

dbsync 2

dbpagesize 65536

dbmemsize 245760000

dbmemsegments 5

dbfsdir /root/db

dbdomsock /tmp/isadb

dbnetport 9999

# Replication Group Members

streamer 10.22.216.197

vault 10.22.216.109

vault 10.22.216.111

controller 10.22.216.85

/etc/rc.local

Vault:

#!/bin/sh

#

# This script will be executed *after* all the other init scripts.

# You can put your own initialization stuff in here if you don't

# want to do the full Sys V style init stuff.

touch /var/lock/subsys/local

# NOT FOR USE WITH LINDENHURST OR IBM. Please comment out setpci

# NorthBridge Tune

setpci -s 0:0.0 cc.b=02

# ISA Kernel Tune

echo 222217728 > /proc/sys/kernel/shmmax

echo 222217728 > /proc/sys/kernel/shmall

echo 65535 > /proc/sys/fs/file-max

# TCP Kernel Tune

echo "8388608" > /proc/sys/net/core/wmem_max

echo "8388608" > /proc/sys/net/core/rmem_max

echo "4096 65536 4194304" > /proc/sys/net/ipv4/tcp_wmem

echo "4096 87380 4194304" > /proc/sys/net/ipv4/tcp_rmem

echo 0 > /proc/sys/net/ipv4/tcp_sack

/sbin/hdparm -d1 /dev/hda

su - isa - c “cd /home/isa/IntegrationTest; ./init_isa_env”

# Streamer Only

#/usr/bin/avslauncher >& /root/avslauncher.log&

#/arroyo/test/streamer/run

/arroyo/test/vault/run

#/arroyo/test/ssv/run

# Streamer and Vault

#su - isa -c "cd /home/isa/IntegrationTest; ./run_isa >& /home/isa/IntegrationTest/ns_log&"

su - isa -c "cd /home/isa/IntegrationTest; ./run_isa --handle_orphan_streams >& /home/isa/IntegrationTest/ns_log&"

# Streamer and Vault

/home/stats/statsd -d eth0

ntpdate 10.22.216.1

Streamer:

#!/bin/sh

#

# This script will be executed *after* all the other init scripts.

# You can put your own initialization stuff in here if you don't

# want to do the full Sys V style init stuff.

touch /var/lock/subsys/local

# ISA Kernel Tune

echo 222217728 > /proc/sys/kernel/shmmax

echo 222217728 > /proc/sys/kernel/shmall

echo 65535 > /proc/sys/fs/file-max

# TCP Kernel Tune

echo "8388608" > /proc/sys/net/core/wmem_max

echo "8388608" > /proc/sys/net/core/rmem_max

echo "4096 65536 4194304" > /proc/sys/net/ipv4/tcp_wmem

echo "4096 87380 4194304" > /proc/sys/net/ipv4/tcp_rmem

echo 0 > /proc/sys/net/ipv4/tcp_sack

/sbin/hdparm -d1 /dev/hda

su - isa - c “cd /home/isa/IntegrationTest; ./init_isa_env”

# Streamer Only

/usr/bin/avslauncher >& /root/avslauncher.log&

/arroyo/test/streamer/run

#/arroyo/test/vault/run

#/arroyo/test/ssv/run

# Streamer and Vault

#su - isa -c "cd /home/isa/IntegrationTest; ./run_isa >& /home/isa/IntegrationTest/ns_log&"

su - isa -c "cd /home/isa/IntegrationTest; ./run_isa --handle_orphan_streams >& /home/isa/IntegrationTest/ns_log&"

# Vault & Streamer

/home/stats/statsd -d eth0

ntpdate 10.22.216.1

/etc/grub.conf

Vault:

# grub.conf generated by anaconda

#

# Note that you do not have to rerun grub after making changes to this file

# NOTICE: You do not have a /boot partition. This means that

# all kernel and initrd paths are relative to /, eg.

# root (hd0,0)

# kernel /boot/vmlinuz-version ro root=/dev/hda1

# initrd /boot/initrd-version.img

#boot=/dev/hda

default=0

timeout=10

splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title Linux (2.4.32avs)

root (hd0,0)

kernel /boot/vmlinuz-2.4.32avs ro root=/dev/hda1 console=tty0 console=ttyS0,115200 nmi_watchdog=1

initrd /boot/initrd-2.4.32avs.img

title Red Hat Linux (2.4.18-3bigmem)

root (hd0,0)

kernel /boot/vmlinuz-2.4.18-3bigmem ro root=/dev/hda1

initrd /boot/initrd-2.4.18-3bigmem.img

title Red Hat Linux-smp (2.4.18-3smp)

root (hd0,0)

kernel /boot/vmlinuz-2.4.18-3smp ro root=/dev/hda1

initrd /boot/initrd-2.4.18-3smp.img

title Red Hat Linux-up (2.4.18-3)

root (hd0,0)

kernel /boot/vmlinuz-2.4.18-3 ro root=/dev/hda1

initrd /boot/initrd-2.4.18-3.img

Streamer:

# grub.conf generated by anaconda

#

# Note that you do not have to rerun grub after making changes to this file

# NOTICE: You do not have a /boot partition. This means that

# all kernel and initrd paths are relative to /, eg.

# root (hd0,0)

# kernel /boot/vmlinuz-version ro root=/dev/hda1

# initrd /boot/initrd-version.img

#boot=/dev/hda

default=0

timeout=10

splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title Linux (2.4.32avs)

root (hd0,0)

kernel /boot/vmlinuz-2.4.32avs ro root=/dev/hda1 console=tty0 console=ttyS0,115200 nmi_watchdog=1

initrd /boot/initrd-2.4.32avs.img

title Red Hat Linux (2.4.18-3bigmem)

root (hd0,0)

kernel /boot/vmlinuz-2.4.18-3bigmem ro root=/dev/hda1

initrd /boot/initrd-2.4.18-3bigmem.img

title Red Hat Linux-smp (2.4.18-3smp)

root (hd0,0)

kernel /boot/vmlinuz-2.4.18-3smp ro root=/dev/hda1

initrd /boot/initrd-2.4.18-3smp.img

title Red Hat Linux-up (2.4.18-3)

root (hd0,0)

kernel /boot/vmlinuz-2.4.18-3 ro root=/dev/hda1

initrd /boot/initrd-2.4.18-3.img

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download