- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ff and finger
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 03:53 AM
05-12-2004 03:53 AM
ff and finger
and my "finger loginname" is not instant - it takes considerably longer than usual to return an answer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 04:25 AM
05-12-2004 04:25 AM
Re: ff and finger
Does sar 5 5 give zero idle time?
Does top report high load (oveR 10?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 04:33 AM
05-12-2004 04:33 AM
Re: ff and finger
HP-UX K460 B.11.00 U 9000/889 05/12/04
11:31:18 %usr %sys %wio %idle
11:31:23 27 21 49 3
11:31:28 30 24 44 3
11:31:33 29 21 46 5
11:31:38 28 22 43 6
11:31:43 28 19 46 6
Average 28 21 46 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 04:51 AM
05-12-2004 04:51 AM
Re: ff and finger
HP-UX K460 B.11.00 U 9000/889 05/12/04
11:48:29 %usr %sys %wio %idle
11:48:34 20 18 46 16
11:48:39 21 19 35 25
11:48:44 21 17 40 22
11:48:49 24 22 35 19
11:48:54 22 19 51 9
Average 22 19 41 18
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 09:26 AM
05-12-2004 09:26 AM
Re: ff and finger
Linda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 08:17 PM
05-12-2004 08:17 PM
Re: ff and finger
Look true "command #top" what the problem is.
With q you can exit this.
Groetjes,
JdR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 09:13 PM
05-12-2004 09:13 PM
Re: ff and finger
- about ff:
man ff:
ff(generic) - list file names and statistics for a file system
Why do you launch it
'ff loginname'? As far as I know 'ff' is about information on filesystems.
- about finger:
finger reads /etc/utmp file; maybe it is bad. Then try:
# > /etc/utmp
This will trim to zero the utmp file.
Then try finger.
HTH.
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 01:12 AM
05-13-2004 01:12 AM
Re: ff and finger
ff username - the actual command does the finger command which is taking forever.
Linda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 01:36 AM
05-13-2004 01:36 AM
Re: ff and finger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 01:40 AM
05-13-2004 01:40 AM
Re: ff and finger
Linda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 01:45 AM
05-13-2004 01:45 AM
Re: ff and finger
That will clear the file. Before you do it though, just realize that all the data from the 'last' command comes from there, so historical information will be lost.
But the file grows without bounds if you don't clear it; so I clear it now and then anyway.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 01:47 AM
05-13-2004 01:47 AM
Re: ff and finger
# ls -l /var/adm/wtmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 01:55 AM
05-13-2004 01:55 AM
Re: ff and finger
-rw-rw-r-- 1 adm adm 58560 May 13 08:52 /var/adm/wtmp
also I have a product called double vision running that goes on this info
so I really don't want to wipe out the history during the day, otherwise our helpdesk can't doublevision to the user already logged in if they are having problems
Linda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 02:12 AM
05-13-2004 02:12 AM
Re: ff and finger
So that can't be the problem. Sorry I thought we were on to it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 02:21 AM
05-13-2004 02:21 AM
Re: ff and finger
/etc/utmp holds data about who's logged in currently. /etc/wtmp is a history of past logins.
Do a man on utmp or wtmp and you'll get all the info on these files.
Again though, /etc/utmp and /var/adm/wtmp do contain useful info, you'll need to decide when it's OK to clear them.