Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
can't access v120 other than consol
Name: omarsotres Date: September 24, 2003 at 18:18:12 Pacific OS: solaris 8 CPU/Ram: v120 / 512
Comment:
I install the solaris 8 in my server but i can only access the server by console i can't acces by telnet or ftp, i try to edit the login file but i can't the vi editor saves ok the changes but when i edit it again it's just like no changes were made.
Name: David Perry Date: September 24, 2003 at 19:59:10 Pacific
Reply:
I thought I answered this already. Your difficulty is not with your Sun machine but your inability to make changes with vi to a file that does not have write priviledges. If you can't do it a different way, try this
chmod ugo+w /etc/default/login vi /etc/default/login
make your changes
ESCAPE wq!
reboot
You can also use sed to make changes to a file if vi is to difficult for you.
sed -e 's/^CONSOLE/#CONSOLE/' /etc/default/login > /tmp/login mv /tmp/login /etc/default/login
0
Response Number 2
Name: RobinJ Date: September 25, 2003 at 01:26:29 Pacific
Reply:
You could try this Type in env Note the value of TERM (This needs changeing, most likely default to sun) Type in TERM=dtterm Type in export TERM
Summary: Hai! everybody! We have a Sun Fire V100 server powered by solaris 9. Evryday morning,I can't access it by telnet .but before I go home I can do access it by telnet. when I press the keyboard ,the cons...
Summary: I have a major problem on Solaris 9... HELP!!! I am kind on a newbie to Unix. I can't FTP into the 9 OS. I have edited the /etc/ftpusers and /ect/default/login file and a lot more. I have created seve...
Summary: I am have this same problem since we moved two e450's to a rack with a dell flat screen, new PGX32 monitor boards, and a KVM switch box. I didn't see the solution to the below email chain from along ...