HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- configuring a modem on hp-ux
Operating System - HP-UX
1834280
Members
2064
Online
110066
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
04-26-2005 07:21 PM
04-26-2005 07:21 PM
Hi,
what are the steps to configure a modem on an hp workstation running 10.0 hpux.
must the modem be compatable with hp?(no hp driver comes whith the modem).
Regards.
what are the steps to configure a modem on an hp workstation running 10.0 hpux.
must the modem be compatable with hp?(no hp driver comes whith the modem).
Regards.
never take simple maters for granted
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 07:41 PM
04-26-2005 07:41 PM
Solution
hi,
you may like to go through this doc:
http://docs.hp.com/en/B2355-90698/ch04.html
which teaches u how to configure and troubleshoot.
hope it helps.
regards.
you may like to go through this doc:
http://docs.hp.com/en/B2355-90698/ch04.html
which teaches u how to configure and troubleshoot.
hope it helps.
regards.
what you do not see does not mean you should not believe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 08:44 PM
04-26-2005 08:44 PM
Re: configuring a modem on hp-ux
The URL provided by Joseph is very comprehensive. You should look at Chapter 4 of this document for the exact configuration.
Rgds
Rgds
What we cannot speak about we must pass over in silence.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 05:14 PM
04-27-2005 05:14 PM
Re: configuring a modem on hp-ux
Hello ,
MODEMS
1.) INFORMATION TO GATHER:
a.) Type of modem (ie..us-robotics)(K or D class int/ext)
b.) Port, modem is on (ie..mux port 3 -> ttyd0p3)
c.) Modem Cable (800's use 40233A or 92219Q)
(700's use 24542M or Standard pc cable)
NOTE:Dclass uses 700 cable for 9pin built-in serial connection
d.) What is the modem used for (ie..dial-in, dial-out)
2.) SETTING UP MODEM FOR DIAL-IN AND/OR DIAL-OUT:
a.)Use sam to configure modem
(sam->Peripheral Devices->Terminals&Modems->actions->Add Modem)
NOTE: Modem device files ->(ttyd->dial-in)(cul->dial-out)
b.) Choose the Mux/Serial Card
c.) Select Port
d.) Select Speed (ie..19200) (EISA mux can support > 19200)
e.) Make sure to check (Receive In-coming Calls and/or Use
Device for Calling out)
NOTE: checking "Receive In-coming Calls" will start a getty process.
3.) TROUBLESHOOTING:
a.)Modem is not answering:
* Check for getty process (ie...ps -ef|grep 0p7)
(/usr/lbin/uucp/uugetty -r -t 60 -h ttyd0p7 19200)
* Check phone number and phone line
* Check lights on modem -> must have TR and AA lit
NOTE: Some modems don't have an AA light but have a
switch for Auto Answer
* Is this the correct port?
b.) Modem connects, but no login:
* Modem has TR forced on and no getty process is running
* Wrong mux panel, using terminal mux (DDP) need modem mux (MDP)
* Flow control on the modem must be xon/xoff (software flow control)
NOTE: Hardware flow control is default for most modems
* Remote access port is locked: from the console:
ctrl b -> to get to console mode (CM prompt)
CM>ur (unlock remote)
CM>dr (disable remote)
CM>co (exit console mode)
d.) Modem connects and responds with garbage:
* Default for dial-in is 7e1 (7 databits Even parity and 1 stop bit)
* kill the getty process for the port, it should respawn and create a new one
* Baud rate issue -> use cu or kermit to reset the modem.
NOTE: Send an ATZ and it should return an OK.
If it is HP's internal modem then send an AT&D3.
4.) TESTING:
a.) Using kermit
* kermit
* set line /dev/ttyXpY (X-> instance Y-> port)
* set flow xon/xoff
* set speed BBBBB (BBBBB -> baud rate ie..19200)
* connect
* ATZ -> this should return an OK
* ctrl\c to exit connect mode
* quit (to exit kermit)
b.) Using cu
* vi /etc/uucp/Devices
* add line -> Direct culXpY - BBBBB direct
(X -> instance Y -> port, BBBBB baud rate ie..19200)
* cu -sBBBBB -lculXpY dir
NOTE: This should come back with connected.
If it comes back with line problem,
check to see if the the device files are busy.
(ie.. fuser -u /dev/culXpY check all
devices ttyXpY, ttydXpY and cuaXpY)
* ATZ -> this should return an OK
* ~. to exit
5.) CHANGING INTERNAL to EXTERNAL MODEM (D or K class)
a.)From the console -> ctrl b
* CM> ur (unlock remote)
* CM> dr (disable remote)
* CM> ca (configuration menu)
Current terminal modem identification:HP mode terminal
Do you wish to change it?(Y[N]) N
Current remote console configuration: Internal modem
Do you wish to change it?(Y[N]) Y
Select the new configuration(0=Internal Modem,1=External Modem, 2=AUTO): 1
Current remote support modem port configuration
Bit rate: 19200 bits/sec
Protocol: Bell
System Identification: id_name (ie..mum)
Do you wish to change the configuration?(Y[N]) N
NOTE: Answer no to the last question if the configuration looks ok.
Hope using this doc u can configure the mode.
Thanks
MODEMS
1.) INFORMATION TO GATHER:
a.) Type of modem (ie..us-robotics)(K or D class int/ext)
b.) Port, modem is on (ie..mux port 3 -> ttyd0p3)
c.) Modem Cable (800's use 40233A or 92219Q)
(700's use 24542M or Standard pc cable)
NOTE:Dclass uses 700 cable for 9pin built-in serial connection
d.) What is the modem used for (ie..dial-in, dial-out)
2.) SETTING UP MODEM FOR DIAL-IN AND/OR DIAL-OUT:
a.)Use sam to configure modem
(sam->Peripheral Devices->Terminals&Modems->actions->Add Modem)
NOTE: Modem device files ->(ttyd->dial-in)(cul->dial-out)
b.) Choose the Mux/Serial Card
c.) Select Port
d.) Select Speed (ie..19200) (EISA mux can support > 19200)
e.) Make sure to check (Receive In-coming Calls and/or Use
Device for Calling out)
NOTE: checking "Receive In-coming Calls" will start a getty process.
3.) TROUBLESHOOTING:
a.)Modem is not answering:
* Check for getty process (ie...ps -ef|grep 0p7)
(/usr/lbin/uucp/uugetty -r -t 60 -h ttyd0p7 19200)
* Check phone number and phone line
* Check lights on modem -> must have TR and AA lit
NOTE: Some modems don't have an AA light but have a
switch for Auto Answer
* Is this the correct port?
b.) Modem connects, but no login:
* Modem has TR forced on and no getty process is running
* Wrong mux panel, using terminal mux (DDP) need modem mux (MDP)
* Flow control on the modem must be xon/xoff (software flow control)
NOTE: Hardware flow control is default for most modems
* Remote access port is locked: from the console:
ctrl b -> to get to console mode (CM prompt)
CM>ur (unlock remote)
CM>dr (disable remote)
CM>co (exit console mode)
d.) Modem connects and responds with garbage:
* Default for dial-in is 7e1 (7 databits Even parity and 1 stop bit)
* kill the getty process for the port, it should respawn and create a new one
* Baud rate issue -> use cu or kermit to reset the modem.
NOTE: Send an ATZ and it should return an OK.
If it is HP's internal modem then send an AT&D3.
4.) TESTING:
a.) Using kermit
* kermit
* set line /dev/ttyXpY (X-> instance Y-> port)
* set flow xon/xoff
* set speed BBBBB (BBBBB -> baud rate ie..19200)
* connect
* ATZ -> this should return an OK
* ctrl\c to exit connect mode
* quit (to exit kermit)
b.) Using cu
* vi /etc/uucp/Devices
* add line -> Direct culXpY - BBBBB direct
(X -> instance Y -> port, BBBBB baud rate ie..19200)
* cu -sBBBBB -lculXpY dir
NOTE: This should come back with connected.
If it comes back with line problem,
check to see if the the device files are busy.
(ie.. fuser -u /dev/culXpY check all
devices ttyXpY, ttydXpY and cuaXpY)
* ATZ -> this should return an OK
* ~. to exit
5.) CHANGING INTERNAL to EXTERNAL MODEM (D or K class)
a.)From the console -> ctrl b
* CM> ur (unlock remote)
* CM> dr (disable remote)
* CM> ca (configuration menu)
Current terminal modem identification:HP mode terminal
Do you wish to change it?(Y[N]) N
Current remote console configuration: Internal modem
Do you wish to change it?(Y[N]) Y
Select the new configuration(0=Internal Modem,1=External Modem, 2=AUTO): 1
Current remote support modem port configuration
Bit rate: 19200 bits/sec
Protocol: Bell
System Identification: id_name (ie..mum)
Do you wish to change the configuration?(Y[N]) N
NOTE: Answer no to the last question if the configuration looks ok.
Hope using this doc u can configure the mode.
Thanks
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP