You are on page 1of 3

TeleDNA Communications Pvt. Ltd.

# 23/24 2nd Floor, AMR Tech Park, Hosur Road, Bangalore 560 068 Tel: 91-80-66661130/66661131 Fax: 91-80-66661132

find / -size +1000000

Hi Ankur, Please find the procedure to enable message query Path is /home/sms/SMSC-RS-2.0.7.0/config vi common.conf set NEED_OF_MSG_QUERY=1 , restart the application

Please find the procedure to check renewal as below: Login to 210.212.179.164(10.134.174.2) server Path:/home/sdp/SDP-RECYCULAR/logs File: Recycular.log Search for Inside Main Renewal will start at 10.32 No users with expired renewal status or Unsubscribing users with expired renewal status Failed or Successfully unsubscribed users whose renewal status is expired Any one of the above message will display after completion of auto-renewal i.e. Before 11:02. Note: auto renewal has happened for today successfully .

Procedure to do Manual Renewal in SDP :1. Login to the Portal Server. 2. Go to the path /home/sdp/SDP-2.0.2.0/src/SDP-RECYCULAR/ramt/ 3. Excute the below script by editing the date in the Script. Script name :- start_failed_recycular.sh =$CLASSPATH:/home/sdp/SDP-2.0.2.0/src/SDP-RECYCULAR/bin/sdp_recycular.jar java com.teledna.recycular export CLASSPATH.TestFailedRecycularProcess 2011-06-06

www.teledna.com / E-mail: care@teledna.com

Page 1 of 3

TeleDNA Communications Pvt. Ltd.


# 23/24 2nd Floor, AMR Tech Park, Hosur Road, Bangalore 560 068 Tel: 91-80-66661130/66661131 Fax: 91-80-66661132

Change the date accordingly and execute the Script. grep "565052101000|919429926771" PrepayRe*110726*|cut -d "|" -f 4,5,10 cat /proc/sys/kernel/sem
mysql querry to check categories associated with services. select a.main_category_name from CATEGORY_MASTER a,SERVICE_CAT_DETL b,SERVICE_MASTER c where b.service_id=c.service_id and a.category_id=b.category_id and c.service_name='FunGames'; select count(*) from MO_MT_DETL where time like '2011-09-04%' and price='12.00' and status='SUCCESS' and premium_codes='5670001' and cp_name='prbt'; route add -net 10.100.100.234 mask 255.255.255.255 gw 10.100.100.2

Procedure to associate off dec contents in sdp. select service_id from SERVICE_MASTER where service_name='Wallpapers'; select * from SERVICE_CAT_DETL where service_id=49; insert into SERVICE_CAT_DETL(service_id,category_id,creation_date,created_by) values(49,2460,now(),'admin'); select article_id,main_content_name,preview_icon_name,ondeck from WALLPAPER_MASTER where category_id=2460; CMS server ip is 10.42.55.73 and logs name is CMS.log IN log we will get like INSERT INTO WALLPAPER_DETL Deletion from MO_MT and MO_MT_HISTORY: delete from MO_MT_DETL where time>'2011-10-17 23:59:59' and time<'2011-10-26 00:00:00'; How to take dump from command prompt: echo "select * from MO_MT_DETL where time>'2011-10-17 23:59:59' and time<'2011-10-26 00:00:00'"|mysql misdb >mo_mt_data_18thoctto25thoct

1. Kindly use the command grep "1255503" *detl_1110* |grep "Debit" |grep -i "success" | cut -d "|" -f 10 | sort | uniq c From this output take the Rs.1 count, and its coming as 70943. 2. For credit count use the command as grep "1255503" *detl_1110* |grep "Credit" |grep -i "success" | cut -d "|" -f 10 | sort | uniq c From this output take Rs.1 credit count and its coming as 94.

www.teledna.com / E-mail: care@teledna.com

Page 2 of 3

TeleDNA Communications Pvt. Ltd.


# 23/24 2nd Floor, AMR Tech Park, Hosur Road, Bangalore 560 068 Tel: 91-80-66661130/66661131 Fax: 91-80-66661132 grep "|5670003|" mo_mt_detl_111201* | grep -i "success" | grep "|30.00|" | awk -F '|' '{sum = sum + $10 } END { print sum}'

NTP CONFIGURATION: vi /etc/inet/ntp.conf ntpdate -d 10.32.5.60 ntpdate -u 10.32.5.60 svcadm restart ntp ntpq p route add -net 10.32.5.0 -netmask 255.255.255.0 10.195.12.254 route delete -net 10.32.5.0 -netmask 255.255.255.255 10.195.12.254 svcadm b Adding routes permanently Vi /etc/init.d/ run_route ( add the route adding command) ln -s /etc/init.d/run_route S63run_route Parlay gw simulator path: /home/sdp/axis2-1.4.1/bin/amtCharging/ramt Procedure to change ip ifconfig eth0 192.168.1.5 netmask 255.255.255.0 up /etc/sysconfig/network-scripts Ip needs to configure in app framework Path: /home/sdp/tomcat/webapps/sdp/appframework Filename called: portalConfig.xml http://172.16.6.106:9000/api/sendSMS? aspid=bsnlasp&pwd=bsnlasp1&msisdn=919611687502&serviceId=87&msg=Hello&shortCode=333 3&FrmAddress=bsnlasp

www.teledna.com / E-mail: care@teledna.com

Page 3 of 3

You might also like