Solaris Finger Service Problem


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris Finger Service Problem
# 1  
Old 10-01-2012
Solaris Finger Service Problem

I have been instructed to disable the finger service for our Solaris 10 box. However when I input #svcadm disable finger I receive: "svcadm: Pattern 'finger' does not match any instances. I have also tried to edit the inetd config file and comment out the finger part but Solaris has basically rendered this file useless as all disabling/enabling services must be done through svcadm.

All help/suggestions appreciated.
# 2  
Old 10-01-2012
Can you post output of:
Code:
svcs -a | grep finger

# 3  
Old 10-01-2012
Quote:
Originally Posted by bartus11
Can you post output of:
Code:
svcs -a | grep finger

Nothing is returned:

Code:
#svcs -a | grep finger
#

# 4  
Old 10-01-2012
Right. And this?
Code:
inetadm -l | grep finger

# 5  
Old 10-01-2012
Quote:
Originally Posted by bartus11
Right. And this?
Code:
inetadm -l | grep finger

I get nothing returned for that as well:

Code:
inetadm -l | grep finger
Usage:
  inetadm
  inetadm -?
  inetadm -l {FMRI | pattern}...
  inetadm -e {FMRI | pattern}...
  inetadm -d {FMRI | pattern}...
  inetadm -m {FMRI | pattern}... {name=value}...
  inetadm -M {name=value}...

# 6  
Old 10-01-2012
Sorry, wrong syntax. It should be
Code:
inetadm | grep finger

Anyway I just logged into a Solaris box to check it and both "svcs -a | grep finger" and "inetadm | grep finger" return finger FMRI.
# 7  
Old 10-01-2012
Quote:
Originally Posted by bartus11
Sorry, wrong syntax. It should be
Code:
inetadm | grep finger

Anyway I just logged into a Solaris box to check it and both "svcs -a | grep finger" and "inetadm | grep finger" return finger FMRI.
Yeah I changed it to the corrected syntax and I still receive nothing. Idk how to disable this service if the system cannot even find it in the first place.Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Not able to disable finger & telnet command in Solaris 8

Hi I need to disable finger & telnet command in solaris 8 I have put the # infront of finger and telnet line in /etc/inetd.conf file. Further I have run the below command kill -1 <process id of inetd > But when I am running finger command it is till giving information for remote machine... (8 Replies)
Discussion started by: amity
8 Replies

2. Solaris

Not able to start cron service in Solaris 10

Hi, This is Solaris-10 x86. I am not able to start cron service, configured in FMRI. It is in maintenance and when I clear it, it seems like calling and failing on /etc/init.d/tcs-rtm script. I am not able to figure out, why cron is calling that script, if this failure is because of that. Cron... (5 Replies)
Discussion started by: ron323232
5 Replies

3. Solaris

Having problems with finger on Solaris 10

I have a bunch of Solaris systems and for the 8/9 systems, I can type "finger -s 2" to get a list of all users (whether they are logged in or not) and the last time they logged in. I have some new 10 systems and this command does not work. Does anybody know whether this was changed in Solaris 10?... (6 Replies)
Discussion started by: Muller
6 Replies

4. Solaris

service error on solaris 10

Hi, I am getting following error on my sparc box running solaris 10 - maintenance Feb_12 svc:/application/management/scx-cimd:default In log file, following logs are found - Starting Cim server daemon Stopping Cim server daemon CIM Server stopped. CIM Server stopped... (2 Replies)
Discussion started by: sunadmin
2 Replies

5. Solaris

service error on solaris 10

Hi, I am getting following error on my sparc box running solaris 10 - maintenance Feb_12 svc:/network/cswvncserver:default In log file, following logs are found - Following logs are found - /sbin/sh: /var/opt/csw/svc/method/svc-cswvncserver: cannot execute vncserver: couldn't find... (2 Replies)
Discussion started by: sunadmin
2 Replies

6. Solaris

Solaris service tag

Hi all, please can any one help me to know the service tag of the solaris machine .Is there any command to get the service tag from remote machine which has been connected through telnet or ssh. thanks in advance sorry for my english (9 Replies)
Discussion started by: pratheepv
9 Replies

7. UNIX for Advanced & Expert Users

help with list service for Solaris 10x86

I need help finding a free download for a list service like list serv for solaris 10 x86 ? Anyone (0 Replies)
Discussion started by: parente
0 Replies

8. Solaris

service in solaris

hi frnds What is the command for checking all the services running in the solaris. mit (3 Replies)
Discussion started by: naik_mit
3 Replies

9. UNIX for Dummies Questions & Answers

What is plan that comes when you use finger "usename" on solaris ?

Hai, In order to find out a user we can use finger "username" . The output of finger command has various details in the following manner : Login name: xyz In real life: xyz Directory: /home/xys Shell: /bin/ksh No unread mail No plan What is the plan... (1 Reply)
Discussion started by: ajphaj
1 Replies
Login or Register to Ask a Question