Tag

#AIX

Get IBM Power system model in AIX

November 13, 2023

prtconf | head Example output: ~ # prtconf | head System Model: IBM,9131-52A Machine Serial Number: 181DF2G Processor Type: PowerPC_POWER5 Number Of Processors: 4 Processor Clock Speed: 1499…

Bulk Remove AIX Print Queues

October 7, 2022

I have about 50 HP JetDirect print queues on an AIX system that I wanted to remove in a more automated way. The following KSH script is what…

Test Dial on Modem in AIX

April 25, 2016

Had an issue with dialout on an AIX system this morning.  Problem resolved, but I learned a pretty handy little command for testing dial-out (I didn't have a…

Backspace in terminal on AIX

June 10, 2014

Instead of using Shift+Backspace to backspace on an AIX terminal, you can use the following setting in the .profile: stty erase '^?' Save the file and logout and…

Testing Disk in Linux using fio

July 24, 2012

I recently discovered a utility called fio that allows you to benchmark disk subsystem in Linux. Here are the results for this test. What is fio? fio is…

FastClaims for Tiger in AIX

January 31, 2012

So I've discovered that FastClaims in Allscripts Tiger AIX servers are stored in the following location. When a receipts are batched, they are stored in /m2/MF01/CLAIM499 When clicking…

Get serial number of AIX

October 28, 2009

Get the serial number of an AIX system. #!/bin/ksh # # Get serial number of AIX server; # # October 28, 2009 Rich Kreider # ser_num=`lsattr -El sys0…

AIX/Unix Common Commands

January 12, 2009

AIX/Unix Commands free - lists available disk space dfdb - lists dbspaces on the system. use ifxksh to initialize the ifx environment first who -b - displays last…