Create a Disk Library

  1. Download the create_disk_library_local_path.xml file and save it on the computer where the command is run.

  2. Open the XML file.

  3. Change the XML parameters.

    Attribute

    Description

    libraryName

    The name of the new disk library.

    mediaAgentName

    The name of a MediaAgent where you want to create a library.

    mountPath

    The mount path location for the disk library.

    Example: Use this example XML file to create a disk library with library name "Library1", MediaAgent name "MA1" and mount path "E:\Library1\Mountpath1".

  4. Run the following command from the <software installation directory>\Base folder.

    qoperation execute -af <downloaded location>\create_disk_library_local_path.xml

    To create a disk library with library name "Library1", MediaAgent name "MA1" and mount path "E:\Library1\Mountpath1", run the following command:

    qoperation execute -af <downloaded location>\create_disk_library_local_path.xml -library/libraryName Library1 -library/mediaAgentName MA1 -library/mountPath E:\Library1\Mountpath1

    Click here to see sample output.

Loading...