i have recently had to install aix, setup the ip address, gateway etc., but as soon as i logged out i could not login again. the hostname in /etc/hosts is correct, and i just cannot get any further
This problem is almost always because the server/workstation can not resolve its own name (an identity crisis
One way to resolve is to have the system rely on the /etc/hosts file for name resolution.
If their is an /etc/netsvc.conf then place
one line in it: hosts = local,bind4
if their is not an /etc/netsvc.conf then create one as the root user and place that line in it.
then either reboot or stop and restart CDE
shutdown -Fr or
ps -ef |grep dtlogin
kill -9 <pid of dtlogin>
/etc/rc.dt &
then exit and log back in
This issue was resolved and i can now login as the root user, but i created a new user and i still get this problem with the dt messaging system. This user does not have access rights so did an su command to the root user and followed all ths steps outlined above, but still with no luck.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.