Softpanorama
(slightly skeptical) Open Source Software Educational Society

May the source be with you, but remember the KISS principle ;-)

Softpanorama Search

AIX Tips and Tricks

News

AIX

Redbooks IBM Links Recommended Links  system configuration parameters Useful AIX commands AIX Logical Volume Manager Performance monitoring commands
no uptime ps top nice sar vmstat nfsstat AIX Networking
AIX run levels Useful AIX commands           Humor Etc

See also

Old News ;-)

entstat

Netstat in AIX does pretty much what netstat does everywhere else. entstat has some things in common but is especially useful because it shows the link status of a network connection. Many times I'm a few hundred miles from the server I'm managing and when networking isn't working, I need to figure out where the problem is. Entstat tells me whether I'd be seeing a link light if I was looking at the server and what speed the link is running at.

Commands for conversion DOS/Windows file to Unix format are:

AIX 4.X Hints, Tips, and Reference

Manipulating the /etc/exports file The /etc/exports file controls the access and availability for remote hosts to mount filesystems from a host. It is possible to edit this file directly, but after editing or changing /etc/exports it is necessary to run /usr/bin/exportfs to make changes effective. Supported commands for modifying /etc/exports are:

AIX Support Tips

System Information

Wiki AIX Note - Wiki@Lodbrok

JFS2 freeze/thaw

See APAR: IY66043

 
To freeze a filesystem:
chfs -a freeze=<timeout in seconds> /fsname

To thaw a filesystem:
chfs -a freeze=off /fsname

AIX packaging

Link between rpm and lpp

The command enables the rpm command to recognize that the libraries have been installed using installp.

/usr/sbin/updtvpkg

What is the current AIX Level?

  
$ oslevel
5.2.0.0

$ oslevel -r
5200-07

$ oslevel -s
5200-07-00

In what LPAR is this OS running?

  
$ uname -L # "AIX -1 NULL" Means there are no LPAR's (1 OS on 1 box).

Recommended Links

Sun Solaris to IBM AIX 5L migration -- Solaris is "normal" Unix system and this redbook can help to find solution for problem that you know how to solve in Solaris.

AIX Tips

AIX 4.X Hints, Tips, and Reference

Wiki AIX Note - Wiki@Lodbrok

IBM AIX Tips and Tricks



Copyright © 1996-2009 by Dr. Nikolai Bezroukov. www.softpanorama.org was created as a service to the UN Sustainable Development Networking Programme (SDNP) in the author free time. Submit comments This document is an industrial compilation designed and created exclusively for educational use and is placed under the copyright of the Open Content License(OPL). Site uses AdSense so you need to be aware of Google privacy policy. Original materials copyright belong to respective owners. Quotes are made for educational purposes only in compliance with the fair use doctrine.

Disclaimer:

Last modified: November 12, 2009