Search Results

Search: Posts Made By: cdlaforc
Forum: Linux 10-14-2014
8,901
Posted By cdlaforc
Need help determining if %SI(software interrupts) are too high
Hello,
The organization I work for uses SCOM(Microsoft Systems Center Operations Manager) for Data Center Management/alerting. Since the client was installed on our Linux servers we have been...
5,218
Posted By cdlaforc
Trying to customize auditd.cron
Hello all,
I'm trying to update auditd.cron to force rotate daily and gzip audit.log.1. I will probably then remove anything older that 3 months. The part I don't like about my script right now...
16,753
Posted By cdlaforc
Corona688, Thanks for the info. ...
Corona688,
Thanks for the info.



I think my line wrapped here when I pasted it which made it a little confusing. I was echoing out that string of commands and piping them into at. I...
16,753
Posted By cdlaforc
Thanks for the info. I would like to keep this...
Thanks for the info. I would like to keep this in shell script(bash). It's kind of a learning project trying to learn all I can about shell scripting for bash. So I'm trying to build a little...
16,753
Posted By cdlaforc
Non-blocking pipe
Hello,
Would this be an acceptable way of creating a non-blocking pipe.
Basically I want to create kind of a server client arch.
This code would be in the server, and I don't want to have...
1,923
Posted By cdlaforc
Try this. Save the below code in chris2.awk ...
Try this.

Save the below code in chris2.awk
{

if (substr($1,1,5)=="Store") {

if (NAME!="")
{
printf("%15s:%15s Deployments\n", NAME, COUNT)
}

COUNT=0
NAME=$1
...
Showing results 1 to 6 of 6

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