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.
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.
Configure DNS on AIX
Add the DNS server(s) to the /etc/resolv.conf configuration file:
vi /etc/resolv.conf
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
You are currently browsing the How 2 Know November, 2015blog archives for .