Search Results

Search: Posts Made By: roden
Forum: AIX 02-15-2008
23,743
Posted By roden
List the disknames with the lsdev command and...
List the disknames with the lsdev command and specify your disktype, examples:
lsdev -Cc disk -t htcuspmpio -Fname # Hitachi
lsdev -Cc disk -t MSYM_RAID -Fname # Emc
lsdev -Cc disk -t mpioosdisk...
Forum: AIX 02-15-2008
6,775
Posted By roden
filemon and RPM lsof
filemon and RPM lsof
Forum: AIX 02-15-2008
5,793
Posted By roden
More and more AIX links
IBM AIX Manuals
pSeries and AIX Information Center (http://publib.boulder.ibm.com/infocenter/pseries/)


IBM AIX Redbooks
IBM Redbooks (http://www.redbooks.ibm.com/)


IBM AIX Wiki
IBM...
Forum: AIX 02-15-2008
7,750
Posted By roden
You could use RSCT for monitoring, have a look...
You could use RSCT for monitoring, have a look at: Status daemon monitoring (http://publib.boulder.ibm.com/infocenter/clresctr/vxrx/topic/com.ibm.cluster.csm16010.admin.doc/am7ad_statdaem.html)

A...
5,645
Posted By roden
How about: echo $noofrec "${AMT[@]}"|awk...
How about:

echo $noofrec "${AMT[@]}"|awk '{nrec=$1;for (i=2;i<=NF;i++) {print $i;shift}}'

:)
7,788
Posted By roden
The AWK solution is of course very simple and...
The AWK solution is of course very simple and easy to read ;)


awkit file:
/^[a-zA-Z]/{d=$1;next}
/^[0-9]/{print $1,d}

For each line starting with an alphabetic character, store it in...
7,796
Posted By roden
If you have a DEC VT or IBM terminal (I guess...
If you have a DEC VT or IBM terminal (I guess other brands do the same), you can attach a serial printer to the AUX port and after activating it in the terminal setup, you can hot key print the...
62,265
Posted By roden
system A <-> system B rcp for...
system A <-> system B

rcp for non-interactive use system B needs a valid IP@ or hostname for systemA in ~/.rhosts (chmod 600 ~/.rhosts), with -r recursive get/put
rexec for...
11,493
Posted By roden
The following sends email to a loguser with the...
The following sends email to a loguser with the output from the "command".


crontab entry for the user:
* * * * * /path/command 2>&1 | mail -s "command report rc=4?" logmaster

/etc/aliases...
8,295
Posted By roden
For IBM AIX systems (5L in particular) you could...
For IBM AIX systems (5L in particular) you could read about the "sar" tool in "AIX 5L Performance Tools Handbook" from IBM:
http://www.redbooks.ibm.com/pubs/pdfs/redbooks/sg246039.pdf
4,149
Posted By roden
If you do not want to care about filenames, you...
If you do not want to care about filenames, you could also do this:

cd to_where_you_want_to_unpack_the_tar_files
gzip -c < path_to_the_zipped_tar_file | tar xvf -
18,296
Posted By roden
Someone has reset the timeslice from 10 to 1. You...
Someone has reset the timeslice from 10 to 1. You should inquire why this has been done first of all, and maybe other settings has been changed as well that you need to be aware of.

If your...
2,506
Posted By roden
Start by obtaining the process id (PID) and...
Start by obtaining the process id (PID) and parent process id (PPID) for each xterm that is running, crosscheck the PPID against your applications process ids (PIDs). If you find a match your...
14,016
Posted By roden
To add newlines to the login screen, you need to...
To add newlines to the login screen, you need to use the following escape sequence: \r\n (CRNL).

Example:

herald = "\r\n\r\nAuthorized login only\r\nlogin: "

Will be displayed with two blank...
Showing results 1 to 14 of 14

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