Search Results

Search: Posts Made By: johnl
2,510
Posted By johnl
File alert
Hi friends

I have configuration files in one directory. I want to get an alert if any of the existing files gets modified or any new configuration file is present in the directory.

Please help...
22,251
Posted By johnl
Shell script to catch PL/SQL return values
Better you can redirect the output to a flat file by spooling.
2,360
Posted By johnl
FTP server monitoring
Can anyone provide some ideas how to proceed this taks?
2,360
Posted By johnl
File Monitoring
Hi all

I have a ftp server where file will be ftped and processed and archived in archive once it's processed. The expected time for processing is 10 mins. I want to send an alert if any file is...
Forum: Solaris 11-27-2008
17,220
Posted By johnl
How to switch from GUI to text mode?
Hi all

I have installed solaris 5.10 and it is loading in GUI mode by default.
I want to load in text mode by default. How to do this? How to switch from GUI to text mode and vise versa.?
...
Forum: Solaris 11-26-2008
4,016
Posted By johnl
Network configuration
Hi
I have installed Solaris 5.10 on Intel x86 machine (standalone).
I want to access internet through solaris. How should I configure the network? Is static IP or DHCP advisable?
9,698
Posted By johnl
How to schedule a job in shell scripting.
Hi all

I have made a shell script to check jobs' status and send an alert based on the result. I want to run this script to run every 4 hours and I don't have access to cron.

Can we schedule...
8,703
Posted By johnl
How to use perl in shell script?
Jim

Thanks for hint. It works fine.
How can I get the month value in MM format instead of MON?
8,703
Posted By johnl
How to use perl in shell script?
Hi all

I use below perl command to convert unix timestamp into readable format.
perl -e 'print scalar localtime (1222131600), "\n"' and output is
'Mon Sep 22 21:00:00 2008' which is perfect.
...
10,892
Posted By johnl
How to kill top command using script?
Hi all,

I am using top command in my script to redirect output to temp file. I used kill -9 `ps -ef|grep top|grep -v grep|awk '{print $2}'` to kill top command in my script, but it is not working?...
1,992
Posted By johnl
How to find out command has returned any value?
Hi Pals

I am using this command in my script to find out warnings using fgrep where $log is the log file name, $date is the date to be searching and warnings.list contains list of matching words....
3,192
Posted By johnl
Thanks era..It works the way I wanted
Thanks era..It works the way I wanted
3,192
Posted By johnl
How to from grep command from a file which contains matching words?
Hi all

I have a file with below content (content is variable whenever new product is launched). I need form a grep command like this
egrep "Unknown product|Invalid symboland so on"
How to do it...
2,822
Posted By johnl
Find and replace some line
Hi all

I have a file which has n no. of lines. I want to find string called "John"

and add 5 lines below the string. Help me to do it using script?
5,381
Posted By johnl
passwordless login from a server to another server
Hi guys

I am logged into one solaris server and I want to ssh other solaris servers and perform some commands. If I use script it asks for password. How to login without supplying password and...
Showing results 1 to 15 of 15

 
All times are GMT -4. The time now is 01:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy