Monthly Archives: November 2015

AIX can’t mount NFS mount: 1831-008

Sometimes when you try to mount file system (NFS) you will get the following Error: #mount -o rw server1:/dir /bk mount: 1831-008 giving up on: server1:/dir vmount: Operation not permitted.

How to Configure DNS on AIX

Configure DNS on AIX To configure DNS on an AIX server: Add the DNS server(s) to the /etc/resolv.conf configuration file: vi /etc/resolv.conf

How to check AIX Edition

IBM AIX has a 3 Edition (Standard, Express, Enterprise) and you can check the installed edition on you server by the following command: /usr/sbin/chedition -l and you can check the difference between each edition from the following Link: http://www-03.ibm.com/systems/power/software/aix/v61/editions.html