transiest applications


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting transiest applications
# 1  
Old 12-06-2007
transiest applications

i have to write a script that which would send mails


For all the transient apps

1. How many apps are running

2. Since when is the app running


plz help me in this...............


plz help me, its urgent,.................
plzzzzzzzzzzzzzzzzzzzzzzzzzzz

Last edited by ali560045; 12-06-2007 at 06:39 AM..
# 2  
Old 12-06-2007
You did not inform us what operating system you what this to happen on, so I cannot give you specific help.

The general answer is that you need to turn on process accounting.
# 3  
Old 12-06-2007
i just need to write a script in ksh and which would send mails

For all the transient apps running in ibm aix

1. How many apps are running

2. Since when is the app running( i,e their date )

that is my server is ddcapedn04.tu.com


i just wrote

#!/bin/ksh

echo "welcome to the transient script"


pj
mail -s "ouptup" naveed.aliershad@capgemini.com << EOM

------------------------------------------------------------------

but dnt knw wat to do after that
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Starting Applications With X

So, I wanted to see if I could just use X without a desktop. I installed Debian from a netinstall on a vm and installed xorg with apt. Logged in as a normal user with startx and had a big black background. Seemed like everything was working as expected, so I went to configure tint2 at start up. I... (3 Replies)
Discussion started by: Azrael
3 Replies

2. Emergency UNIX and Linux Support

Interfacing applications and ports

Is there a way to understand/look into the list of interfaces that are connected to an AIX box. Primarily I am looking for the list of IP addresses that can connect to an AIX server, and using which port the access is possible? (2 Replies)
Discussion started by: ggayathri
2 Replies

3. Shell Programming and Scripting

GUI Applications

Hi Experts, Can anyone suggest me kindly, whether designing some small GUI applications are possible in shell scripting..... Like a small calculator kind of stuff....... I fit is possible guide me with some examples. Thanks, Newbie....... (0 Replies)
Discussion started by: kritibalu
0 Replies

4. Linux

Portable Applications

Hello Im stuck with a project on converting existing applications in to their portable versions, What i mean is that i want an application to run on a Linux OS without the need of actually installing the application on that machine. My preffered OS is fedora as it is used on most machines in my... (1 Reply)
Discussion started by: engineeringme
1 Replies

5. Shell Programming and Scripting

Scripting with applications

Hi, I am developing a script that invokes a program, and that program is going to prompt for some input every now and then based on some parameters. My script shall provide input to the program, automatically, by processing the text output by the program.. say.. when the program asks ... (3 Replies)
Discussion started by: icecoldaswin
3 Replies

6. Gentoo

compiling applications with Centos

I am evaluating porting solaris (apache, mysql, ssl) servers to Linux. I set up a Centos server to test out apache programs to see how they work out of the box. Now I want to recompile Apache to incorporate the options we used when compiling under Solaris. I see posts that say never, never... (1 Reply)
Discussion started by: csross
1 Replies

7. UNIX for Advanced & Expert Users

Usernames across Applications

Hello everyone, I was just wondering if there was a way to make it so that usernames could be used across applications. For instance, I have a server that has a bunch of users. I want these users to have ways of accessing my database as well as a variety of other programs, but I don't want them... (2 Replies)
Discussion started by: gonzofish
2 Replies

8. UNIX for Advanced & Expert Users

Publishing X applications

Hi all, I have some UNIX servers (all flavor to be honest: SOLARIS, AIX, HP-UX) running some applications. I would like to publish these applications to remote client mainly running Windows XP. I know i can remotely access the desktop thanks to Cygwin,Hummingbird EXCEED... But I don't... (2 Replies)
Discussion started by: Platinium
2 Replies

9. UNIX for Dummies Questions & Answers

X applications

I am an Oracle DBA who has previously worked only on NT machines. I need to install Oracle on an AIX box. This Unix server has only a CRT monitor. The Oracle installation REQUIRES a graphical means of seeing the Unix machine. I've been told that I should telnet from a PC that can display X... (2 Replies)
Discussion started by: jbrax
2 Replies
Login or Register to Ask a Question