Thanks; here's what happened:
# who -x /etc/wtmpx
who: Warning --- File '/etc/wtmpx' may be corrupted
Wow - so this file is corrupted! Yikes...
After researching further, I found that I will need to perform the following steps. I hope this helps. I will let you all know! Thanks again... Any other suggestions?
-----------------------------
These files are log files. They can become zero length without affecting the system, as long as you reboot the system after truncating the files. Perform these steps:
1. Bring the system into System Maintenance mode.
2. Make copies of the files /etc/utmp, /etc/utmpx, /etc/wtmp, and
/etc/wtmpx before proceeding with the next step.
3. Delete the contents of these files by executing the following commands:
# > /etc/utmp
# > /etc/wtmp
# > /etc/utmpx
# > /etc/wtmpx
4. Shutdown the system:
# shutdown -y -g0