Category

AIX

10 articles in this category

Get IBM Power system model in AIX

November 13, 2023 1 min read

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 1 min read

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 1 min read

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 1 min read

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…

FastClaims for Tiger in AIX

January 31, 2012 1 min read

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 1 min read

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 3 min read

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…