- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- modem re-initialization
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
01-28-2005 03:13 AM
01-28-2005 03:13 AM
modem re-initialization
# cu -l/dev/cul2a2 dir
This should put me in the modem & executing those command strings.
I tried typing 'at&v', the system didn't respond. Normally this would work.
When I 'CTRL-C', it gave me 'connect' but couldn't allow me to type anything else. Have to kill the session.
Is there a way to kill or hangup the process? What should I look for? Right now, the only option that would work is rebooting the server, but seeing this message:
Reboot: Caution: Some process(es) wouldn't die.
Any thoughts on subject would be very appreciated.
hugh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 03:37 AM
01-28-2005 03:37 AM
Re: modem re-initialization
Sometimes you can get a modem to hang up from an existing connection using '+++' followed by 'ath' - all of this would after you did the 'cu -l
You might also try 'fuser' on the modem device files to see if it will show you which process has the modem open...
HTH
Steve Hamilton
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 03:47 AM
01-28-2005 03:47 AM
Re: modem re-initialization
If this is an internal modem, try this link from itrc.
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062686948
the itrc doc id is pamDC200202051.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 05:24 AM
01-28-2005 05:24 AM
Re: modem re-initialization
This an external modem.
hugh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 05:32 AM
01-28-2005 05:32 AM
Re: modem re-initialization
Check that there is no process keeping the modem port open: fuser /dev/cul2a2
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 06:50 AM
01-28-2005 06:50 AM
Re: modem re-initialization
hugh