- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to setup a external modem to send to dial ...
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-12-2001 10:10 AM
01-12-2001 10:10 AM
How to setup a external modem to send to dial out and transfer files to ..
Recently attached a US robotics external modem to the N4000 HP-UX 11.0
Looking for procedure to configure the modem and also wanted to find out how to transfer files to an external system
Thanks
Mohan CK
- Tags:
- modem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2001 01:45 PM
01-12-2001 01:45 PM
Re: How to setup a external modem to send to dial out and transfer files to ..
Transfer files? It depends. If you want to, you could use a SLIP or PPP connection. Or, if you are asking how to transfer files while connected from your PC, use kermit. If you want to use modem-to-modem transfer between UNIX systems there is always UUCP (Unix to Unix copy).
-dlt-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2001 02:21 PM
01-12-2001 02:21 PM
Re: How to setup a external modem to send to dial out and transfer files to ..
I need to know the basic setup for hooking up the modem and configuring it in the HP server.
We are trying to get and put some files to a bank from this server... we have been provided with the dial #, id and password of the bank server...so we need to setup this modem and dial out from our unix server to get files from the remote bank server..
Right now i hooked up the modem to the unix server( I used the serial port to be used for remote connection for HP support - temporarily)
Thats where I stand...
Thanks in adv
Mohan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2001 07:16 AM
01-13-2001 07:16 AM
Re: How to setup a external modem to send to dial out and transfer files to ..
Use SAM
SAM Peripheral Devices ->
SAM Terminals and Modems
Actions
Add Modem
Select the card
Select the port number
Select speed
The rest is set to what you require to do - dial out / in ETC.
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2001 07:04 AM
01-15-2001 07:04 AM
Re: How to setup a external modem to send to dial out and transfer files to ..
For Kermit:
1. # kermit
2. # kermit> set line /dev/cul0p2 <- SAM should have created a device file for you. Usaully is cul0p2. Double check it.
3. # kermit> set speed 9600
4. # kermit> at
it should answer OK.
Now you can try to dial out
5. # kermit> atdt416123123 <- this is a valid phone number. You should be able to dial out.
Now you are sure that the modem is OK.
As David said you would have to decide if you want to user kermit or uucp. Then .... get back to us.
Ovidiu
P.S. Your connection might hang. Make sure that you can connect from another terminal and kill Kermit. The escape caracters are ESC-\, and then CTRL-C but sometimes it just doesn't work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2001 08:04 AM
01-15-2001 08:04 AM
Re: How to setup a external modem to send to dial out and transfer files to ..
I created the device with SAM as specified,
I typed kermit and tried 'at' here is what I got
vjdee03:root>kermit
Executing /usr/share/lib/kermit/ckermit.ini for UNIX...
Good Morning!
C-Kermit 6.0.192, 6 Sep 96, for HP-UX 10.00
Copyright (C) 1985, 1996,
Trustees of Columbia University in the City of New York.
Default file-transfer mode is TEXT
Type ? or HELP for help.
[/] C-Kermit>at
?No keywords match - at
[/] C-Kermit>
Looks like I'm missing some setup, Ple let me know
Also I am suppose to Use ZMODEM to communicate with the bank, I downloaded the protocol from omen.com and compiled it, got executables rc, rx,rz,sb,sx,sz...what should I do with this..What set up I need to do to communicate with ZMODEM protocol
Thanks for your help so far too..
Mohan CK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2001 08:07 AM
01-15-2001 08:07 AM
Re: How to setup a external modem to send to dial out and transfer files to ..
vjdee03:root>kermit
Executing /usr/share/lib/kermit/ckermit.ini for UNIX...
Good Morning!
C-Kermit 6.0.192, 6 Sep 96, for HP-UX 10.00
Copyright (C) 1985, 1996,
Trustees of Columbia University in the City of New York.
Default file-transfer mode is TEXT
Type ? or HELP for help.
[/] C-Kermit>set line /dev/cul1p1
[/] C-Kermit>set speed 9600
/dev/cul1p1, 9600 bps
[/] C-Kermit>at
?No keywords match - at
[/] C-Kermit>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2001 06:28 AM
01-28-2001 06:28 AM
Re: How to setup a external modem to send to dial out and transfer files to ..
Before ucing the "AT" command in kermit set the correct connection parameter dev, modem type, and speed use "sh co" to verify that it is correct, the connect "c" , once connected use "at" and the modem should respond with an "ok".
Paula