Search Results

Search: Posts Made By: busi386
Forum: Red Hat 01-29-2015
16,329
Posted By busi386
thx. I interpret csw as the number of times the...
thx. I interpret csw as the number of times the system is switching between threads to service different processes.

I interpret int are strait forward. The number of processes that need immediate...
Forum: Red Hat 01-29-2015
16,329
Posted By busi386
Dstat: column ---system---: what does int and csw mean.
Hello All

It has been some time sense I was last here.
Hopefully I have a few points left to get this question answered.

I am finding that dstat is a really great tool, but does any one know...
Forum: Linux 01-29-2015
2,572
Posted By busi386
Dstat: column ---system---: what does int and csw mean.
Hello All

It has been some time sense I was last here.
Hopefully I have a few points left to get this question answered.

I am finding that dstat is a really great tool, but does any one know...
968
Posted By busi386
Hi, thanks for the response. I think I am...
Hi, thanks for the response. I think I am barking up the wrong tree here. sudo does not seem to be the way to go. Maybe I would be better off changing the permissions of my script so that it runs...
968
Posted By busi386
Shell sIs there something special I need to do when using sudo in a script?
I have a script in which I used "sudo -s" I notice some extremely strange behavior when executing this script. To investigate this I decided to recreate the problem in the following script. I...
2,069
Posted By busi386
Hi, let me make sure I understand your question? ...
Hi, let me make sure I understand your question?
You just want to find files that have the word aix in them?
9,461
Posted By busi386
Hi, can we see a sample of what this cvs data...
Hi, can we see a sample of what this cvs data looks like?
14,788
Posted By busi386
Hi, maybe the best approach is to start with how...
Hi, maybe the best approach is to start with how the data was generated in the first place?
How are you generating the data thats going into this file? If its been giving to you by some one else, it...
1,607
Posted By busi386
Hi, copy and paste your script into this forum.
Hi, copy and paste your script into this forum.
6,505
Posted By busi386
Binary vs ASCII
nine times out of ten this is the problem.

I have seen numerous files not work properly because they were ftp over in binary instead of ASCII and vise versa.
1,297
Posted By busi386
Use Perl, it works on all platforms.
I prefer to use perl. it works on mostly all platforms.

with the limited information you provided, I was able to generate a program that resets the password for any given user ID.

note!(edit)...
15,534
Posted By busi386
if (file exist) { do whatever extract...
if (file exist) {
do whatever
extract data from file
delete file
touch file
}
done
Forum: Solaris 03-24-2014
3,543
Posted By busi386
I may be in over my head. Maybe I should not be...
I may be in over my head. Maybe I should not be the one trying to answer this.

Let me understand you. By autosys do you me the graphical user interface? AKA the Autosyst master scheduler?

last...
Forum: Solaris 03-24-2014
3,206
Posted By busi386
Your modifications worked like a charm. Please...
Your modifications worked like a charm. Please mark resolved.


#!/bin/sh
# Previous line specifies the shell that is to be used to interpret this script.
host=`uname -n` # Get system...
Forum: Solaris 03-24-2014
3,206
Posted By busi386
The script you provide looks really good. the...
The script you provide looks really good. the only problem is that the host name does not seem to be coming out.


,"ZFS (Root)","11.10.0,REV=2006.05.18.02.15",/
,"ZFS...
Forum: Solaris 03-24-2014
3,206
Posted By busi386
Clarification
Allow me to clarify my request for this post.


the command pkginfo -l, provides a long listing of all packages installed on a solaris system. the output would look similar to this:

PKGINST: ...
Forum: Solaris 03-20-2014
3,206
Posted By busi386
Hi This did not seem to help with issue 1...
Hi

This did not seem to help with issue 1 or 2.

thanks

---------- Post updated at 05:51 PM ---------- Previous update was at 10:44 AM ----------

It seems I am making some...
Forum: Solaris 03-20-2014
3,206
Posted By busi386
Host name in front of pkginfo output
hello all

I am trying to create a comma seperated file of the pkginfo command. The follwoing works pretty well.


pkginfo -l | egrep '(BASEDIR|NAME|VERSION)' | awk '{print}' ORS=', '...
Forum: Solaris 03-20-2014
2,646
Posted By busi386
yeah, after format just count the number of disk?...
yeah, after format just count the number of disk? There is actually already a count, however it starts with zero. So just add +1 to what ever number is present in format.
Forum: Solaris 03-19-2014
5,662
Posted By busi386
Hi the output from this script is: root...
Hi the output from this script is:

root /var/adm/perfmgr/bin/srmSUN -vunlep
root sh -c /usr/bin/iostat -x 60 1440
root /usr/sbin/cron

So on and so forth.....

Id like it to be

hostname,...
Forum: Solaris 03-19-2014
5,662
Posted By busi386
Host name in front of ps output
hello All. I am working on something that should be really simply.
It turns out that its not. I am trying to produce output to list the hostname along with all the current running programs.

the...
Forum: Solaris 03-18-2014
2,170
Posted By busi386
Hi, thats what I wanted to hear. I am a bit...
Hi, thats what I wanted to hear. I am a bit curious to know which part of the code refers to open sockets?

Here is what I am going to run with:

for pnum in `find /proc/*/fd -type s | nawk -F...
Forum: Solaris 03-17-2014
2,170
Posted By busi386
Hi does this mini script pull process ids of...
Hi does this mini script pull process ids of things running on the network only? im tempted to go with this. Let me know.
Forum: Solaris 03-14-2014
2,170
Posted By busi386
Get list of running network processes
Hello All

I am trying to get a list of process or applications runninging on the network only. I should emphasize that im not interested in the application or process if its not using the...
Forum: AIX 03-10-2014
2,598
Posted By busi386
There are no error messages. I was doing some...
There are no error messages. I was doing some research. I was told that the package should be there and its not. Thus I was wondering what it was and if it is necessary.
Showing results 1 to 25 of 40

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