- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mux port issues
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
08-13-2003 09:23 AM
08-13-2003 09:23 AM
Mux port issues
We are looking at replacing them with terminal servers - but we don't really know whats plugged in, there are some things that were removed that still are cabled. Is there anyway to watch what going on with the ports?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 09:43 AM
08-13-2003 09:43 AM
Re: Mux port issues
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 09:48 AM
08-13-2003 09:48 AM
Re: Mux port issues
For testing you can connect any dump terminal and observe for some time.
You can measure the voltages of 2,3,6 pins and see proper voltage levels are appearing.
One important thing is proper erthing should be there for all the devices attached to this MUX ports.If any floating voltage is there between Earth and neutral then , hanging problem is obeserved in connected devices.
regds,
baiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 10:02 AM
08-13-2003 10:02 AM
Re: Mux port issues
I haven't tryed with anything like a clock, but I've found terminals with something like
cat whereareyoufile > /dev/ttyxxx
asking in the message to call when this diplays or prints.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2003 02:59 AM
08-14-2003 02:59 AM
Re: Mux port issues
An ioscan -funCtty will show you the different muxes that you have and their device files. You can then run fuser against each device file (remember that it's possible to have more than one device file per port, eg if someone has created a modem then you would have ttyd, tty, cul and cua device files.)
Fuser will show you a process id (if any) that's using the port, you can then use ps -ef | grep
regards,
Darren.