Frequently Asked Questions

Can I stop automatic delivery of updates from the access node to my IBM i File System Agent client?

Yes. You can block updates delivery to an IBM i File System Agent client by configuring the blockUpdate additional setting on the access node. By default, updates are pushed automatically during the next communication session between the access node and the IBM i File System Agent client.

Can I back up IBM i File System Agent security information and system configuration data?

Yes. When you run a backup of the default subclient or custom subclient with predefined backup item Security Objects and Configuration Objects are selected. You can see the IBM i File System security information and system configuration data in the Browse and Restore window with the following node names:

  • <System Security>

  • <System Configuration>

<System Security>

The System Security folder will show a list of user profiles along with a specific file - *ALL - Security Attributes.

You can restore a single or multiple user profiles.

You can restore all of the security attributes (user profiles and authorization lists) by selecting the file - *ALL - Security Attributes.

When you restore a <System Security> folder, all of the security information will be restored.

The Restore Authority (RSTAUT) command automatically runs at the end of the restore job when user profiles are restored.

Using the save file generated by the <System Security> objects restore job, you can restore all the user profiles, authorization lists and authority holders from the command line :

From a valid IBM console, type the following command:

CVLIB/CVRSTSECD SAVF(CVLIBOBJ/ALLUSRPRF) SAVFDEL(*YES) SBSSTART(*YES) SECDTA(*USRPRF)

where CVLIBOBJ/ALLUSRPRF is the save file name generated by the <System Security> objects restore job on the IBM i File System Agent client.

You can use any of the following values for the SECDTA parameter:

  • *USRPRF: Restores the user profiles and their private authorities.

  • *PVTAUT: Restores the private authorities for the specified user profiles, and the auxiliary storage pools. The Restore Authority (RSTAUT) command uses this information to restore the authorities to the referenced objects.

  • *PWDGRP: Restores the specified user profiles, their private authorities, and their passwords and group linkages.

    This command performs the following tasks:

  • Sends an inquiry message to QSYSOPR message queue to acknowledge the restore process. Once the message is acknowledged, IBM i system will go to restricted state.

  • Save file CVLIBOBJ/ALLUSRPRF will be deleted unless the parameter SAVFDEL is set to *NO.

  • Subsystems automatically start after the restore process based on the start-up program mentioned in the IBM i system value QSTRUPPGM unless the parameter SBSSTART is set to *NO.

  • The RSTAUT command automatically runs at the end of restore job.

<System Configuration>

The System Configuration folder will show a list of configuration objects along with a specific file - *ALL - Configuration.

You can restore a single or multiple configuration objects.

You can restore all of the configuration objects by selecting the file - *ALL - Configuration.

The Restore Configuration (RSTCFG) command is used with options OBJ(*ALL) OBJTYPE(*ALL) SRM(*NONE), where

  • OBJ = objects

  • OBJTYPE = object types

  • SRM = system resource management objects

    When you do a full system restore (/) or select the <System Configuration> folder to restore, all of the configuration objects will be restored.

How do I run the Commvault services on a different subsystem?

You can specify the subsystem when you install the IBM i File System Agent . The default subsystem is QSERVER.

  • To change the subsystem that the Commvault jobs run, type the following on the command line

    CVLIB/CVCHGJOBA SBSD(Subsystem_Library/Subsystem_Description) JOBQ(Job_Queue_Library/Job_Queue)

Example of how to make Commvault jobs run on the QCTL subsystem with the default jobq

CVLIB/CVCHGJOBA SBSD(QCTL)

Example of how to make Commvault jobs run on the QCTL subsystem with a new jobq

Note: This creates a jobq that is called "QBATCH" in the Commvault library CVLIBOBJ.

CVLIB/CVCHGJOBA SBSD(QBATCH) JOBQ(*CREATE)

Example of how to make Commvault jobs run on the QCTL subsystem with a non-default jobq

Note: This jobq must already exists and be attached to the subsystem.

