Solaris Finger Service Problem


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris Finger Service Problem
# 8  
Old 10-01-2012
Is it a zone? (check with "zonename") Maybe finger is not installed there. You can check if anything is listening on finger port with:
Code:
netstat -an | grep LIST | grep 79

# 9  
Old 10-03-2012
This what is returned following the grep 79 code:

Code:
127.0.0.1.32795    *.*    0   0 49152
127.0.0.1.32798    *.*    0    0 49152

I have no clue what this means
# 10  
Old 10-03-2012
Well, you didn't include the "LIST" part. It is very important in this case as it would show only the ports open for connections. Anyway from that you posted it is clear that finger is not running on your server. Did you check what "zonename" is returning?
This User Gave Thanks to bartus11 For This Post:
# 11  
Old 10-03-2012
Quote:
Originally Posted by bartus11
Well, you didn't include the "LIST" part. It is very important in this case as it would show only the ports open for connections. Anyway from that you posted it is clear that finger is not running on your server. Did you check what "zonename" is returning?
No I did, I input the entire code you listed and what I posted was the result.

As for zonename:
Code:
#zonename
  global
#

# 12  
Old 10-03-2012
There is no finger service to disable on that machine. There might be one in a non global zone though ...

What says
Code:
zoneadm list -cv

?

Last edited by jlliagre; 10-03-2012 at 04:37 PM..
This User Gave Thanks to jlliagre For This Post:
# 13  
Old 10-03-2012
Quote:
Originally Posted by jlliagre
There is no finger service to disable on that machine.
Would you happen to know why that is? Doesn't Solaris come with it installed?
# 14  
Old 10-03-2012
Finger daemon as well as client command are part of the "SUNWrcmds" Solaris package. It is possible that someone uninstalled it from your box. You can check it with:
Code:
pkginfo -l SUNWrcmds

This User Gave Thanks to bartus11 For This Post:
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