Skip to Main Content
IBM System Storage Ideas Portal


This portal is to open public enhancement requests against IBM System Storage products. 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 Future consideration
Created by Guest
Created on Mar 27, 2023

Two-person Integrity for Safeguarded Tape in the RestAPI

Because of our Safeguarded Tape implementation we see many gaps in the security of the current ts4500-java-cli.  As stated with dev the goal is to implement all the security requirements on Rest API.  These changes include adding the ability protect the assignment and unassignment of cartridges to and from a logical library using two-person integrity.  Two-person integrity ensures that at least two administrators are required to move cartridge to or from a logical library including an offline logical library for use in safeguarded tape.  Thus, Safeguarded Tape can be implement using REST API scripts that ensure data is kept offline securely.

Idea priority Urgent
  • Guest
    Reply
    |
    May 12, 2023

    Or use the following logic which does not require scripting and can use the normal scsi commands:

    1)Have an option in the Gui to enable safe guarded copy and the minimum number of days the safeguarded volume should not be accessible , once enabled the Library should behave like this:
    2) If a tape is moved to the VIO Station (checkout) the tape will not be moved to the IO-Station, instead it will be assigned to the "Safe guarded copy virt. library" for safe keeping.
    3) It will not be possible to use the webgui to move the volume back to the normal library partition (hardcoded in FW)
    4) Once the volume is required again by the application, the application should perform a checkin searching the IO Station explicitly for this volume. Since the volume is not in the IO station the action will fail, however the library now knows which volume is required.

    5) After the first checkin attempt for the required volume the library will wait the number of days configured in step 1 and only then move the volume to the virtual IO Station and allow checkin.

    6) The application will now be able to checkin the volume normally and use it again.
    If in case of an emergency (lets say DR Restore) volumes are required from the Safe guarded Library partition the only way to get to them is to go onsite and either press a button on the library console or physically move the volumes to the real IO station.

  • Guest
    Reply
    |
    Apr 17, 2023

    The request is in fact not about changing or improving the TS4500 CLI but to implement the equivalent of the "assignDataCartridges" command in RestAPI over Ethernet. And, moreover, protect this and related security relevant commands with a two-person integrity concept.