- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-3k and remsh
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
02-09-2004 11:09 AM
02-09-2004 11:09 AM
HP-3k and remsh
box running 11.11i from my 3k. I can get as far as the ftp script actually logging in to the remote server, but the mput commands are just skipped and and all I get from my log file is "Goodbye. Control connection closed."
No 'puts are done'. The script runs perfectly when run from session directly on the HP-UX box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2004 11:26 AM
02-09-2004 11:26 AM
Re: HP-3k and remsh
Enable ftpd on the UNIX box with -v and -l options. That should generate verbose messages into syslog.log. They may give you hints on why it is not working. Edit /etc/inetd.conf file and add -v and -a to the line that has ftpd line. Then re-read the configuration using 'inetd -c' command.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2004 01:58 AM
02-10-2004 01:58 AM
Re: HP-3k and remsh
1) Create 2 files and ftp to HP-UX box (OK)
2) remsh encryption commands to encrypt files on HP-UX box (OK)
3) remsh from HP3k a ftp command file on the HP-UX box to send encrypted files to vendor ftp server. (FAIL)
I have attached a text file with results from a log file generated by the ftp command file that fails when called via remsh on the HP3k
File 'script_results.txt' has three sections.
Part one is the ftp script on the HP-UX box.
Part two are the results from interactive execution of the script (SUCCESSFUL)
Part three are the results of the ftp script being called via remsh from the HP3k
It seems as though the 'mput' commands are being ignored.
The syslog.log only showed that the ftp function from the HP3k to the HP-UX box was successful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2004 05:08 AM
02-10-2004 05:08 AM
Re: HP-3k and remsh
may be it prompts you for the MPUT ?
Set "prompt" off may help, it is on by default.
Second: May be the target server is a passive FTP server ? You need to set the session "PASV" before you can transmit then !
Good hunting
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2004 11:22 AM
02-10-2004 11:22 AM
Re: HP-3k and remsh
Have you tried rcp or scp? These script much more nicely. I don't know if Secure Shell is available for an HP3k, but it should be. If so, install it and also on the HP9k box. Then you'll be able to copy securely without being prompted for a password.
Somewhere on these forums is a document I wrote a while back on configuring Secure Shell so that it doesn't prompt for passwords. I'm not at my regular system, else I'd attach it. If you're interested, post back here and I'll dig it up for you.
Chrs