CVLIB/CVCHGJOBA SBSD(QCTL) JOBQ(QGPL/ABCDJOBQ)You can specify the subsystem when you install the IBM i File System Agent . The default subsystem is QSERVER.

  • To change the subsystem that the Commvault jobs run, type the following on the command line

    CVLIB/CVCHGJOBA SBSD(Subsystem_Library/Subsystem_Description) JOBQ(Job_Queue_Library/Job_Queue)

Example of how to make Commvault jobs run on the QCTL subsystem with the default jobq

CVLIB/CVCHGJOBA SBSD(QCTL)

Example of how to make Commvault jobs run on the QCTL subsystem with a new jobq

Note: This creates a jobq that is called "QBATCH" in the Commvault library CVLIBOBJ.

CVLIB/CVCHGJOBA SBSD(QBATCH) JOBQ(*CREATE)

Example of how to make Commvault jobs run on the QCTL subsystem with a non-default jobq

Note: This jobq must already exists and be attached to the subsystem.

CVLIB/CVCHGJOBA SBSD(QCTL) JOBQ(QGPL/ABCDJOBQ)

How can I change the job priority of the Commvault processes?

Type the following command to change the job priority of the Commvault jobs. The job priority are between 1-9 with 1 as the highest.

CVLIB/CVCHGJOBA JOBPTY(Job_Priority)

Example of how to change the job priority of Commvault jobs to 3

CVLIB/CVCHGJOBA JOBPTY(3)

How can I change the job run priority of the Commvault processes or limit the CPU Utilization of Commvault jobs?

Type the following command to change the run priority of the Commvault jobs. The job priority are between 1-99 with 1 as the highest.

CVLIB/CVCHGJOBA RUNPTY(Run_Priority)

Example of how to change the run priority of Commvault jobs to 30

CVLIB/CVCHGJOBA RUNPTY(30)

How do I change the user profile that runs the Commvault services?

You must uninstall the Commvault services and then reinstall the Commvault services with the desired user profile.

How do I verify that the Commvault services are running on the IBM i File System Agent client?

Run the following command on the IBM i File System Agent client command line:

WRKJOB JOB(CVD)

How do I start the Commvault Services on an IBM i File System Agent machine?

To start the Commvault services, on the command line, type the following command:

COMMVAULT START

How do I stop the Commvault Services on an IBM i File System Agent machine?

To stop the Commvault services, on the command line, type the following command:

COMMVAULT STOP

How do I restart the Commvault Services on an IBM i File System Agent machine?

To restart the Commvault services, on the command line, type the following command:

COMMVAULT RESTART

How do I uninstall the Commvault Services on an IBM i File System Agent machine?

Note

If you plan to reinstall the client without removing the job result directory from the IBM i client, then you must use the “COMMVAULT TASK(UNINSTALL) RMVJRDIR(*NO)” command, that removes all the components except the job results directory.

This operation uninstalls the services, but does not delete the client from the CommCell Console.

To uninstall the Commvault services, on the command line, type the following command:

COMMVAULT UNINSTALL

How do I go to the Commvault Services job results directory on an IBM i File System Agent client?

To go to the Commvault services job results directory, on the command line, type the following command:

COMMVAULT JOBRESULTS

To go to the logs directory that is related to the Commvault services, on the command line, type the following command:

COMMVAULT LOGS

To go to the configuration that is related to the Commvault services, on the command line, type the following command:

COMMVAULT CONFIG

How do I check all the active Commvault jobs running on IBM i machine?

To check all the active Commvault jobs running on IBMi machine, on the command line, type the following command:

COMMVAULT ACTJOBS

Can the Commvault Software Protect IBM DB2 for i Files?

The Commvault software backs up the physical files (PF) and logical files (LF). If the DB2 files for a single application are distributed in multiple libraries, use the SYNCLIB option on the Save While Active tab of the Subclient Properties dialog box.

When the logical files and physical files are in different libraries, you must restore the physical files before you restore the logical files, or use the DFRID advance restore option. For more information, see Performing an IBM i File System Agent Restore to a New Library, Directory or Folder.

×

Loading...