Sponsored Content
Full Discussion: crontab in AIX
Operating Systems AIX crontab in AIX Post 302096124 by johnf on Tuesday 14th of November 2006 05:14:44 AM
Old 11-14-2006
No! The 1 means it will run 1 minute past every hour and no more. The 00,01,02,03 etc... means run every minute on every hour. That is why it was not working. I was to interested in the command to spot the minute / hour entry so I tried it myself to make sure.
 

9 More Discussions You Might Find Interesting

1. AIX

How to apply aix 5.3 TL8 properly on ML5 aix system ?

Is it necessary to put system into single user mode for applying aix 5.3 TL8 on a aix 5.3.5.0 system ? Is the TL8 installation not totally safe ? thank you. (6 Replies)
Discussion started by: astjen
6 Replies

2. AIX

IY17981 fix required for aix 4.3.3 to aix 5L migration but not found

Hi, redbook documentation is telling that IY17981 fix is required for aix 4.3.3 to aix 5L migration. But there is no mention about that fix in any ML installation packages. - My system is ML11 : oslevel –r 4330-11 - But xlC.rte is on wrong version : lslpp -L xlC.rte xlC.rte ... (3 Replies)
Discussion started by: astjen
3 Replies

3. UNIX for Dummies Questions & Answers

Crontab problem in AIX

Hi my script is as below. #! /bin/sh get=`ls -l *.ZIP | egrep -c '^-'` put=`cat Get_File_Count.txt|grep ''` if then echo $get > Get_File_Count.txt echo "Hi,\n\nYou've got a new feed!\n\nFilename : `ls -l *.ZIP|sort -k 6|tail -1|cut -c 58-90`" | mail -s "New File Received" user@domain.com... (8 Replies)
Discussion started by: naveen.kuppili
8 Replies

4. Shell Programming and Scripting

Sed or Awk for modify hour in a crontab AIX

Hi, I want to modifiy the hour in the crontab AIX 5.3 for this line: Input: 00 22 * * * /outillage/script_exploit/bin/SavOffline.ksh > /dev/null 2>&1 Output: 30 20 * * * /outillage/script_exploit/bin/SavOffline.ksh > /dev/null 2>&1 With the awk or sed function through a ssh -q... (1 Reply)
Discussion started by: khalidou13
1 Replies

5. AIX

How to upgrade AIX Firmware & TL Maintenance Level in AIX

Steps to upgrade AIX TL ( technology Level ) / Maintenance Level in AIX ( including Firmware HMC VIOS ) This article or post covers upgrades for - Hardware Management Console ( HMC ) - Firmware ( also known as microcode ) - VIO ( Virtual I/O Server = PowerVM ) - AIX Version, Technology... (2 Replies)
Discussion started by: filosophizer
2 Replies

6. Shell Programming and Scripting

Crontab on AIX

Hi I'm trying to set up a crontab on AIX and for some reason it's not running my script at the specified time - here's what I have tried so far: 30 14 * * * <scriptname> 35 14 *** /directory/<scriptname> 40,14 *** /directory/<scriptname> (nb crontab won't accept the comma) 1 and 2... (10 Replies)
Discussion started by: dbchud
10 Replies

7. AIX

Nim on AIX 7.1 used to migrate AIX 5.3 to AIX 6.1...is possible?

Using nimadm: nimadm -j nimadmvg -c sap024 -s spot_6100 -l lpp_6100 -d "hdisk1" -Y Initializing the NIM master. Initializing NIM client sap024. 0505-205 nimadm: The level of bos.alt_disk_install.rte installed in SPOT spot_6100 (6.1.3.4) does not match the NIM master's level (7.1.1.2).... (2 Replies)
Discussion started by: sciacca75
2 Replies

8. AIX

Will it affect my AIX LPAR security, when i set up email alerts on AIX server.

Hello, I've set up email alerts on AIX Servers. so that i can get email notifications (via mail relay server) when ever there is abnormal behavior. for example 1) my script monitors CPU/disk/memory etc... when it reaches high water ark, it will send an email alert. 2) disk usage alerts 3)... (5 Replies)
Discussion started by: System Admin 77
5 Replies

9. AIX

Samba 3.6 on AIX 7.1 - Windows 10 Access to AIX file shares using Active Directory authentication

I am running AIX 7.1 and currently we have samba 3.6.25 installed on the server. As it stands some AIX folders are shared that can be accessed by certain Windows users. The problem is that since Windows 10 the guest feature no longer works so users have to manually type in their Windows login/pwd... (14 Replies)
Discussion started by: linuxsnake
14 Replies
spintime(1)							  [incr Widgets]						       spintime(1)

__________________________________________________________________________________________________________________________________________________

