- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ttywatcher
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-13-2002 12:01 PM
05-13-2002 12:01 PM
ttywatcher
Is there a comparable/better program specifically for UP-UX?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 12:15 PM
05-13-2002 12:15 PM
Re: ttywatcher
You can get the binaries from http://hpux.connect.org.uk/
HTH
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 12:20 PM
05-13-2002 12:20 PM
Re: ttywatcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 12:30 PM
05-13-2002 12:30 PM
Re: ttywatcher
If so we use a package called peek where we change the users shell to a peek shell and everything is logged and can be played back at a later date.
Regards,
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 12:54 PM
05-13-2002 12:54 PM
Re: ttywatcher
Where might I find this package?
It sounds like its worth looking into, especially if it logs with timestamps. I am, however, really looking for the terminal sharing/'stealing' capabilities of ttywatcher.
ttywatcher can be found at:
ftp://coast.cs.purdue.edu/pub/tools/unix/sysutils/ttywatcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 01:06 PM
05-13-2002 01:06 PM
Re: ttywatcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 01:28 PM
05-13-2002 01:28 PM
Re: ttywatcher
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x70a6663ce855d511abcd0090277a778c,00.html
This is for Linux, though. I'll try it anyway. VNC is more X-based than what I'm looking for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 04:19 AM
05-16-2002 04:19 AM
Re: ttywatcher
function grab
{
disp=$1
grab_file="/tmp/grab.$$.tmp"
xwd -out $grab_file -root -display $disp
xwud -in $grab_file
rm -f $grab_file
}
grab somedisplay:0.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 06:04 AM
05-16-2002 06:04 AM