Search Results

Search: Posts Made By: roden
Forum: AIX 02-15-2008
23,806
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,800
Posted By roden
filemon and RPM lsof
filemon and RPM lsof
Forum: AIX 02-15-2008
5,807
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,780
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,689
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,812
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,817
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,345
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,539
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,315
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,160
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,322
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,523
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,044
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 10:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy