Skip to Main Content
IBM Power Ideas Portal


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).


Shape the future of IBM!

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:

Search existing ideas

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 your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

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.

Status Delivered
Workspace PowerVM VIOS
Created by Guest
Created on Sep 11, 2019

backupios -X (auto expand /tmp space) option , same as maksysb/savevg on AIX

The backupios command returns error when one or moer Non-rootvg storage pool configured. But mksysb looks O.K. This would be "working as designed" but always troubles me.

example:
-----
$ backupios -tape /dev/rmt0
Creating information file for volume group datavg.
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".
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.
------

It looks like some kind of temporary storage shortage (/tmp?) On AIX, mksysb/savevg command have "auto expand" (-X) option but VIOS do not have equivalent. It would be more consistent if backupios has -X option also.

Idea priority Low
  • Guest
    Reply
    |
    May 31, 2022

    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.)

  • Guest
    Reply
    |
    May 23, 2022
    included in VIOS 3.1.3.20 and later
  • Guest
    Reply
    |
    Jan 24, 2022

    included in VIOS 3.1.3

  • Guest
    Reply
    |
    Jun 3, 2021

    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.
    ------