HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: hp-ux 11.00 : rsync error: unexplained error -...
Operating System - HP-UX
1834646
Members
2220
Online
110069
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
11-13-2009 04:23 PM
11-13-2009 04:23 PM
hp-ux 11.00 : rsync error: unexplained error - hp-ux FS to FS copy.
Hi Experts,
I am getting following rsync error:
However all the files are copied. with same size.
rsync error: unexplained error (code 28) at main.c(578)
Command used:
# rsync -avz /var/opt/perf/* /data_ARCH/var_opt_perf/
rsync Ver:
rsync version 2.5.5 protocol version 26
Copyright (C) 1996-2002 by Andrew Tridgell and others
Please advise ,
- why getting this error, what is wrong.
Thanks,
I am getting following rsync error:
However all the files are copied. with same size.
rsync error: unexplained error (code 28) at main.c(578)
Command used:
# rsync -avz /var/opt/perf/* /data_ARCH/var_opt_perf/
rsync Ver:
rsync version 2.5.5 protocol version 26
Copyright (C) 1996-2002 by Andrew Tridgell and others
Please advise ,
- why getting this error, what is wrong.
Thanks,
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2009 06:28 PM
11-13-2009 06:28 PM
Re: hp-ux 11.00 : rsync error: unexplained error - hp-ux FS to FS copy.
Unfortunately, rsync does not quite explain the error message. The key is error code 28 and if it had been reported as "errno 28" then the reason would be obvious:
from /usr/include/sys/errno.h:
errno 28 = ENOSPC /* No space left on device */
[ENOSPC] No space left on device. During a write() to an
ordinary file, there is no free space left on the
device; or no space in system table during msgget(),
semget(), or semop() while SEM_UNDO flag is set.
In other words, the destination filesystem is full.
Bill Hassell, sysadmin
from /usr/include/sys/errno.h:
errno 28 = ENOSPC /* No space left on device */
[ENOSPC] No space left on device. During a write() to an
ordinary file, there is no free space left on the
device; or no space in system table during msgget(),
semget(), or semop() while SEM_UNDO flag is set.
In other words, the destination filesystem is full.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2009 09:26 PM
11-13-2009 09:26 PM
Re: hp-ux 11.00 : rsync error: unexplained error - hp-ux FS to FS copy.
bdf /data_ARCH/var_opt_perf/
which show how current size of you destination file system, or you can use df -k
which show how current size of you destination file system, or you can use df -k
Problems are common to all, but attitude makes the difference
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2009 12:15 AM
11-14-2009 12:15 AM
Re: hp-ux 11.00 : rsync error: unexplained error - hp-ux FS to FS copy.
/data_ARCH is a 200G filesystem with all free space , so the write error can be ruled out. Thanks.
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