- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with MUX card.
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
10-22-2001 04:26 AM
10-22-2001 04:26 AM
Problem with MUX card.
When this hardware was used on HP-UX 10.20 everything was Ok, but afer migration to another box with HP-UX 11.11 approximately 1 of 25 answers from serial device is lost.
BTW, there are two type of messages software process can send to the serial device. Messages of one type are successful 100%, problem is with second type messages only :(
I checked line between serial device and MUX and I saw that there is answer going from serial device, but software process doesn't know about it.
I suppose there is something wrong with MUX configuration. Can anybody give me an advice?
Thanks in advance
Best Regards
Igor Geletko
(gel@nomadsoft.com)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2001 04:40 AM
10-22-2001 04:40 AM
Re: Problem with MUX card.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2001 04:44 AM
10-22-2001 04:44 AM
Re: Problem with MUX card.
applying all latest patches and hardware support(XSWGHW....) from latest support CD may solve this problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2001 04:45 AM
10-22-2001 04:45 AM
Re: Problem with MUX card.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2001 04:58 AM
10-22-2001 04:58 AM
Re: Problem with MUX card.
thanks,
harry
live free or die
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2001 05:00 AM
10-22-2001 05:00 AM
Re: Problem with MUX card.
1. 19 bytes request to serial device;
2. 7 bytes response from serial device;
Second type of messages is:
1. 42 bytes request;
2. 24 bytes response part 1;
3. 7 bytes response part 2;
I don't receive any response from serial (neither part1 or part2).
I'm not sure if this card is certified with 11.11 but it seems to be.
How can I check buffering settings of the card?
2ravi: Sorry for stupid question - Can you point me which patches are necessary and where can I download them.
Thanks in advance
Regards
Igor Geletko
(gel@nomadsoft.com)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2001 05:05 AM
10-22-2001 05:05 AM
Re: Problem with MUX card.
New box is K-class box. Old box was N-class.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2001 05:09 AM
10-22-2001 05:09 AM
Re: Problem with MUX card.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2001 05:17 AM
10-22-2001 05:17 AM
Re: Problem with MUX card.
http://devresource.hp.com/STKLI/man/11iv1.5/termio_7.html
Look at the major and minor numbers on the tty device to make sure you are talking to it the way you were on the 10.20 box.
harry
live free or die
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2001 05:56 AM
10-22-2001 05:56 AM
Re: Problem with MUX card.
This actually sounds like classic handshaking problems - especially since the smaller 'first' type messages always work but the larger messages sometimes don't.
You need to do a stty -a < /dev/ttyxxx on the port in question and look especially at the ixoff,ixon,ixany settings and if using hardware handshake ctsxon and rtsxoff.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2001 06:08 AM
10-22-2001 06:08 AM
Re: Problem with MUX card.
Thanks a lot to anyone.
Igor.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 07:23 AM
10-23-2001 07:23 AM
Re: Problem with MUX card.
I am having problem printing to two high speed printers from my MUX card on two different boxes. The problem I run into to is I get a "buffer overflow" on the printer. Right now it seems to work ok after a reboot until I do an ignite backup. I don't know for sure that ignite is what is causing the problem but it sure looks that way. I am waiting for a call back from HP to see what they think about this.
- Justin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 08:30 AM
10-23-2001 08:30 AM
Re: Problem with MUX card.
- Justin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 11:02 PM
10-23-2001 11:02 PM
Re: Problem with MUX card.
IMO, it seems to be different problems - you got buffer overflow on serial device, but we have lost messages in opposite direction.
Igor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 11:53 PM
10-23-2001 11:53 PM
Re: Problem with MUX card.
I am not sure it will help you, but i had a problem which sounds like yours (data loss with a J2483A card). The PHNE_24182, PCI mux cumulative patch, corrected it.
Regards
Fr??d??ric