The ibm-unix-system-services tag has no usage guidance.
5
votes
2answers
2k views
What is the best way to find a list of several strings within a large text file
The short, general question is: In Unix/Linux, what is the best way to find a list of several (about 150) strings within a large text file?
I am asking this to all Unix/Linux experts as a general ...
3
votes
0answers
182 views
Fork vs. thread system time [closed]
I got the following logs:
Program 1:
Taken from a program executed 64 fork calls:
real 0m0.023s
user 0m0.068s
sys 0m0.008s
Program 2:
Taken from a program executed 64 thread calls:
real 0m0.613s
...
2
votes
1answer
881 views
IBM Java Runtime Environment on CentOS
I need to install IBM's JRE, but I can't seem to find an appropriate download or guide to installing it on CentOS. I've found various zips, but none of them include an RPM and I have no idea where to ...
2
votes
3answers
239 views
How Do I install DB2 Remotely?
I have been trying to install IBM DB2 10.5.0.1 on AIX 7.1.0.0 from a Windows 8-64bit using a Remote connection. It has been 3 days and I haven't been able to succeed; Here is a list of everything I've ...
1
vote
1answer
478 views
numfsbufs and mount/remount of File Systems
What is the right the procedure to set the numfsbufs parameter?
The current value of the parameter is 196
App_Server:>ioo -o numfsbufs
numfsbufs = 196
The details of the server (prtconf ...
0
votes
1answer
324 views
Patching Process in AIX
I am new to the world of AIX and I am pretty unsure on how the patching process goes about.
I just joined a new company and they are using AIX as their preferred OS (actually due to having all IBM ...
0
votes
0answers
2k views
IBM V7000 scripts for monitoring
Hello (I'm no hard core coder:),
I try to develop a script to do some very basic monitoring on an IBM SVC.
My goal is to get some information about the nodes and my quroum status and then send ...