- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Modems & Mux
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
06-27-2001 03:07 AM
06-27-2001 03:07 AM
Please can anybody point my in the direction of documentation on how to install two modems for dial out onto a 32 Port Mux panel (Model J2096A) on a K370 server.
Any help will be greatly appreciated.
Andy.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2001 03:12 AM
06-27-2001 03:12 AM
Re: Modems & Mux
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xc1086d96588ad4118fef0090279cd0f9,00.html
You should be able to do so through SAM in either case.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2001 04:45 AM
06-27-2001 04:45 AM
Re: Modems & Mux
action menu --> add modem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2001 05:03 AM
06-27-2001 05:03 AM
Re: Modems & Mux
There are no avalible ports on the highlighted (selected) mux/serial device.
Sam also suuggests that my mux card may not be able to support modems, and I cannot find any documentation for the mux.
I do know that we currently dont use any mux ports and I can not see any configured in sam.
Any more ideas?
Thanks
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2001 05:33 AM
06-27-2001 05:33 AM
Re: Modems & Mux
first you need to configure MUX to system(you need to have driver for MUX which can be downloadable).after configuring the mux you can attach modems configure and dial out/in
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2001 07:03 AM
06-27-2001 07:03 AM
SolutionMux cards support modem or any other serial devices . We have modems installed on K Class server on the MUX CARD in our setup . Please follow the following :
1. First ensure that the MUX card is installed properly ie software wise , ie it should be sensed by the kernel while booting and you should be able to associate with each port a unique tty device.
2. Please create an entry in /etc/inittab similar to that for the console and enable getty for the that terminal on which you want to install the modem , genrally the first or the last port . Once you can enable getty then you can test the port by connecting it to a terminal and you will get a login if getty is running on that tty. Once you can login using that port you are all set to install modem on that port.
3. Disable getty on that port by changin respawn ( 2nd field ) to off and kill the getty , then go to /etc/uucp and edit Devices fiel to contain atleast the following two lines
Direct ttyXX - 9600 direct \D
ACU ttyXX - 9600 ps_mt1432_tone
and you are all set to go.
If the modem is now connected to ttyXX and there is a line coming to it you can TEST dial out you own extension or a local no using
cu -s9600 -l/dev/ttyXX < telNo>
all the best.
Manoj Srivastava