- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Migrating files to Windows
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
08-09-2001 06:08 AM
08-09-2001 06:08 AM
Migrating files to Windows
Sometimes, I have to migrate a lot of folders from HPUX to Windows.
My procedure is:
+ By using a shell script I created, I check that there are not two files with the same path and name in uppercase and lowercase (Windows does not distinguish between them).
+ With a Windows FTP client, I 'download' files.
I would be extremely obliged if anybody could share their experiences with me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2001 06:16 AM
08-09-2001 06:16 AM
Re: Migrating files to Windows
If you had this, you could possibly script the whole thing and not have to worry about using FTP.
Here are the links to the CIFS/9000 pages:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B8724AA
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B8725AA
By the way, CIFS/9000 is free!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2001 06:26 AM
08-09-2001 06:26 AM
Re: Migrating files to Windows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2001 06:38 AM
08-09-2001 06:38 AM
Re: Migrating files to Windows
In version 9, you need lanmanager, but now that old version have no support from HP.
Try with samba
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2001 06:41 AM
08-09-2001 06:41 AM
Re: Migrating files to Windows
Since you are on 9, that kill the CIFS/9000 idea. You could check into Samba, http://www.samba.org but you would probably need to download the source and compile it yourself. Even if you did that, I am still not 100 percent sure that it would work on HP-UX 9.X.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2001 07:02 AM
08-09-2001 07:02 AM
Re: Migrating files to Windows
=====
Binaries are developed for HPUX 10.20 and 11, and I do not feel like to compile it.
But there is a problem, if there are two files on Unix (one in uppercase ans the other one, in lowercase), when migrating via Samba to Windows, wich is the effect???
I prefer to check if there are not files with the same Windows name.
On the HPUX machine, there is a NFS Server, so I can browse directories from Windows.
I use FTP because this protocol checks proccess, and I do not rely on 'Cut&Paste' Windows method.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2001 03:37 AM
08-10-2001 03:37 AM
Re: Migrating files to Windows
Unix files have more atributes than DOS files.If you want to share files or transfer, you must be careful transfering or when you create that files.
I have Advanced Server working ( is an evolution of lanmanager). When I create a file with one letter in uppercase, I can't see it from my pc. That is, advanced server doesn't share files with uppercase letters.
If you share files in DOS and Unix, is better to use any software that manages those files. That's my opinion.