NAME
spintime - Create and manipulate time spinner widgets SYNOPSIS
spintime pathName ?options? INHERITANCE
itk::Widget <- Spintime STANDARD OPTIONS
background cursor foreground relief See the "options" manual entry for details on the standard options. ASSOCIATED OPTIONS
textBackground textFont See the "entryfield" manual entry for details on the above associated options. labelFont labelMargin See the "labeledwidget" manual entry for details on the above associated options. arrowOrient repeatDelay repeatInterval See the "spinner" manual entry for details on the above associated options. WIDGET-SPECIFIC OPTIONS Name: labelPos Class: Position Command-Line Switch: -labelpos Specifies the position of the label along the sides of the various spinners: n, e, s, or w. The default is w. Name: hourLabel Class: Text Command-Line Switch: -hourlabel Specifies the text of the label for the hour spinner. The default is "Hour". Name: hourOn Class: hourOn Command-Line Switch: -houron Specifies whether or not to display the hour spinner in any of the forms acceptable to Tcl_GetBoolean. The default is true. Name: hourWidth Class: Width Command-Line Switch: -hourwidth Specifies the width of the hour spinner in any of the forms acceptable to Tcl_GetPixels. The default is 3 pixels. Name: militaryOn Class: militaryOn Command-Line Switch: -militaryon Specifies use of a 24 hour clock for hour display in any of the forms acceptable to Tcl_GetBoolean. The default is true. Name: minuteLabel Class: Text Command-Line Switch: -minutelabel Specifies the text of the label for the minute spinner. The default is "Minute". Name: minuteOn Class: minuteOn Command-Line Switch: -minuteon Specifies whether or not to display the minute spinner in any of the forms acceptable to Tcl_GetBoolean. The default is true. Name: minuteWidth Class: Width Command-Line Switch: -minutewidth Specifies the width of the minute spinner in any of the forms acceptable to Tcl_GetPixels. The default is 3 pixels. Name: orient Class: Orient Command-Line Switch: -orient Specifies the orientation of the hour, minute, and second spinners: vertical or horizontal. The default is horizontal. Name: secondLabel Class: Text Command-Line Switch: -secondlabel Specifies the text of the label for the second spinner. The default is "Second" Name: secondOn Class: secondOn Command-Line Switch: -secondon Specifies whether or not to display the second spinner in any of the forms acceptable to Tcl_GetBoolean. The default is true. Name: secondWidth Class: Width Command-Line Switch: -secondwidth Specifies the width of the second spinner in any of the forms acceptable to Tcl_GetPixels. The default is 3 pixels. Name: timeMargin Class: Margin Command-Line Switch: -timemargin Specifies the margin space between the hour, minute, and second spinners is any of the forms accpetable to Tcl_GetPixels. The default is 1 pixel. __________________________________________________________________________________________________________________________________________________ DESCRIPTION
The spintime command creates a set of spinners for use in time value entry. The set includes an hour, minute, and second spinner widget. METHODS
The spintime command creates a new Tcl command whose name is pathName. This command may be used to invoke various operations on the widget. It has the following general form: pathName option ?arg arg ...? Option and the args determine the exact behavior of the command. The fol- lowing commands are possible for spintime widgets: WIDGET-SPECIFIC METHODS pathName cget option Returns the current value of the configuration option given by option. Option may have any of the values accepted by the spintime command. pathName configure ?option? ?value option value ...? Query or modify the configuration options of the widget. If no option is specified, returns a list describing all of the available options for pathName (see Tk_ConfigureInfo for information on the format of this list). If option is specified with no value, then the command returns a list describing the one named option (this list will be identical to the corresponding sublist of the value returned if no option is specified). If one or more option-value pairs are specified, then the command modifies the given widget option(s) to have the given value(s); in this case the command returns an empty string. Option may have any of the values accepted by the spintime command. pathName get ?format? Returns the current contents of the spintime widget in a format of string or as an integer clock value using the -string and -clicks format options respectively. The default is by string. Reference the clock command for more information on obtaining time and its formats. pathName show time Changes the currently displayed time to be that of the time argument. The time may be specified either as a string, an integer clock value or the keyword "now". Reference the clock command for more information on obtaining times and its format. COMPONENTS
Name: hour Class: Spinint The hour component is the hour spinner of the time spinner. See the SpinInt widget manual entry for details on the hour component item. Name: minute Class: Spinint The minute component is the minute spinner of the time spinner. See the SpinInt widget manual entry for details on the minute com- ponent item. Name: second Class: Spinint The second component is the second spinner of the time spinner. See the SpinInt widget manual entry for details on the second com- ponent item. EXAMPLE
spintime .st pack .st -padx 10 -pady 10 AUTHOR
Sue Yockey Mark L. Ulferts KEYWORDS
spintime, spinint, spinner, entryfield, entry, widget Tk spintime(1)
All times are GMT -4. The time now is 08:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy