HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Performance of mv on an NFS mounted partition
Operating System - HP-UX
1831580
Members
3678
Online
110025
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
Forums
Discussions
Discussions
Discussions
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
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
12-12-2000 03:12 AM
12-12-2000 03:12 AM
Performance of mv on an NFS mounted partition
I think that we are suffering from a performance problem when renaming a file on an NFS mounted partition. The synopsis of the processing is to make a file available to a remote process only once it has been successfully copied with the commands:
cp file /nfs/tmp.file
mv /nfs/tmp.file /nfs/file
this appears to be taking longer to perform the mv command than the cp command and I suspect that what is really happening is that the file is being sucked back across into a local area (perhaps /var/tmp) then being pushed to /nfs again. Has anyone got any similar experiences ?
cp file /nfs/tmp.file
mv /nfs/tmp.file /nfs/file
this appears to be taking longer to perform the mv command than the cp command and I suspect that what is really happening is that the file is being sucked back across into a local area (perhaps /var/tmp) then being pushed to /nfs again. Has anyone got any similar experiences ?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 06:52 AM
12-12-2000 06:52 AM
Re: Performance of mv on an NFS mounted partition
i have no explanation for this behavior but you can try this alternative method
cp file /nfs/tmp.file
ln /nfs/tmp.file /nfs/file
rm /nfs/tmp.file
cp file /nfs/tmp.file
ln /nfs/tmp.file /nfs/file
rm /nfs/tmp.file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 08:12 AM
12-12-2000 08:12 AM
Re: Performance of mv on an NFS mounted partition
Hi Darrell,
There is a patch related to performance issues under NFS. (PHNE_22125)
http://europe-support2.external.hp.com/wpsl/bin/doc.pl/screen=wpslDisplayPatch/sid=f15d652808f76b8c50
Not sure your 'mv' issue is solved but this patch is worth to be applied for a lot of good reasons ;-)
Best regards,
Dan
PS: The link is for HP-UX 11.0
There is a patch related to performance issues under NFS. (PHNE_22125)
http://europe-support2.external.hp.com/wpsl/bin/doc.pl/screen=wpslDisplayPatch/sid=f15d652808f76b8c50
Not sure your 'mv' issue is solved but this patch is worth to be applied for a lot of good reasons ;-)
Best regards,
Dan
PS: The link is for HP-UX 11.0
Everybody knows at least one thing worth sharing -- mailto:dan.hetzel@wildcroft.com
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP