Sponsored Content
Top Forums UNIX for Advanced & Expert Users How to prevent job1 from running while job2 is running.. Post 302088728 by tikang on Thursday 14th of September 2006 05:24:28 AM
Old 09-14-2006
Hi, kindly give an example script of lockfiles usage?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

My script is not running

I have wriiten the following scripts in UNIX. The file name is bk.ksh rman target=/ << EOF RUN { SHUTDOWN IMMEDIATE STARTUP MOUNT ALLOCATE CHANNEL ch1 device TYPE DISK FORMAT '/u01/oradata/ora/%U'; BACKUP DATABASE PLUS ARCHIVELOG; SQL'ALTER DATABASE OPEN' ;} EXIT; EOF when i try... (8 Replies)
Discussion started by: manna
8 Replies

2. Solaris

Running from Shell Vs running from RC script

Hi, i have a script which need to do behave differently when run as a startup process from init.d/ rc2.d script and when run manually from shell. How do i distinguish whether my script is run by init process or by shell?? Will the command /proc/$$/psinfo | grep "myscript" work well???... (2 Replies)
Discussion started by: vickylife
2 Replies

3. Programming

defunct vs running

hello everybody! Is there any way to identify if a process is defunct or if it is still running? (in C). for example: by using a signal such as SIGCHLD? thanx in advance (1 Reply)
Discussion started by: nicos
1 Replies

4. UNIX for Dummies Questions & Answers

too many inetd running

hi, is it ok for more than one inetd daemon running at a time? if not okay, possible to kill the rest and make only one daemon running? i understand that inetd is a process that enables tcp connections from external sources...kindly advise more on inetd...thanks alot..Happy New Year!:) (2 Replies)
Discussion started by: cromohawk
2 Replies

5. Shell Programming and Scripting

Running Total Running Wild

Hi. A shell scripting newbie here. I am trying to write a script that will create a running total of Sales, and increment a counter for each Sales entry, but when I executed the program it never stopped. counter=0 Sales=0 echo "enter sales price" read sales while do let counter=counter+1... (6 Replies)
Discussion started by: Ccccc
6 Replies

6. Shell Programming and Scripting

prevent running of duplicate scripts

i have a script tool.sh,but i want to include a script within it that checks if tool.sh is already running,if already running then the new one called should exit,but if not then the new one should proceed and run. i want to prevent the duplicate running of the script. (5 Replies)
Discussion started by: tomjones
5 Replies

7. AIX

AIX - "prevent script from running twice" issue

I know about standard "ps ..|grep .. | grep -v grep" solution, but... this is different issue I have encountered in several companies I worked for. And I see this only for AIX - not HP, not Solaris, not Linux. Korn shell script is scheduled in the background (via cron /via Tivoli Scheduler or... (6 Replies)
Discussion started by: ooops
6 Replies

8. Shell Programming and Scripting

Cron job running for some days and is not running for some days

Hi.. i have written a shell script and made this script to run on every day night 11: 55 pm using a cron job. This cron job running for some days and is not running for some day. but i need this script to run every day night. Please help me. Here is the cron tab entries, 55 23 * * *... (1 Reply)
Discussion started by: vidhyaS
1 Replies

9. Shell Programming and Scripting

Why script is running sometimes and not running sometimes?

Hi, I have a script which does couple of database connection and run some SELECT queries to get some output in the file. I am surprised to see :eek: that when i run my script some times it gives the desired out put and sometimes it shows some error :confused: . Suppose if i execute it say... (3 Replies)
Discussion started by: Sharma331
3 Replies

10. UNIX for Beginners Questions & Answers

Script not running

hi i have a alarm file mentioned as below alarm_log.15122017 i want to fetch failure detail but script is not working . kindly let me now where is the mistake #!/bin/bash cd /scripts/ DATE=`date "+ %d%m%Y"` ls -lrt | grep -i "alarm_log.$DATE" cat alarm_log.$DATE |grep -B 1... (6 Replies)
Discussion started by: scriptor
6 Replies
composeglyphs(1)						      Debian							  composeglyphs(1)

NAME
composeglyphs - generate an encoding vector or new font for postscript SYNOPSIS
composeglyphs -e encoding.afm -E encoding.ps composeglyphs -i input.afm -o output.ps -c composite.afm -n newname -e base_encoding.afm -t target_encoding.afm -a output.afm DESCRIPTION
composeglyphs is a script to generate either an encoding vector or a new font for postscript. It requires a pre-existing AFM and allows for the use of composite characters that that AFM does not already provide. OPTIONS
-e encoding.afm The base encoding AFM to use. -E encoding.ps The encoding vector to output. -i input.afm The AFM of the original font. -o output.ps The font program to generate. -c composite.afm The AFM containing supplementary composite character information. -n newname The name of the new font. -t target_encoding.afm The target encoding. -a output.afm The name of the AFM file to generate. NOTES
composeglyphs is a part of Ogonkify, which comes with the a2ps distribution. If you create new AFMs or modify existing ones, the author asks that you kindly send him a copy so that he may include them in the distri- bution. AUTHOR
Juliusz Chroboczek <jec@dcs.ed.ac.uk> SEE ALSO
a2ps(1), ogonkify(1) The full documentation for Ogonkify is maintained as a Texinfo manual. If the info and a2ps programs are properly installed at your site, the command info Ogonkify should give you access to the complete manual. a2ps May 2003 composeglyphs(1)
All times are GMT -4. The time now is 01:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy