1836355 Members
2111 Online
110100 Solutions
New Discussion

cifslist entries

 
khilari
Regular Advisor

cifslist entries

Hi guys, i am getting the following output for cifslist. wanted to know if i see an L is ok because i see LS in one entry... is L okay or the entry should be LS in the remote user state..




root@ # cifslist -x
Mounted Object Mountpoint
State
-------------------------------------------------------------------------------
kbrsd50:/nw07 /mntpt
M
===============================================================================
Server Local User Remote User Domain
State
-------------------------------------------------------------------------------
kbrsd50 root mk367t KBRHPSAP.LOCAL
L
kbrsd50 ds285 ds285 KBRHPSAP.LOCAL
L
kbrsd50 mk367 mk367 KBRHPSAP.LOCAL
LS

3 REPLIES 3
VK2COT
Honored Contributor

Re: cifslist entries

Hello,

The following is explanation of State symbols in the output of cifslist for users:

L = Logged in
S = Saved in user database

/var/opt/cifsclient/cifsclient.udb is the CIFS user database file. If a user is saved in the database, than they can subsequently be automatically logged in to the server.

So, all is good on your side :)

Cheers,

VK2COT
VK2COT - Dusan Baljevic
khilari
Regular Advisor

Re: cifslist entries

in the .udb file i dont see any users though.. when i do a strings on the file i get only the domain name....
VK2COT
Honored Contributor

Re: cifslist entries

Hello,

Use:

# cifslist -U

It exports user database in ASCII format.

Most of reasonably built HP-UX servers come with on-line manuals.

You should be able to run the following commands on your server:

# man -k cifs

# man cifsclient

On-line manuals are very good starting-points
for learning more about the commands.

Cheers,

VK2COT
VK2COT - Dusan Baljevic