- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- finding a physical terminal
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 12:39 AM
05-12-2004 12:39 AM
For example, let's say I have a person logged in to a terminal. 'who' shows me it's been idle for hours:
frank pts/tn May 12 06:25 9:33 20901 dtc6
Frank's terminal has been idle for more than 9 hours and I want to visit the location to wake him up.
How do I track it? I can tell which DTC it is of course, but how can I track it to a particular port? All I have for immediate clues is the tty, which is randomly assigned I think.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 02:45 AM
05-12-2004 02:45 AM
SolutionI have named my dtc's DTC01, DTC02, etc. So I use a combiniation of the 2 digit dtc number and the port number to define a port name. For example- Port 2 on Board 1 for DTC03 would be tty0312.
Then when you do "who" or "ps" commands you will be able to identify the dtc and port.
HTH
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 03:02 AM
05-12-2004 03:02 AM
Re: finding a physical terminal
I set up my serial printers in dp but not terminals. My dp file has four fields:
10.1.2.3 01/19 /dev/dtc1b1p19 /etc/ddfa/pcf
The examples in the comments at the head of the file also only show four fields.
But the man page seems to indicate it can have 5 fields, one of which is psuedonym, and I assume that's what you're talking about.
I hesitate to add a fifth field though; maybe I need a patch?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 03:04 AM
05-12-2004 03:04 AM
Re: finding a physical terminal
dtc_name board/port pseudonym
Is that what you've got?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 03:14 AM
05-12-2004 03:14 AM
Re: finding a physical terminal
10.32.230.76 00/00 /dev/tty0100
dpp will complain that path is non-standard, since it prefers tty devices to be under folder /dev/telnet. But it still works ok.
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 03:14 AM
05-12-2004 03:14 AM
Re: finding a physical terminal
dtc2b1p6
Does that mean an ocd process will be started for it?
Looks like I'll have to peruse the man pages some more. Meantime any tips are welcome.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 03:36 AM
05-12-2004 03:36 AM
Re: finding a physical terminal
When a user connects from the DTC port, ddfa will only modify the terminal device name for the session to what you specify in the "dp" file.
-- Rod Hills