Sponsored Content
Top Forums Shell Programming and Scripting How to end a host concurrent program in WARNING? Post 302157388 by coolblue_3 on Thursday 10th of January 2008 08:49:47 PM
Old 01-10-2008
Hi sysgate,

Thanks for your reply. Well I'm a novice when it comes to shell programming. Can you please elaborate on setting up "WARNING = 255"?
I know the exit part though Smilie

Thanks,
coolblue_3
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Kill shell script when host program not running/disk unmounted

I have my Mac OS X program executing a shell script (a script that copies files to a drive). I want to make it so that the shell script automatically kills itself if it finds that the host .app is not running OR kill itself if the drive that it is copying files to has been unmounted. Right now what... (2 Replies)
Discussion started by: pcwiz
2 Replies

2. Programming

Why is required to leave an empty line at the end of a C program?

I know it looks like a stupid question, but i really wanna know the reason. Actually, i think it's because the c compiler will detect it as the end of file "EOF" of the program, but, am i wrong? because it compiles it anyway, but keep showing warnings like "no new line at the end of file". I... (8 Replies)
Discussion started by: semash!
8 Replies

3. Programming

Set host default gateway in C program.

Hello everybody, I'm having troubles on setting the default gateway address (and other addresses, such as netmask, or ip) of the host running a C program. I know it has to be with ioctl, but don't know how to do it. Could somebody give me an example on how to set the default gateway address of... (4 Replies)
Discussion started by: semash!
4 Replies

4. Homework & Coursework Questions

What is the difference between a Host and an End System?

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: I have a question about the difference between a host and an end system. I have read a textbook and I am still... (2 Replies)
Discussion started by: greenesses
2 Replies

5. Shell Programming and Scripting

SCP command end with Host Key not found in database

Hi, I'm trying to copy a file from one server to remote server using SCP command. Below is the command i tried and got host key not found in database errror. scp sendfile.txt Remoteserver:/home/xxxx/. Error Message: Host key not found from database Key fingerprint:... (2 Replies)
Discussion started by: skcvasanth
2 Replies

6. Solaris

Test program running taking much more time on high end server T5440 than low end server T5220

Hi all, I have written the following program and run on both T5440 and T5220 on same OS version. I found that T5540 server takes more time than T5220. Please find below the details. test1.cpp #include <iostream> #include <pthread.h> using namespace std; #define NUM_OF_THREADS 20... (17 Replies)
Discussion started by: sanjay_singh85
17 Replies

7. Shell Programming and Scripting

How to end the program with a successful return code?

i have the follow shell script that try to find any file in the specified path and upload to oracle. if no file will output in the concurrent log and the program return as error , how do i change the program so that if no file found will give out normal sucessful result. i tried change the exit... (3 Replies)
Discussion started by: feilhk
3 Replies

8. AIX

Difference between concurrent and enhanced concurrent VG

Hi, What are the differences between concurrent and enhanced concurrent VGs.? Any advantages of enhanced concurrent VG over normal concurrent vg Regards, Siva (2 Replies)
Discussion started by: ksgnathan
2 Replies

9. Shell Programming and Scripting

How to end a host concurrent program in WARNING status?

Hi All, I have a requirement to make a oracle concurrent program end with warning based on a given condition. If the condition is true, the concurrent program should end with completed warning status. The host program I am using is a shell script that checks if a file exists. ... (2 Replies)
Discussion started by: megha2525
2 Replies
slhosts(4)						     Kernel Interfaces Manual							slhosts(4)

NAME
slhosts - File containing information on how to configure SLIP links DESCRIPTION
The slhosts file is the file that contains information for configuring SLIP links. If the system is configured to answer calls, the fol- lowing events occur: A getty process prompts for a login name. If the login name matches a SLIP user entry in the /etc/passwd file, the startslip is run as the login shell. The startslip program reads for the slhosts file for an entry matching the current login name. If a matching entry is found, the line is configured as a SLIP link, using the information in the entry. Each entry in the slhosts file has the following syntax: login_name remote_slip_ip local_slip_ip netmask option In this syntax: Specifies the login name of remote dial-up host. It is used to match the entry in this file. Specifies the SLIP host name or address of remote dial-up host. Specifies the SLIP host name or address of local host. Specifies the netmask to be used for the SLIP link. Specifies a runtime option. Specify debug for logging debug messages in the syslog daemon.log file. Comments are indicated by the comment character (#) and continue to the end of the line. Note that the slhosts file is a Context-Dependent Symbolic Link (CDSL) and must be maintained as such. See the System Administration man- ual for more information. FILES
Path name for the slhosts file. RELATED INFORMATION
Commands: startslip(8) Network Administration delim off slhosts(4)
All times are GMT -4. The time now is 02:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy