- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Where the HP-UX stored the MAC information of the ...
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
09-16-2003 09:59 PM
09-16-2003 09:59 PM
Where the HP-UX stored the MAC information of the logged on users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 10:11 PM
09-16-2003 10:11 PM
Re: Where the HP-UX stored the MAC information of the logged on users
who -R
This will give you the host name the user is logged on from and then do
arp hostname
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 10:11 PM
09-16-2003 10:11 PM
Re: Where the HP-UX stored the MAC information of the logged on users
ARP cache is a kernel data structure and can be displayed using arp -a command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 10:16 PM
09-16-2003 10:16 PM
Re: Where the HP-UX stored the MAC information of the logged on users
Not for logged users,but the mashines cards,
connected to your server:
#arp -a
After that you can use who -R to
see user-mashine relationships
and to find needed information.
Regards, Stan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 10:18 PM
09-16-2003 10:18 PM
Re: Where the HP-UX stored the MAC information of the logged on users
"who -T" or "who -R" show user's network n?? or name
ping
arp
good luck,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 10:18 PM
09-16-2003 10:18 PM
Re: Where the HP-UX stored the MAC information of the logged on users
HP-UX does not store the MAC information for the users. The best you have is only arp cache and if the remote system is not on your network, what you see is only the MAC address of the router interface.
The login information is stored under /etc/utmp* and /var/adm/wtmp* files. You can retrieve it by last, who and finger commands.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 10:45 PM
09-16-2003 10:45 PM
Re: Where the HP-UX stored the MAC information of the logged on users
I want to find out who has logged on to do something.The recorded ip not is not active.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 10:51 PM
09-16-2003 10:51 PM