- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Connect:Direct in Unix
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-22-2006 05:44 PM
02-22-2006 05:44 PM
ndmcli -x << EOJ
submit proc1 process snode=$3
step1 copy from (file=$1 snode)
to (file=$2)
pend ;
EOJ
******************************************************
* *
* CONNECT:Direct for UNIX *
* *
*----------------------------------------------------*
* Copyright (c) 1983, 1997 Sterling Commerce, Inc. *
* Version 3.1.00 GA *
* Fix level : 03AUG1998 *
******************************************************
Failed to obtain connection to CONNECT:Direct server, exiting.
XAPC002I Return Code: 8 Feedback: 0
Missing Asset Protection Record
CONNECT:Direct CLI Terminated...
Can anybody please help me to have successful connection ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 06:01 PM
02-22-2006 06:01 PM
Re: Connect:Direct in Unix
Are you able to connect to the CODI server(secondary node) manually. I mean without using the script.
Regards,
Senthil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 06:06 PM
02-22-2006 06:06 PM
Re: Connect:Direct in Unix
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 06:12 PM
02-22-2006 06:12 PM
Solutionthere are some basic tests that can be performed.
http://unix.ittoolbox.com/groups/technical-functional/shellscript-l/920985
Regards,
Senthil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 07:06 PM
02-22-2006 07:06 PM
Re: Connect:Direct in Unix
I am very new to this CD. Can you please tell me how to manually check whether the connection between the machines (Unix to unix ) are proper before sending the file ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 07:09 PM
02-22-2006 07:09 PM
Re: Connect:Direct in Unix
# ping
# nslookup
# traceroute
First one of ping has to be successfull to have connection to remote machine.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 07:23 PM
02-22-2006 07:23 PM
Re: Connect:Direct in Unix
You can do this easily pinging from one to another.
# ping
# traceroute will help you to see how the packets traverse.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 07:29 PM
02-22-2006 07:29 PM
Re: Connect:Direct in Unix
I can ping, traceroute the remote machine. But how to transfer the file between these machines ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 07:32 PM
02-22-2006 07:32 PM
Re: Connect:Direct in Unix
If you want to transfer files between unix machines, there are several ways to do..
1) FTP
2) SCP
3) RCP
4) NFS
You can choose any one of these methods..
FTP will be easier to do.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 07:37 PM
02-22-2006 07:37 PM
Re: Connect:Direct in Unix
I need a program to transfer the files using connect direct only. Because CD is the interface between these machines. This is used for coding purpose. So I can't go for ftp and other ways.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 08:04 PM
02-22-2006 08:04 PM
Re: Connect:Direct in Unix
what i meant of manual testing was to follow the link below, where they do the same as far as C:D app goes.
http://unix.ittoolbox.com/groups/technical-functional/shellscript-l/920985
Ofcourse n/w connnectivity is prime importance between the pnode and snode, that I assumed was fine. But any check the n/w connectivity aswell.
The problem with C:D is ,it is a third party tool for file transfers for coding in the program, that is not widely used. You should be able to find some solutions by searching google.
Regards,
Senthil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 08:15 PM
12-06-2006 08:15 PM