Notification from another server need to receive.


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Notification from another server need to receive.
# 1  
Old 06-09-2013
Notification from another server need to receive.

I have two application server appserver1 and appserver 2. A script will run from appserver1 which main activity is
1. Connect with the apserver 2 and run a script which saved on appserver2
2. the saved script will in appserver 2 will complete its task and generate a log

Problem i need to resolve.
1. How appserver 1 can identify whether script on appserv 2 is completed or not
2. and how to copy the log file of appserver 2 into the specific location on appserver 1.
3. And after completing the task script running on appserver 1 will exit..
it is very urgent and need ur help as earliest.

thanks
imtiaz

Moderator's Comments:
Mod Comment Please review the forum rules you agreed to when you joined this forum. Posts requesting urgent help should be posted in the Emergency UNIX and Linux Support !! Help Me!! forum, but you need more points to do that. Remember that these forums are staffed by volunteers; not staff paid to solve your urgent problems.

Last edited by Don Cragun; 06-09-2013 at 09:36 AM.. Reason: very urgent request posted in wrong forum
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Looking for C code for MQ server to sed/receive messages

I am working on C program to connect to MQ websphere server send/receive messages. Can somebody give me examples of such program? Thanks for contribution (0 Replies)
Discussion started by: digioleg54
0 Replies

2. HP-UX

Unable to receive mails from email relay server

Hi, I have reports that are generated in one server (10.61.1.108), hostname l28bi01. These reports are supposedly sent to a group of email addresses hourly via an email relay server. However, this is not happening. In sendmail.cf in bi01, the DS Smart Relay Host ip address is: ... (3 Replies)
Discussion started by: anaigini45
3 Replies

3. Solaris

Configuring Centralized Solaris Server to Receive Syslogs

Hello, I am new to Solaris. However, I was able to configure the Syslog server on Solaris. I am using a windows client to send logs to my Solaris syslog server. this is working fine. however, I have 23 servers which are sending their logs to the syslog server and it is very difficult to read all... (2 Replies)
Discussion started by: ravmohun
2 Replies

4. Programming

how can I send and receive data in client server socket programing

char name; printf ("Welcome to the server \n"); printf ("Enter user name: \n"); scanf ("%c", &name); how can client send name to server:what should be the code? int send ( int sid , const char ∗buffer Ptr , int len , int f l a g ) how can client receive ack from... (1 Reply)
Discussion started by: saiful_911
1 Replies

5. Shell Programming and Scripting

Writing a program to receive the GPS data and send to other server

Hi, I would like to write a program to receive the GPS data and then send the data via network to other program. All of the program is not write yet(include host and sender) All of the server OS is unix or linux Could you mind to give me some idea to do this? Thanks so much! Ken ... (2 Replies)
Discussion started by: kenlok
2 Replies

6. Shell Programming and Scripting

I could not receive the mail sent from the unix server using 'mailx'

Hi All, I have sent a mail to my gmail id using the below command. echo " " | mailx -s "sub" myid@gmail.com I didn't get any error notification. But still I didn't receive that mail still.. please help me to learn how to send mail to other provider (Yahoo/gmail) from unix server.... (1 Reply)
Discussion started by: little_wonder
1 Replies

7. UNIX for Dummies Questions & Answers

Notification if server unreachable?

Is it possible for a group of servers to monitor each other and then send an alert if one of them is no longer 'alive'? Or if its easier have one server that monitors the other five and then sends an alert. If so how would this be done? Thanks (3 Replies)
Discussion started by: Sepia
3 Replies

8. Linux

How to configure linux to receive snmp traps from a windows server?

Can anybody please tell me how to configure linux to receive snmp traps from a windows server? I am not able to receieve snmp traps on unix machines specifically linux and solaris. I have tried starting snmptrapd service on linux but it didn't work. Is there anything special that I have to do on... (2 Replies)
Discussion started by: iamtulipin
2 Replies

9. Shell Programming and Scripting

how to receive messages in mobile from our server?

Hello Unix Gurus, i want to know if we can receive mobile messages from our server. situations like "application error/server crashed" should send an alert on my mobile. Is it possible using mailx or other command? if yes,pls let me know regards abhijeet India (2 Replies)
Discussion started by: abhijeetkul
2 Replies

10. IP Networking

Tcp Ip Send Receive Server Program

Requirements: A server program should read a file and send the message to the client . if the file is not there, then switch to the receive part of the same program and receive any messages from the socket. If no messages to receive then switch to send part of the program to... (2 Replies)
Discussion started by: Rajeshsu
2 Replies
Login or Register to Ask a Question