Computing.Net > Forums > Solaris > can't access v120 other than consol

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

Reply to Message Icon

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.

Thanks for the help.



Sponsored Link
Ads by Google

Response Number 1
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


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Solaris Forum Home


Sponsored links

Ads by Google


Results for: can't access v120 other than consol

can't access the solaris by telnet www.computing.net/answers/solaris/cant-access-the-solaris-by-telnet/3354.html

Can't Access FTP on Solaris 9 www.computing.net/answers/solaris/cant-access-ftp-on-solaris-9/2431.html

Solaris 9 console can't login CDE www.computing.net/answers/solaris/solaris-9-console-cant-login-cde/4118.html