The workstation is a SUN Ultra-25, using Solaris 10 as its operating system.
Actually that workstation was already configured for me. I logged on to the workstation, admire the new shiny interface of Solaris 10(very cool blue!), start up some applications, then notice that I can not connect to the network.
After some investigation, I found out that the network interface was not yet configured as required in my working environment.
So I changed the IP address using ifconfig. I also edit these files:
- /etc/hosts
- /etc/netmasks
- /etc/defaultrouter
Everything work, I can ping another workstation. I can logged in to another server.
Next step, I restarted the workstation, to test whether the configuration persist or not.
The workstation booted up just fine. I can telnet to it from another workstation. So I went to its monitor and try to login to the CDE.
To my surprises, I can not log in to the CDE!
It produce "can not start message server" error, and suggest me to check these files:
- /etc/src.sh
- /usr/adm/inetd.sec
- /var/adm/messages
- $HOME/.dt/errorlog
However in file 4, I found "can not start message server" error, or something like that. I forgot!:P
I did some googling and try this, as suggested in one of the online forum:
- Delete the .dt directory and .TTAutorithy file and restart the application. Those directory and file were automatically recreated, but I still can not login to system.
So I find it using command find / | grep ipnodes, and locate it under the directory /etc/inetd.
Open it using vi, I found out that the content is exactly the same as /etc/hosts.
I edited it to match my new configuration, then restart my workstation.
With my finger crossed, I try to logged on to the system.
This time it works!:D
No comments:
Post a Comment