HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fabckup 3014 error
Operating System - HP-UX
1833816
Members
2626
Online
110063
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
09-24-2003 11:57 PM
09-24-2003 11:57 PM
fabckup 3014 error
Hi,
When I try the following command line :
fbackup -n -f /dir1 -i /dir2
where dir1 is a local directory on my hd and dir2 is a nfs mounted directory, I get the following error/output:
fbackup(1004): session begins on Thu Sep 25 10:57:48 2003
fbackup(3024): writing volume 1 to the output file /dir1
fbackup(3014): WRITE ERROR: could not write to the output file
fbackup(3004): writer aborting
fbackup(1002): Backup did not complete : Reader or Writer process exit
I don't know why it does that, my hd has enough free space and this command works for another NFS mounted directory ...
Any help appreciated ...
When I try the following command line :
fbackup -n -f /dir1 -i /dir2
where dir1 is a local directory on my hd and dir2 is a nfs mounted directory, I get the following error/output:
fbackup(1004): session begins on Thu Sep 25 10:57:48 2003
fbackup(3024): writing volume 1 to the output file /dir1
fbackup(3014): WRITE ERROR: could not write to the output file
fbackup(3004): writer aborting
fbackup(1002): Backup did not complete : Reader or Writer process exit
I don't know why it does that, my hd has enough free space and this command works for another NFS mounted directory ...
Any help appreciated ...
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2003 12:17 AM
09-25-2003 12:17 AM
Re: fabckup 3014 error
The error is reasonably clear in this case.
Do
bdf /dir1
bdf /dir2
If the total kb in /dir1 exceed /dir2 there isn't enough space.
The bdf command will probably hang, telling you that the nfs mount is stale. If network connectivity is still there, you should be able to fix it like this:
umount /dir2
mount /dir2
If this fails see if the nfs server is still running. If so, check its /etc/exports file and if needed:
exportfs -a
If that fails, consider restarting NFS:
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.core stop
/sbin/init.d/nfs.core start
/sbin/init.d/nfs.server start
/sbin/init.d/nfs.client start
If all these steps fail, consider booting the nfs server.
SEP
Do
bdf /dir1
bdf /dir2
If the total kb in /dir1 exceed /dir2 there isn't enough space.
The bdf command will probably hang, telling you that the nfs mount is stale. If network connectivity is still there, you should be able to fix it like this:
umount /dir2
mount /dir2
If this fails see if the nfs server is still running. If so, check its /etc/exports file and if needed:
exportfs -a
If that fails, consider restarting NFS:
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.core stop
/sbin/init.d/nfs.core start
/sbin/init.d/nfs.server start
/sbin/init.d/nfs.client start
If all these steps fail, consider booting the nfs server.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2003 12:38 AM
09-25-2003 12:38 AM
Re: fabckup 3014 error
You can try a different way
Like enable remsh on the remote machine by making entries into /.rhosts
Do a fbackup from the local server
# remsh systemB /etc/fbackup -f systemA:/dev/rmt/0m -g graph-file
The 'graph-file' wil contain the directories which you will backup.
Please revert
Like enable remsh on the remote machine by making entries into /.rhosts
Do a fbackup from the local server
# remsh systemB /etc/fbackup -f systemA:/dev/rmt/0m -g graph-file
The 'graph-file' wil contain the directories which you will backup.
Please revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2003 12:40 AM
09-25-2003 12:40 AM
Re: fabckup 3014 error
I like TG's answer better than mine.
I'd do his suggestion with Secure Shell if it worked.
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
SEP
I'd do his suggestion with Secure Shell if it worked.
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.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