- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- copy socket over 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
03-05-2003 09:33 AM
03-05-2003 09:33 AM
copy socket over remsh???
Please advise any suggestions to copy socket files to a different host. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 09:47 AM
03-05-2003 09:47 AM
Re: copy socket over remsh???
# (find . -depth -xdev |cpio -oBmudxvl) | remsh
The "(" and ")" I think is critical, having single or double quotes would not matter I think.
The syntax I've always used to cpio across different systems is this ..
# (find
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 09:55 AM
03-05-2003 09:55 AM
Re: copy socket over remsh???
Sockets files will be created by programs as they need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 09:56 AM
03-05-2003 09:56 AM
Re: copy socket over remsh???
to be honest, I never dealt with sockets directly, but ....
What about transfering files, directories and links as you described, and do the sockets in a second run like
find . -type s -exec remsh_sript_that_creates_socket {} \;
... in which you put in what creates your socket ?
Volker
P.S.
BTW, I would not mind, if someone gives me a hint how those are created. Google return a hell of references what to do if "mySQL" connot create it's socket, but it did not tell what to do if I ca not :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 10:01 AM
03-05-2003 10:01 AM
Re: copy socket over remsh???
Carlos - Thats what I thought, however, I have not been able to get the application to start without this socket
Volker - I am not sure how the application creates the socket else that would be a very good idea.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 10:06 AM
03-05-2003 10:06 AM