Solaris 10 310-202 Question


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 10 310-202 Question
# 1  
Old 04-02-2010
Solaris 10 310-202 Question

Hello All,

Below I'm posting a question regarding a possible Solaris 10 310-202 exam question that I think is wrong. I do not agree that the answer is B. The inetadm command does not even have a flag/option of -a. Can anyone provide any assistance?

Thanks!



You've tried connecting to your server using telnet, however, you cannot get a login prompt. From
the system console, you display the following information about the telnet service:

fmri svc:/network/telnet:default
name Telnet server
enabled false
state disabled
next_state none
state_time Mon Aug 13 00:24:45 2007
restarter svc:/network/inetd:default
contract_id
Which answer describes what you can do to get the telnet service working again?

A. Enable telnetd in the /etc/inetd.conf file.
B. inetadm -a telnet
C. inetadm enable svc:/network/telnet:default
D. inetadm -a svc:/network/inetd:default

Answer: B
# 2  
Old 04-02-2010
Cheat !

Code:
vi /etc/default/login

comment out the following line as follows

Code:
# If CONSOLE is set, root can only login on that device.
# Comment this line out to allow remote login by root.
#
# CONSOLE=/dev/console

that was a joke

Telnet is under smf control so this is a book bug , you can see status of telnet using

Code:
svcs -xv |grep telnet

As far I know telnet is not in usage anymore , you can use SSH which is secure telnet
# 3  
Old 04-03-2010
Quote:
Originally Posted by solaris_user
Telnet is under smf control so this is a book bug
While there is indeed a typo, telnet is actually handled by inetd which is part of smf.
Quote:
you can see status of telnet using

Code:
svcs -xv |grep telnet

That one will give more information with less strokes:
Code:
svcs -xv telnet

Quote:
As far I know telnet is not in usage anymore
I wish this were true ...
Quote:
you can use SSH which is secure telnet
That's a good advice.

Back to the original question, the correct answer would be:
Code:
inetadm -e telnet

Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Homework & Coursework Questions

310-202 question

Hi guys, i need help : The system admin wants to configure user_attr(4)sources in the /etc/nsswitch.conf Which line needs to be configured? a: passwd b: user_attr The answer is A but wait !! I did a man nsswitch.conf and user_attr is a valid database ( at least for soalris 10) ,... (0 Replies)
Discussion started by: binary0011
0 Replies

2. Solaris

Who has "Solaris 10 Advanced System Administration(SA-202-S10)" latest revision doc?

Dear All, I am going to examine SA202 but I got SA-202-S10 revision A.1 so it might be out of date. Who has "Solaris 10 Advanced System Administration(SA-202-S10)" latest revision document? Could you share it ? Thank you in advance (2 Replies)
Discussion started by: unitipon
2 Replies

3. Solaris

Sun Certified System Administrator for the Solaris 10 OS, Part I (CX-310-200)

Hi all, I have been reading for Sun Solaris Administrator exam (CX-310-200) but i have kind of been dragging. Is there anyone preparing for this exam so we could make like a study group or accountability partner. Awaiting your response. thanks (6 Replies)
Discussion started by: nkechifesie
6 Replies

4. Solaris

Sun Certified Network Administrator for Solaris 10 OS (CX-310-302)

I want to start studying for Sun Certified Network Administrator for Solaris 10 OS (CX-310-302) Are there any books or study guides for this? I am pumping a dry well on Amazon and Borders... What have you used to study for this? Is there anything out there that is reasonable? I am not... (10 Replies)
Discussion started by: BrewDudeBob
10 Replies

5. AIX

change user id from 200 to 202

Hi AIX Experts, i need your help in this issue, i want to change user id of xyz user from 200 to 202 note that this xyz user owner for many files and directories so my issue how to change the user id from 200 to 202 and the files still under his ownership this is an urgent work ,... (4 Replies)
Discussion started by: sh_day1
4 Replies

6. Solaris

Solaris 9 Exam 310-014 & 310-015 Can anyone recommend some good study guides?

Hello, I'm going to be studying for my Solaris 9 System Administrator Certification and wondered if anyone had taken the exams and could recommend some good study guides / crams / books. Cheers, (8 Replies)
Discussion started by: unrealuk
8 Replies

7. Solaris

Advice - Solaris 9 Exam 310-014 & 310-015

I think I am ready for the 310-014 exam but not quite ready for the 310-015 exam as I still have a lot of study and practice to do to prepare for it.. Do most people sit the 014 exam and then prepare for the second exam? Any advice on how to tackle these is appreciated.. (3 Replies)
Discussion started by: frustrated1
3 Replies
Login or Register to Ask a Question