This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
Thank you for your feedback. I am using 3.1.3.10 at this moment. I will try after next scheduled update (to 3.1.3.20.)
included in VIOS 3.1.3
Problem statement:
As per the given example, the rootvg backup by mksysb command is successful but the datavg backup by savevg command is not successful.
Observation:
savevg attempts to save the datavg in /home/ios/vgbackups and is not successful because /home was low in space.
The displayed error "Backing up 36 files.backup: 0511-432 A write error occurred: There is not enough space in the file system."
is for /home.
So the RFE requirement to have an option to increase the /tmp space is irrelevant since the problem is with /home being low in space and not /tmp.
If we want to increase the size of /home at run time for successful backup of datavg, then the underlying savevg command should provide a way to increase the /home. (Currently savevg has -X for increasing the /tmp)
Proposed Solution:
I can open a defect against savevg to comment if the above solution is feasible.
Let me know your thoughts and inputs.
Awaiting a reply.
Thanks,
Ruchira.
backupios -tape /dev/rmt0
Creating information file for volume group datavg. >>>>>>> we are trying to save the datavg here.
Creating list of files to back up.
Backing up 36 files.backup: 0511-432 A write error occurred: There is not enough space in the file system.
backup: 0511-079 The backup media may be damaged.
Use a different disk to run the backup.
0512-005 savevg: Backup Completed.
The backup command completed with errors.
The messages displayed on Standard Error contained additional
information.
Not able to save structure for Volume Group "datavg". >>>>>> datavg was not backed up since we are low in space in /home/ios/vgbackups.
Backup in progress. This command can take a considerable amount of time
to complete, please be patient...
102327 of 102327 files (100%)
0512-038 mksysb: Backup Completed Successfully.
------