- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: UNIX -> DOS
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
06-04-2003 03:11 AM
06-04-2003 03:11 AM
10x
RPM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 03:16 AM
06-04-2003 03:16 AM
Re: UNIX -> DOS
and use Micro$oft' shares style :)
Win2k doesn't understand remsh,ftp,telnet by default (without software).I also saw somewhere
on the net remsh server binary for Win2k.
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 03:22 AM
06-04-2003 03:22 AM
Re: UNIX -> DOS
The only other one I can think of is to implement NFS on both sides. I doubt it's worth all that effort, though.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 03:24 AM
06-04-2003 03:24 AM
Re: UNIX -> DOS
just for speed i would create many small files (up to 1,5G, just to avoid the 2Gb problem on hpux) and gzip them.
On the win box you have programs compatible with tar and gzip, so operation will be faster.
IF you have time the network might be a handy solution, but tape can be faster.
FTP can use all your bandwidth, and other apps can suffer from this.
If you use programs like OB compatibility is granted, otherwise you have to find a program that can read tar archives.
Do not use fbackup/frecoer, it is HPUX proprietary.
HTH,
Massimo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 03:31 AM
06-04-2003 03:31 AM
Re: UNIX -> DOS
I could suggest you either to go for SAMBA server or take a tar backup in a dat but i dont know weather you would allow you to restore the tar backup in NT system.
Regards,
Rajesh G.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 03:54 AM
06-04-2003 03:54 AM
Re: UNIX -> DOS
With that option you have the flexibility of scripting or using find/cpio to copy files across. Most of the other options mean you'll have to end up using the MS gui to drag and drop files.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 04:01 AM
06-04-2003 04:01 AM
Solutionftp
user
passwd
bin
'prompt' is interactive and requires confirmation before transfer, disable this, while 'mput' and 'mget' transfer by current directory.
There are also windows versions of 'GNU' tar which should be workable on both Unix and Windows platform. For example, this is the utility used by Veritas in their popular Netbackup application:
http://unxutils.sourceforge.net/
http://www.gnu.org/order/windows.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 04:21 AM
06-04-2003 04:21 AM
Re: UNIX -> DOS
http://www.denicomp.com/rshdnt.htm
They give out remshd that works on NT/2k and
understands remsh/rcp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 04:57 AM
06-04-2003 04:57 AM
Re: UNIX -> DOS
Bill Hassell, sysadmin