Sponsored Content
Full Discussion: cron not working.
Operating Systems Solaris cron not working. Post 302342608 by asalman.qazi on Monday 10th of August 2009 10:10:10 AM
Old 08-10-2009
cron not working.

I have a script monitor.sh

the path is /netmon/bin/monitor.sh


when i run this script as

sh /netmon/bin/monitor.sh it runs completely fine.

but when i include it in crontab , it does not run

my cron entry is



0,5,10,15,20,25,30,35,40,45,50,55 * * * * /netmon/bin/monitor.sh

(the script should run every 5 min)

i have also included the environment variables in the begining of my script
as

env > monitor.sh

after that also it is not working


I searched the forum , the solution to include profiles is suggested

can anyone tell me how to do that.

Please suggest me if anyone knows the solution for this.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

cron/crontab not working

Hello All! I'm having problems with cron. First cron is running as a process when i send the top command and I am logged in as root. I type crontab -e to edit/create my cron job. What I'm trying to do is run a perl script on my server (the script does work, i know because I type perl script.pl... (2 Replies)
Discussion started by: ezekiel61
2 Replies

2. UNIX for Dummies Questions & Answers

cron not working

Cron does not seem to work with this crontab. Any ideas? # run-parts # commands to execute every hour 01 * * * * root run-parts /etc/cron.hourly # commands to execute every day 02 4 * * * root run-parts /etc/cron.daily # commands to execute every week 22 4 * * 0 root run-parts... (1 Reply)
Discussion started by: DaleCabell
1 Replies

3. UNIX for Dummies Questions & Answers

Cron not working?

Hello I have a mac os x server machine that I have setup a cron to run a php file using wget and cron doesn't seem to work. I have setup cron on other mac's before and they have all worked. Also I know wget works because I have tested it. Is there anything else I should try? I do crontab -e and... (5 Replies)
Discussion started by: christo16
5 Replies

4. HP-UX

Cron - Not working properly

Hi, I do have three scripts. Whcih inserts records into a table using sqlldr, creating some reprot files etc. The first script will call the second and then the second will call the third. When I run my first script from the shell prompt, all my operation are completed successfully. If I do... (23 Replies)
Discussion started by: risshanth
23 Replies

5. UNIX for Dummies Questions & Answers

Cron not working

I created a file in /u01/oradata directory as cronjb.ksh which contains following script 30 12 * * * /export/home/oracle/u01/oradata/rman.ksh '/export/home/oracle' is my root directory. I then moved cronjb.ksh file to my '/export/home/oracle' directory. i typed crontab cronjb.ksh. However my... (1 Reply)
Discussion started by: manna
1 Replies

6. Shell Programming and Scripting

why isnt cron working?

I am using Ubuntu linux desktop, and I am trying to schedule a sheel script to run every 10minutes. These are the steps I have taken: crontab -e added and saved this line to the file # m h dom mon dow command */1 * * * * /home/enzo/Desktop/dlrecentuse restarted cron: sudo... (5 Replies)
Discussion started by: daydreamer
5 Replies

7. Shell Programming and Scripting

Script is not working from cron while working manually

Hello, I am facing a very strange problem when I run my script manuallu ./Fetchcode which is using to connect with MKS integrity from linux end it workks fine but when I run it from cron it doesn't work.Can someone help me 1) How could I check my script when it is running from cron like... (3 Replies)
Discussion started by: anuragpgtgerman
3 Replies

8. Shell Programming and Scripting

cron job now working?

Hi all, I wrote a script as below, #!/bin/ksh . /app/home/etc/sudo.profile >/dev/null java -jar $HOME/abc.jar The jar file abc.jar is located in the same folder as the script. When I'm manually running that script the jar file gets executed. However if I set a cron job, it... (5 Replies)
Discussion started by: isaacniu
5 Replies

9. Shell Programming and Scripting

Script not working in cron but working fine manually

Help. My script is working fine when executed manually but the cron seems not to catch up the command when registered. The script is as follow: #!/bin/sh for file in file_1.txt file_2.txt file_3.txt do awk '{ print "0" }' $file > tmp.tmp mv tmp.tmp $file done And the cron... (2 Replies)
Discussion started by: jasperux
2 Replies

10. SuSE

Cron not working

Hi, It is SLES 10.3 VM. Suddenly cron stopped working on this and I am not able to figure out, where it is failing. It is not running with even root. I gave a simple job of redirection of 'date' command, that also doesn't work. Can somebody help me to fix this ? vmprdt23:~ # ps -ef | grep -i... (4 Replies)
Discussion started by: solaris_1977
4 Replies
sacadm(1M)						  System Administration Commands						sacadm(1M)

NAME
sacadm - service access controller administration SYNOPSIS
sacadm -a -p pmtag -t type -c cmd -v ver [ -f dx] [-n count] [-y comment] [-z script] sacadm -r -p pmtag sacadm -s -p pmtag sacadm -k -p pmtag sacadm -e -p pmtag sacadm -d -p pmtag sacadm -l [-p pmtag | -t type] sacadm -L [-p pmtag | -t type] sacadm -g -p pmtag [-z script] sacadm -G [-z script] sacadm -x [-p pmtag] DESCRIPTION
sacadm is the administrative command for the upper level of the Service Access Facility hierarchy (port monitor administration). sacadm performs the following functions: o adds or removes a port monitor o starts or stops a port monitor o enables or disables a port monitor o installs or replaces a per-system configuration script o installs or replaces a per-port monitor configuration script o prints requested port monitor information Requests about the status of port monitors (-l and -L) and requests to print per-port monitor and per-system configuration scripts (-g and -G without the -z option) may be executed by any user on the system. Other sacadm commands may be executed only by the super-user. OPTIONS
-a Add a port monitor. When adding a port monitor, sacadm creates the supporting directory structure in /etc/saf and /var/saf and adds an entry for the new port monitor to /etc/saf/_sactab. The file _sactab already exists on the delivered system. Initially, it is empty except for a single line, which contains the version number of the Service Access Controller. Unless the command line that adds the new port monitor includes the -f option with the -x argument, the new port monitor will be started. Because of the complexity of the options and arguments that follow the - a option, it may be convenient to use a command script or the menu system to add port monitors. -c cmd Execute the command string cmd to start a port monitor. The -c option may be used only with a -a. A -a option requires a -c. -d Disable the port monitor pmtag. -e Enable the port monitor pmtag. -f dx The -f option specifies one or both of the following two flags which are then included in the flags field of the _sactab entry for the new port monitor. If the -f option is not included on the command line, no flags are set and the default con- ditions prevail. By default, a port monitor is started. A -f option with no following argument is illegal. d Do not enable the new port monitor. x Do not start the new port monitor. -g The -g option is used to request output or to install or replace the per-port monitor configuration script /etc/saf/pmtag/_config. -g requires a -p option. The -g option with only a -p option prints the per-port monitor configura- tion script for port monitor pmtag. The -g option with a -p option and a -z option installs the file script as the per- port monitor configuration script for port monitor pmtag. Other combinations of options with -g are invalid. -G The -G option is used to request output or to install or replace the per-system configuration script /etc/saf/_sysconfig. The -G option by itself prints the per-system configuration script. The -G option in combination with a -z option installs the file script as the per-system configuration script. Other combinations of options with a -G option are invalid. -k Stop port monitor pmtag. -l The -l option is used to request port monitor information. The -l by itself lists all port monitors on the system. The -l option in combination with the -p option lists only the port monitor specified by pmtag. A -l in combination with the -t option lists all port monitors of type type. Any other combination of options with the -l option is invalid. -L The -L option is identical to the -l option except that the output appears in a condensed format. -n count Set the restart count to count. If a restart count is not specified, count is set to 0. A count of 0 indicates that the port monitor is not to be restarted if it fails. -p pmtag Specifies the tag associated with a port monitor. -r Remove port monitor pmtag. sacadm removes the port monitor entry from /etc/saf/_sactab. If the removed port monitor is not running, then no further action is taken. If the removed port monitor is running, the Service Access Controller (SAC) sends it SIGTERM to indicate that it should shut down. Note that the port monitor's directory structure remains intact. -s Start a port monitor. The SAC starts the port monitor pmtag. -t type Specifies the port monitor type. -v ver Specifies the version number of the port monitor. This version number may be given as -v `pmspec -V` where pmspec is the special administrative command for port monitor pmtag. This special command is ttyadm for ttymon and nlsadmin for listen. The version stamp of the port monitor is known by the command and is returned when pmspec is invoked with a -V option. -x The -x option by itself tells the SAC to read its database file (_sactab). The -x option with the -p option tells port monitor pmtag to read its administrative file. -y comment Include comment in the _sactab entry for port monitor pmtag. -z script Used with the -g and -G options to specify the name of a file that contains a configuration script. With the -g option, script is a per-port monitor configuration script; with -G it is a per-system configuration script. Modifying a configura- tion script is a three-step procedure. First a copy of the existing script is made (-g or -G). Then the copy is edited. Finally, the copy is put in place over the existing script (-g or -G with -z). OUTPUT
If successful, sacadm will exit with a status of 0. If sacadm fails for any reason, it will exit with a nonzero status. Options that request information will write the information on the standard output. In the condensed format (-L), port monitor information is printed as a sequence of colon-separated fields; empty fields are indicated by two successive colons. The standard format (-l) prints a header identi- fying the columns, and port monitor information is aligned under the appropriate headings. In this format, an empty field is indicated by a hyphen. The comment character is #. EXAMPLES
Example 1: A sample output of the sacadm command. The following command line adds a port monitor. The port monitor tag is npack; its type is listen; if necessary, it will restart three times before failing; its administrative command is nlsadmin; and the configuration script to be read is in the file script: sacadm -a -p npack -t listen -c /usr/lib/saf/listen npack -v `nlsadmin -V` -n 3 -z script Remove a port monitor whose tag is pmtag: sacadm -r -p pmtag Start the port monitor whose tag is pmtag: sacadm -s -p pmtag Stop the port monitor whose tag is pmtag: sacadm -k -p pmtag Enable the port monitor whose tag is pmtag: sacadm -e -p pmtag Disable the port monitor whose tag is pmtag: sacadm -d -p pmtag List status information for all port monitors: sacadm -l List status information for the port monitor whose tag is pmtag: sacadm -l -p pmtag List the same information in condensed format: sacadm -L -p pmtag List status information for all port monitors whose type is listen: sacadm -l -t listen Replace the per-port monitor configuration script associated with the port monitor whose tag is pmtag with the contents of the file file.config: sacadm -g -p pmtag -z file.config FILES
/etc/saf/_sactab /etc/saf/_sysconfig /etc/saf/pmtag/_config ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ SEE ALSO
pmadm(1M), sac(1M), doconfig(3NSL), attributes(5) SunOS 5.10 14 Sep 1992 sacadm(1M)
All times are GMT -4. The time now is 07:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy