1832577 Members
3439 Online
110043 Solutions
New Discussion

Nis user information

 
Bineesh P.V
Occasional Contributor

Nis user information

Hi all,

I have an NIS server and 50 nis clients and aprox 300 nis users.Is there any way to find the list of users logged into any nis node from server itself(i mean without logging in to node)?
2 REPLIES 2
V. Nyga
Honored Contributor

Re: Nis user information

Hi,

'rusers -a'
or better
'rusers -a|sort -n'

Volkmar
*** Say 'Thanks' with Kudos ***
V. Nyga
Honored Contributor

Re: Nis user information

P.S.

If a client doesn't appear, you have to configure /etc/inetd.conf at the client, that 'rpc.rusersd' is allowed. (HP-UX 11i)
Restart with 'inetd -c'.

HTH
Volkmar
*** Say 'Thanks' with Kudos ***