You are on page 1of 4

APP1

Task description Admin


Server
Functions
Choose one device per device type and perform the
Check Connection request function - find SQL in next page
Choose one device per device type and perform the
Check device availability function - find SQL in next page
Choose one device per device type and perform the
Get Parameters Value function - find SQL in next page
Choose one device per device type and perform the
Set Parameters Value function - find SQL in next page

Weblogic check
check if servers working normally Check servers if the status is working

TRM Servers check


ps -ef | grep trm --- then check if the there is process
Check if the TRM working going
check outbound traffic in TRM ps -ef | grep trm | wc -l
ps -ef | grep squid--- then check if the there is process
Check if the Squid working going
check outbound traffic in squid ps -ef | grep squid | wc -l
ps -ef | grep redis --- then check if the there is process
Check if the Redis working going
check outbound traffic in redis ps -ef | grep trm | wc -l
Check if the logs are up to date cd /app/trm514/trm/usr/local/apache2/logs

OS Checking
Check if all scripts are running crontab -l
Disk space df -kh --> if less than 90% ok if more than 90% issue
app/BaseKit/scripts
TNS PING Check sh tnsping.sh
APP2 APP3 APP4 APP5 APP6 APP7 APP8 APP9 #
TRM1 TRM2 TRM3 TRM4 TRM5
select dt.device_type_name, d.serialnumber, d.subscriberid
from device d, devicetype dt
where dt.id = d.devicetype_id and d.activated = 1 and rownum <= 5 and
dt.device_type_name ='add here device type name and as you see it in device types page'
order by d.lastcontacttime desc;

You might also like