Search Results

Search: Posts Made By: Skyybugg
Forum: AIX 12-26-2013
3,952
Posted By Skyybugg
Commands to call script work from command line but not from Cron entry
My first post evidently did not materialize so I posted it again:

Runnning a cron job every 5 mins to send data files to a state facility.
My original cron entry at worked fine:
...
Forum: AIX 06-03-2010
2,741
Posted By Skyybugg
thank you
I thought I did it right once before.

Thanks,
# mklv -y snapfs99 -t'jfs2' tempvg 1
snapfs99
# /usr/sbin/snapshot -o snapfrom=/clarity /dev/snapfs99
Snapshot for file system /clarity created...
Forum: AIX 06-03-2010
2,741
Posted By Skyybugg
External Snapshot using previously defined lv
I prefer to assign my own lv names rather than the automatic LV creation that the snapshot
Can it be done or is IBM's man page flawed?
I am on AIX 6.1 TL 04 Machine type 9133-55A
All local SCSI...
3,056
Posted By Skyybugg
Jean-Perre, That worked! Thanks, SkyyBugg:)
Jean-Perre,
That worked! Thanks,
SkyyBugg:)
Forum: SCO 04-24-2008
6,669
Posted By Skyybugg
I have similar issues with one of two Compaq...
I have similar issues with one of two Compaq boxes running SCO.
I got hard errors but no under runs. I do get the end of medium errors too. I have a dat 4 tape drive that only needs one...
3,056
Posted By Skyybugg
How printf handles empty variables
See attached file that includes code, input and output.

I am processing a colon delimited input file and building a ":" (colon) delimited output file.
My printf statement prints contents of each...
Forum: Red Hat 04-03-2008
2,647
Posted By Skyybugg
Rebuilding C++ Libraries to save Linux install (purely academic question)
The crisis is over. I am just doing postmortem on how we handled it. So this is just an exercise in academics.

We have a mission critical system running on RED Hat Linux. It is a turnkey system...
Forum: SuSE 07-03-2007
156,052
Posted By Skyybugg
It is unbelivable what Linux can do with 256MB RAM
I installed UBUNTU desktop 7.04 on a PC that has been sitting under my desk for 3 years. when I was hired I was told I might need this Novell client.. hahaha hehe.
I was feeling diabolical one day....
Forum: HP-UX 05-31-2007
55,643
Posted By Skyybugg
I don't know if this works on HP but I use these...
I don't know if this works on HP but I use these on AIX to find "top hogs":
ps aux | tail +2 | sort -n +2 -r | head ; Top cpu hogs
ps aux | tail +2 | sort -n +3 -r | head ; Top memory hogs
Forum: AIX 05-31-2007
4,912
Posted By Skyybugg
Also, I have put in an Excell Sheet the past 30...
Also, I have put in an Excell Sheet the past 30 days of nmon CPU/Memory.
It is intresing to see what the CPU/ Memory, application adjustments did to this box. It is starke improvement to say the...
Forum: AIX 05-31-2007
4,912
Posted By Skyybugg
John thanks for the perspective and questions. ...
John thanks for the perspective and questions.
May 19: I shut down the box. IBM Installed the memory, then I booted up the box. Nmon reports show available memory hovered around 33-35GB.

I have...
Forum: AIX 05-30-2007
4,912
Posted By Skyybugg
It looks like when I list top proecesses on nmon,...
It looks like when I list top proecesses on nmon, no single process ever takes more than 1% of the memory. Even then, only one or two processes use use 1% at once. The utilization report that uses...
Forum: AIX 05-29-2007
4,912
Posted By Skyybugg
Strange Real Memory usage behavior
We have 2 Rs6000 S-85
Each initially had/have 6 processors and 8 GIG of RAM each
Node 1 we added 14 processors and 32 GIG of RAM On May 19. (11 days ago)
My memory utilization reporting for node...
3,746
Posted By Skyybugg
Hello, Just wanted to find out if you were...
Hello,

Just wanted to find out if you were able to determine why you had to put it fqdn. I am having similar if not same issue after I "unconfigured" HACMP on my two node cluster.

I am using...
8,218
Posted By Skyybugg
I don't know how to do it either. I am on AIX...
I don't know how to do it either. I am on AIX 5.3 ML04 and *old* Veritas Net Backup DataCenter 4.5 and I do not see anything in there about restore scripts at all.

I want to copy a production...
Forum: AIX 04-19-2007
8,684
Posted By Skyybugg
I know there are tools in those executeables to...
I know there are tools in those executeables to confirm that vpaths are ok but I do not remember how they are used. And there are tools to "clean it up"
Whatever you do you want to make sure you...
Forum: AIX 04-18-2007
3,741
Posted By Skyybugg
mksysb restore ( vgs on SAN disks)
I have my application vendor looking at this but I want to do my own investigation.

I restored from mksysb and I see my vgs that contain my internal disks.
But I do not see my vgs that contain...
Forum: AIX 04-18-2007
8,684
Posted By Skyybugg
I highly recommend you get a SAN Engineer that...
I highly recommend you get a SAN Engineer that knows what they are doing. I f you have SAN support with IBM *CALL THEM*. they are smart enough not to take you beyond what they are capable.

I...
2,720
Posted By Skyybugg
CFAJ, You are too gereous, writing that...
CFAJ,

You are too gereous, writing that code!
Fantastic observations. There is more than one way to write it and more than one way to fix it! I will play around with the case and printf code...
2,720
Posted By Skyybugg
CFJ Thanks for your suggestions! when I ...
CFJ
Thanks for your suggestions!
when I posted the script I said it was a snippet. I thought that the problem was in the snippet. Also I did not want to overwelm any one with my excessive and...
2,720
Posted By Skyybugg
I found the problem Something is wrong with my...
I found the problem Something is wrong with my typeset statements.
I took them out. The other poster, cfajohnson suggested using the formatting capabilities of printf. I need to learn how to do...
2,720
Posted By Skyybugg
I missed the errors on the upload of other two...
I missed the errors on the upload of other two files. Here they are.
ok That was output, this is the script. I had to take the "." off of the fileneme of my input file, windoze made me do it.
2,720
Posted By Skyybugg
That is the kind of behaviour of case is is...
That is the kind of behaviour of case is is perplexing me. I don't want to be assuming but I am attaching input, output and the entrire script. You will see in the input file towards the middle and...
2,720
Posted By Skyybugg
I replaced my case section with this one and now...
I replaced my case section with this one and now TYPEO is populated on first row but not the rest. TYPEP and TYPER showing empty on all rows!
Not sure why. Maybe I should post entire script,...
2,720
Posted By Skyybugg
using case to do this might be a bad idea?
Reading this file. I want to read all 4 fields.

If 2 is populated with a p, I want to set $TYPEP to "Printers",
if not should be empty.
If 3 is populated with an r, I want to set $TYPER to...
Showing results 1 to 25 of 29

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