Having problems with finger on Solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris Having problems with finger on Solaris 10
# 1  
Old 02-27-2012
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? or if there is another reason this might not work?

I use this to eliminate inactive accounts. Some of my systems have over 2K accounts and I cannot finger each one individually to determine whether they are active. Any help is appreciated!
# 2  
Old 02-27-2012
Did you enable finger service on the new servers? Try:
Code:
svcadm enable finger

# 3  
Old 02-27-2012
Is there a way to see if it's disabled or enabled? I'm not a Unix expert Smilie and I don't want to enter a command if I'm not sure what it will do. And to clarify, I should have included this earlier... I can still finger individual accounts, I just can't figure out how to get a list of ALL accounts.
# 4  
Old 02-27-2012
To check if service is enabled use:
Code:
svcs -xv finger

But if you are able to finger single account then it must be enabled...
# 5  
Old 02-27-2012
Well this is interesting... it tells me it's disabled since Feb 2 and "this service is not ruhnning". But I can still finger individual ids.
# 6  
Old 02-27-2012
Anyway try enabling it and see if it fixes your issue.
This User Gave Thanks to bartus11 For This Post:
# 7  
Old 02-27-2012
Thanks, I will give it a try tonight.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 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. UNIX for Beginners Questions & Answers

Execution Problems with Solaris 8

i have problems with using solaries 8 . code and commands for extracting files from CD ? especially extracting file.jar from package and batch (1 Reply)
Discussion started by: moh_abaloo
1 Replies

3. Solaris

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... (14 Replies)
Discussion started by: mvhoward
14 Replies

4. Solaris

solaris booting problems

hi am trying to get some knowledge on Solaris common trouble shooting problems.. can some one help me in getting most common issues.. and how to solve those issues. thanks in advance (4 Replies)
Discussion started by: aravindreddy
4 Replies

5. Solaris

Solaris 10 Log In problems

I installed Solaris 10 and I cannot get past the log in screen!!! It is asking for a user name and password!!! but I DID NOT set one up during install!!! I set up a password but it is NOT accepting that!! I am at a loss of what to do!!! what do I need to do to get past the log in scree??? (2 Replies)
Discussion started by: moltres_rider
2 Replies

6. Solaris

Problems installing Solaris 10

I just built my new computer with a q6600 quad core, 4 gig ram, Nvidia vidoo card but when I try to install the latest Solaris 10 on it the keyboard is not being detected when the installation starts so I'm unable to go complete the installation. First I tried a USB keyboard and it didn't work,... (2 Replies)
Discussion started by: isomorphic
2 Replies

7. Solaris

Solaris 9 mailx problems

how come I cant email myself, here is what im typing mailx saundersc Subject: hi hello world . EOT # su saundersc # mailx No mail for saundersc (5 Replies)
Discussion started by: csaunders
5 Replies

8. 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

9. UNIX for Dummies Questions & Answers

problems about installing Solaris 8 on PC

1. OSes coexistence can i install solaris 8 on my pc's 3th primary harddisk partition without damage the user and boot datas of installed operation system? and does i have to install Solaris 8 within several G(such as 8G) size of the harddisk? the following is partition table of my harddisk: ... (2 Replies)
Discussion started by: samprax
2 Replies

10. UNIX for Dummies Questions & Answers

Solaris 8 Install problems.

Hello Guys. I kinda need some advice about the partitions. You need to have "x86 Boot", "Solaris" and a "swap" partition right ? I did this: I typed 10 percentage for "x86 boot" and 85 percentage for "solaris". The swap partition was at 5000mb. Everything was going smooth, until this... (1 Reply)
Discussion started by: Noel
1 Replies
Login or Register to Ask a Question