Sponsored Content
Top Forums Shell Programming and Scripting Error in script to automate the daily monitoring process of UNIX server and it's proc Post 302308932 by giannicello on Monday 20th of April 2009 04:13:22 PM
Old 04-20-2009
Are you sure you have a 'done' for every 'do' while? Where does #23 do end?
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Automate daily FTP files

How to automate FTP files daily with the following constraints 1) Try (every 15 mins or 30 mins) FTP till it reconnects 2) Files that arrive in between 5:30 pm and 2:00 am 3) The sat and sun, mon files are to be FTP on monday. 4) Only the txt files are to be FTP'ed. The following are the... (2 Replies)
Discussion started by: bobbygsk
2 Replies

2. Shell Programming and Scripting

Automate Log Monitoring Process

I am a new member of this forum and am also new to unix shell scripting. I joined the forum to seek for help to achieve my task as this forum helps people. here's what i do manually on daily basis 1)Loginto different unix box 2)Ftp the log files (morethan 50 each dir) to windows 3)use text pad... (3 Replies)
Discussion started by: sharugan
3 Replies

3. Shell Programming and Scripting

automating daily monitoring process

Hi there, I have to automate daily monitoring process and then the result of these process should be sent to a log file, then this log file should be mailed . ps -ef | grep aa In this atleast one process should run. If the process is running it should mention Success in the log file... (3 Replies)
Discussion started by: NehaKrish
3 Replies

4. Shell Programming and Scripting

Bash script to Automate the Virtual Host creation process!!

Hi all, This is my sample code in /etc/httpd/conf.d/applications.conf file currently we are creating subdomain mannually for every new subdomain. I want to automate this process througs bash script , how its possible. <VirtualHost *:80> ServerName google.com ServerAlias google.com... (5 Replies)
Discussion started by: anishkumarv
5 Replies

5. Shell Programming and Scripting

Need help in creating a shell script to automate svnstats process

Hi, I am trying to create a shell script to automate the following process of getting svn stats:- Step1:- cd to checkout location. Note that the checked code have multiple modules in respective folders Step2:- Execute this command inside each module:- svn log -v --xml >... (0 Replies)
Discussion started by: d8011
0 Replies

6. UNIX for Dummies Questions & Answers

Automate sftp process using script

Hi, guys, I am trying to automate a sftp process using "expect" method (since the key authentication method is disabled in my company network, there is no helping it). In order to try, I type in the command manually: sftp @ > << EOF >cd >ls -l >EOF >Connecting to @servername password: ... (3 Replies)
Discussion started by: warmboy610
3 Replies

7. Shell Programming and Scripting

Help me with daily monitoring script

find /usr/IBM/FileNet/BulkUploaderScript/$i/Log/SuccessLog \( -newer range_start -a \! -newer range_end \) -exec wc -l {} \; |awk '{total+=$1-1} END {print total}' >>$LOGFILE I need to print time stamp of the files int the paticular period .Please modify the above script so that i get... (34 Replies)
Discussion started by: RaghavendraT
34 Replies

8. Emergency UNIX and Linux Support

Monitoring progress of a process in Linux server

Hi friends, I am quite used to using glance in HPUX servers for analysis performance issues with a particular process as requested by app. folks. The options which are very helpful to me are the "F" , "W" , "L" stats. How can i get the similar details on Linux servers without using glance?... (2 Replies)
Discussion started by: kunwar
2 Replies

9. Shell Programming and Scripting

Script to automate recovery process

Hello All! First post... I am working on a script that is used to recover a crashed drive from an rsync backup. I'm down to the place where I need to create all of the directories in /mnt where I will then mount each of the volumes and begin the restore process to each volume... I have... (3 Replies)
Discussion started by: RogerBaran
3 Replies

10. Open Source

Help with writing Shell Script to automate process using multiple commands

Hello! Need help to write a Linux script that can be run from windows using command/Cygwin/any other way. I am new to scripting, actually i am trying to automate server health check like free disk space, memory along with few services status, if any services is not running then start services ,... (7 Replies)
Discussion started by: Sayed Ibrahim
7 Replies
DMX(3)							     Library Functions Manual							    DMX(3)

NAME
DMX - X Window System DMX (Distributed Multihead X) extension DESCRIPTION
The DMX extension provides support for communication with and control of Xdmx(1) server. Attributes of the Xdmx(1) server and of the back- end screens attached to the server can be queried and modified via this protocol. SUMMARY OF LIBRARY FUNCTIONS
The following is a summary of DMX library functions: DMXQueryExtension(3) - determine if DMX is available DMXQueryVersion(3) - determine DMX extension version DMXSync(3) - flush protocol requests between Xdmx(1) and back-end X servers DMXForceWindowCreation(3) - force immediate back-end window creation DMXGetScreenCount(3) - determine number of back-end screens DMXGetScreenAttributes(3) - determine back-end screen attributes DMXChangeScreensAttributes(3) - change back-end screen attributes DMXAddScreen(3) - attach a new back-end screen DMXRemoveScreen(3) - detach a back-end screen DMXGetWindowAttributes(3) - determine back-end window attributes DMXGetDesktopAttributes(3) - determine global bounding box DMXChangeDesktopAttributes(3) - change global bounding box DMXGetInputCount(3) - determine number of input devices DMXGetInputAttributes(3) - determine input device attributes DMXAddInput(3) - attach a new backend or console input DMXRemoveInput(3) - detach an input DMXAddBackendInput(3) - attach a new back-end input DMXAddConsoleInput(3) - attach a new console input Each of these functions is described in its own man page. SEE ALSO
Xdmx(1), xdmxconfig(1), vdltodmx(1) X Version 11 libdmx 1.1.3 DMX(3)
All times are GMT -4. The time now is 09:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy