who not working


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users who not working
# 1  
Old 04-20-2007
who not working

Hi,
We have a AIX 5.3 box. The 'who' command is not displaying the users loggged in to the system. Even who -a doesnt list out all the users. What are the details that I need to provide? Could it be a permission issue? Slightly confused at this moment.

The who -q gives output as '0 users'. Very strange!!

Last edited by ranj@chn; 04-20-2007 at 01:31 AM.. Reason: adding more info
# 2  
Old 04-20-2007
I do not know that much AIX. Do you have a utmp or utmpx file that show activity - ie. get larger over time?

Normally these files are maintained by init, login, getty, telnet; entries are constantly being added on an active system.
# 3  
Old 04-20-2007
yes

The utmp file is getting updated. Even the /var/adm/wtmp file gets updated. I check the ouput of 'last' and some of the rows show that system was halted abnormally. Could this be the cause of the issue? Sometimes, the last 's output shows a terminal itself as a user. Please find a sample output.
Quote:
rkumar@bdc4reteaix1w:/var/adm >who -a
. system boot Apr 17 10:34
. . Apr 17 10:34 3:47
. . Apr 17 10:34 3:47
. . Apr 17 10:34 3:47
. . Apr 17 10:34 3:47
. . Apr 17 10:34 3:47
. . Apr 17 10:34 3:47
. . Apr 17 10:34 3:47
srcmstr + . Apr 17 10:34 3:47
. . Apr 17 10:34 3:47
. . Apr 17 10:34 3:47
. . Apr 17 10:34 3:47
. . Apr 17 10:34 3:47
. . Apr 17 10:36 3:47
cron + . Apr 17 10:36 3:47
. . Apr 17 10:36 3:47
. . Apr 17 10:36 3:47
. . Apr 17 10:37 3:47
uprintfd + . Apr 17 10:37 3:47
. . Apr 17 10:37 3:47
. . Apr 17 10:37 3:47
. . Apr 17 10:37 3:47
. . Apr 17 10:37 3:47
. . Apr 17 10:37 3:47
. . Apr 17 10:37 3:47
. . Apr 17 10:37 3:47
. . Apr 17 10:37 3:47
LOGIN - lft0 Apr 17 10:37 18:47
. . Apr 17 10:37 3:47
. . Apr 17 10:37 3:47
. . Apr 17 10:37 3:47
. . Apr 17 10:37 3:47
. . Apr 17 10:37 3:47
. . Apr 17 10:37 3:47
. . Apr 17 10:37 3:47
. . Apr 17 10:38 3:47
. . Apr 17 10:37 3:47
. pts/1 Apr 17 13:24 0:06
. pts/0 Apr 19 18:43 .
. pts/2 Apr 17 13:41 5:39
rkumar@bdc4reteaix1w:/var/adm >last |more
pts/2 pts/0 F)$M-^W10.230.200.40 Jan 15 16:27 still logged in.
oretail Dec 31 18:00 still logged in.
oretail pts/0 10.187.152.123 Apr 19 18:29 - 18:43 (00:14)
oretail pts/0 10.187.152.123 Apr 19 16:57 - 17:12 (00:14)
oretail pts/0 10.187.152.123 Apr 19 16:19 - 16:54 (00:34)
oretail pts/0 10.187.152.123 Apr 19 16:17 - 16:18 (00:01)
I also cannot understand how the above line(in bold red) appears. Has the file got corrupted?
# 4  
Old 04-20-2007
Not necessarily - it just means init did not cleanup when the process ended.
Does AIX have the equivalent of truss, tusc or strace?

Try AIX's equivalent of
Code:
truss who

to find out if there are permissions problems. Truss/strace and some other utilities show all system calls and their result.
# 5  
Old 04-26-2007
hai,

I have been working in AIX 5.1 version. and in that who command is working fine. Even who -a and who -q is giveing list of users corrently logged into the system.
you can try out following option with who command :
-A
Displays all accounting entries in the /etc/utmp file. These
entries are generated through the acctwtmp command.
-m
Displays information about the current terminal only. The who -m
command is equivalent to the who am i and who am I commands.

even though if its not working then it might be the issue of permissions/rights given to you.

thanks.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Disk Space Utilization in HTML format working in one environment and not working on the other

Hi Team, I have written the shell script which returns the result of the disk space filesystems which has crossed the threshold limit in HTML Format. Below mentioned is the script which worked perfectly on QA system. df -h | awk -v host=`hostname` ' BEGIN { print "<table border="4"... (13 Replies)
Discussion started by: Harihsun
13 Replies

2. Shell Programming and Scripting

Working web service call not working with curl

Hello, Newbie here, I have a perfectly well working web service call I can issue from chrome (PC Windows 10) and get the results I want (a dimmer being turned on in Fibaro Home Center 2 at level 40) I am not allowed to post urls but the below works with http and :// and... (3 Replies)
Discussion started by: abigbear
3 Replies

3. Shell Programming and Scripting

PHP cronjob not working but manual working

Hi, Can anyone help me on my PHP cron not working, but when i do the manual it work. # manual run working /usr/local/bin/php /root/dev/test.php # crontab not working 55 8 * * * /usr/local/bin/php /root/dev/test.php Thank in advances Regards, FSPalero Please use CODE tags as... (2 Replies)
Discussion started by: fspalero
2 Replies

4. Shell Programming and Scripting

Automating pbrun /bin/su not working, whenever manually it is working using putty

I am trying to automate a script where I need to use pbrun /bin/su but for some reason it is not passing thru the pbrun as my code below. . ~/.bash_profile pbrun /bin/su - content c h 1 hpsvn up file path I am executing this from an external .sh file that is pointing to this scripts file... (14 Replies)
Discussion started by: jorgejac
14 Replies

5. Red Hat

Nslookup working but ping not working at windows client

Hi Team we have created a DNS server at RHEL6.2 environment in 10.20.203.x/24 network. Everything is going well on linux client as nslookup, ping by host etc in entire subnet. We are getting problem in windows client as nslookup working as well but not ping. all the firewall is disabled and... (5 Replies)
Discussion started by: boby.kumar
5 Replies

6. Shell Programming and Scripting

Script not working in cron but working fine manually

Help. My script is working fine when executed manually but the cron seems not to catch up the command when registered. The script is as follow: #!/bin/sh for file in file_1.txt file_2.txt file_3.txt do awk '{ print "0" }' $file > tmp.tmp mv tmp.tmp $file done And the cron... (2 Replies)
Discussion started by: jasperux
2 Replies

7. Solaris

SSH: internal working but external not working

Hi, This is a strange issue: We have an sftp server. Users can ssh to it from internal LAN without any issue, but they can not ssh to it externally via firewall. Here is what I got: OS is Solaris 9. No hosts.allow and hosts.deny files. Please help. Thank you in advance! (7 Replies)
Discussion started by: aixlover
7 Replies

8. Shell Programming and Scripting

Script is not working from cron while working manually

Hello, I am facing a very strange problem when I run my script manuallu ./Fetchcode which is using to connect with MKS integrity from linux end it workks fine but when I run it from cron it doesn't work.Can someone help me 1) How could I check my script when it is running from cron like... (3 Replies)
Discussion started by: anuragpgtgerman
3 Replies

9. Linux

FTP not working under Linux but working under any other OS ??? Very strange

Dear all, I am totally despaired and puzzled. Using Filezilla under Windows under the same network as our Linux servers is working. Using FTP command-line client under any of our Linux debian servers is not working ! I tried with different FTP servers -> same problem ! All commands are... (12 Replies)
Discussion started by: magix_ch
12 Replies

10. Solaris

GUI not working... CLI is working fine

Hello, I have X4500 running Solaris 10. I can access it through CLI but I cannot see the GUI. When I reboot it, the GUI works till all the files are loaded (ie., the initial boot sequence) and it prompts me to enter username and password and there it ends. The screen just has a blinking cursor... (4 Replies)
Discussion started by: bharu_sri
4 Replies
Login or Register to Ask a Question