- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Coping files EMC NAS Storage to HPUX misses se...
Operating System - HP-UX
1821994
Members
3545
Online
109638
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-13-2007 02:44 PM
тАО06-13-2007 02:44 PM
Coping files EMC NAS Storage to HPUX misses several files
Hi.
I experienced some unexplainable problem at my last migration job (old NAS Storage/NAS1 to new one/NAS2)
(NAS1 : EMC CFS-14-SYMM8830
NAS2 : EMC NS702
Server : HP rp5470/hpux11i)
work schedule was like below
0. NAS1 already mounted and in use
1. shutdown all of application in server
2. mount NAS2
3. coping files NAS1 to NAS2 with cp command and -R option
(estimated several hundred sub-directories and several thousand files)
4. problem : some files was not copied
(without any pattern and error message)
have anyone ever experienced same problem?
thanks
I experienced some unexplainable problem at my last migration job (old NAS Storage/NAS1 to new one/NAS2)
(NAS1 : EMC CFS-14-SYMM8830
NAS2 : EMC NS702
Server : HP rp5470/hpux11i)
work schedule was like below
0. NAS1 already mounted and in use
1. shutdown all of application in server
2. mount NAS2
3. coping files NAS1 to NAS2 with cp command and -R option
(estimated several hundred sub-directories and several thousand files)
4. problem : some files was not copied
(without any pattern and error message)
have anyone ever experienced same problem?
thanks
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2007 03:49 PM
тАО06-13-2007 03:49 PM
Re: Coping files EMC NAS Storage to HPUX misses several files
"cp command and -R option" is not a complete
description of what you did. What was the
actual command? ("cp * [...]" will miss the
".xxx" files, for example.)
Is there any pattern to the missing files or
their names? Any error messages while
copying?
You did this as user "root", right?
I can't guarantee that "cp -R" would not
work, but if I were doing this, I'd almost
certainly use something like a "tar" pipeline
instead of "cp -R".
description of what you did. What was the
actual command? ("cp * [...]" will miss the
".xxx" files, for example.)
Is there any pattern to the missing files or
their names? Any error messages while
copying?
You did this as user "root", right?
I can't guarantee that "cp -R" would not
work, but if I were doing this, I'd almost
certainly use something like a "tar" pipeline
instead of "cp -R".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2007 04:15 PM
тАО06-13-2007 04:15 PM
Re: Coping files EMC NAS Storage to HPUX misses several files
Command was
nohup cp - rp /PN/IMG/00/00/16/ /NT/IMG/00/00/
nohup cp -rp /PN/IMG/00/00/17/41 /NT/IMG/00/00/17/
nohup cp -rp /PN/IMG/00/00/17/42 /NT/IMG/00/00/17/
nohup cp -rp /PN/IMG/00/00/17/43 /NT/IMG/00/00/17/
nohup cp -rp /PN/IMG/00/00/17/44 /NT/IMG/00/00/17/
nohup cp -rp /PN/IMG/00/00/17/45 /NT/IMG/00/00/17/
nohup cp -rp /PN/IMG/00/00/17/46 /NT/IMG/00/00/17/
nohup cp -rp /PN/IMG/00/00/17/47 /NT/IMG/00/00/17/
nohup cp -rp /PN/IMG/00/00/17/48 /NT/IMG/00/00/17/
nohup cp -rp /PN/IMG/00/00/17/49 /NT/IMG/00/00/17/
nohup cp - rp /PN/IMG/00/00/16/ /NT/IMG/00/00/
nohup cp -rp /PN/IMG/00/00/17/41 /NT/IMG/00/00/17/
nohup cp -rp /PN/IMG/00/00/17/42 /NT/IMG/00/00/17/
nohup cp -rp /PN/IMG/00/00/17/43 /NT/IMG/00/00/17/
nohup cp -rp /PN/IMG/00/00/17/44 /NT/IMG/00/00/17/
nohup cp -rp /PN/IMG/00/00/17/45 /NT/IMG/00/00/17/
nohup cp -rp /PN/IMG/00/00/17/46 /NT/IMG/00/00/17/
nohup cp -rp /PN/IMG/00/00/17/47 /NT/IMG/00/00/17/
nohup cp -rp /PN/IMG/00/00/17/48 /NT/IMG/00/00/17/
nohup cp -rp /PN/IMG/00/00/17/49 /NT/IMG/00/00/17/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2007 04:26 PM
тАО06-13-2007 04:26 PM
Re: Coping files EMC NAS Storage to HPUX misses several files
I did root user and there is no error message or pattern with problem
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP