- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- [LAT on Tru64]
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
12-20-2005 01:53 PM
12-20-2005 01:53 PM
[LAT on Tru64]
we used Tru64 4.0D which comunicate with PLC by LAT protocol.
a few days ago, server is upgraded DS15 + Tru64 5.1B.
Our application that is communicate with PLC is running normal.
but some times it did not communicate with PLC.
so we need restart application and waiting some time.
our old system that is runnig 4.0D is not appear that situation.
we are testing LAT session and service status.
# latcp -d -S
# latcp -d -P
it's ok.
but when we are running after 10 minutes ago,
below errors occurred.
/dev/tty03 port attached error
do anyone know that LAT port reset or clear mathod?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2005 07:19 PM
12-20-2005 07:19 PM
Re: [LAT on Tru64]
/dev/tty03 is not a LAT device. These are in /dev/lat.
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 03:19 AM
12-22-2005 03:19 AM
Re: [LAT on Tru64]
You can use strsetup -c to show the mappings and ls -l /dev/tty* will show the major and minor devoce numbers.
If you create the devices using latsetup then they may go into /dev/lat depending on the type of device you requested.
RE: the original problem....you might want to start by using tcpdump to monitor a single LAT mapped conversation then check to see which end was last to speak. This may give a clue as to which end to look at first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 03:49 AM
12-22-2005 03:49 AM
Re: [LAT on Tru64]
I would have never suspected that there too. Strange though.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2005 11:01 AM
12-26-2005 11:01 AM
Re: [LAT on Tru64]
I remaked LAT devices by the chance that LAT device might use same minor number.
device numbers are correct.
I have to monitor LAT connection.
I'll post the monitoring result.