How 2 Know
If you can't Google it, You Can Knowing it.

November, 2015Archive for

AIX can’t mount NFS mount: 1831-008

Tuesday, November 17th, 2015

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.

Continue Reading…

How to Configure DNS on AIX

Thursday, November 5th, 2015

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
    

    Continue Reading…

    How to check AIX Edition

    Thursday, November 5th, 2015

    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