Search Results

Search: Posts Made By: linuxaddict7
1,760
Posted By linuxaddict7
Right now, with all the solutions, output is like...
Right now, with all the solutions, output is like this.


Name Last Sync Time
Job1 Thu Aug 25 11:00:17 EDT 2011
Job2 Thu Aug 25 11:00:17 EDT 2011
Job3 ...
1,760
Posted By linuxaddict7
I tested all of the suggestions and all of 'em...
I tested all of the suggestions and all of 'em work. While it provides the output, I want to slightly adjust the format as below.

Name Last Sync Time
Job1 ...
1,760
Posted By linuxaddict7
You guys awesome. I am going to check all of the...
You guys awesome. I am going to check all of the solutions. thanks.
1,760
Posted By linuxaddict7
File Format Help
I run a command,(EMC Celerra replication status), and it prints in specific format. I would like to re-format to read better. Any help is appreciated.

FROM:

Name =...
5,775
Posted By linuxaddict7
I looked at sar initially, but it wont provide...
I looked at sar initially, but it wont provide process level granularity.

Could you please explain a bit on how to achieve thru snapshots?
5,775
Posted By linuxaddict7
I redirected the left most column to a file ...
I redirected the left most column to a file

ps -eo pcpu,pid,user,args,cputime | grep winbind|grep -v grep|awk '{print $1}' > /tmp/file1

Calculated the Avg.

echo `echo $(sed -e 's/$/+/'...
5,775
Posted By linuxaddict7
Restart a Service!!
Hello, I am trying to write a script which will monitor few processes(winbind) for cpu utilization, If the process consumes more than say 99% cpu for 3 minutes, I want to run a script to restart the...
7,260
Posted By linuxaddict7
1. Is the sendmail running on the unix machine? ...
1. Is the sendmail running on the unix machine?
2. Does the host has port open to send mails out?
3. Are you able to resolve external domains(gmail.com)
4. Tail the messsages on /var/log/messages...
1,631
Posted By linuxaddict7
thank you. Worked great..!!
thank you. Worked great..!!
1,631
Posted By linuxaddict7
Rename files
Hi, I wanna rename bunch of files which has ":" to -.

ie. rename file named file1:file1 to file1-file1.

any ideas?
1,531
Posted By linuxaddict7
If you want to do w/o sed, tell the hostname to...
If you want to do w/o sed, tell the hostname to print the shortname.

hostname -s
Forum: Solaris 05-22-2008
18,632
Posted By linuxaddict7
is it the right CD? Looks like OBP cant boot from...
is it the right CD? Looks like OBP cant boot from CD? It shud be Solaris Installation CD.
Forum: Solaris 05-22-2008
18,227
Posted By linuxaddict7
run devfsadm and see if it recreates those...
run devfsadm and see if it recreates those devices again.
Forum: Solaris 05-22-2008
6,479
Posted By linuxaddict7
And check /etc/default/login.. there may be few...
And check /etc/default/login.. there may be few entries related to timeout.
Forum: Red Hat 05-22-2008
10,751
Posted By linuxaddict7
IS the filesystem mounted RW? if not remount it...
IS the filesystem mounted RW? if not remount it with
mount -o remounnt,rw /

Check the permission of /etc/shadow and /etc/passwd

Do history and see what commands were run related passwd
...
Forum: Solaris 05-21-2008
6,479
Posted By linuxaddict7
1. what kind of shell u r using? if its c or...
1. what kind of shell u r using? if its c or tcsh, then unset autologout.
2. check /etc/ssh/sshd_config and look for strings like Client/Interval/Idle and change accordingly, then do kill -HUP `cat...
7,294
Posted By linuxaddict7
dig output
Can you post the output of ls -ltr `which dig` ?
Showing results 1 to 17 of 17

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