Product

Broadcom Symantec IGA 15

Objective

This document outlines the procedure for backing up the IGA 15 configurations, user store and provisioning store data

Details

A proper backup is essential before upgrades, restarts, or configuration changes, as it allows for a rapid system restoration in the event of a failure. The igactl command is provided in IGA 15 for generating backups for configurations and data. This command should be run as an igx user.

Understanding the Backup Command

IGA Xpress provides the igactl backup command to take backups of critical system components.

These components include:

  • conf for configuration files
  • impd for provisioning data
  • ustore for user identity store

Command Syntax

igactl backup -m “MESSAGE” [-l LOCATION] [-onl] {conf, impd, ustore}

Parameter Explanation

ParameterMandatory/OptionalDescriptionNotes
-mMandatoryProvides a descriptive name for the backup.Always use meaningful names.
ComponentsMandatorySpecifies the components to back up: conf, impd, ustore.Select one or more.
-onlOptionalEnables online backup without stopping services.Only works for impd and ustore.
-l LOCATIONOptionalDefines a custom backup location.Default location is /opt/brcm/iga/backup.
  • Backup Configurations

Command: igactl backup -m “config_backup_2026” conf

A backup file is created in default location /opt/brcm/iga/backup

Verify the contents of the backup tar file

Copy the .tar file to windows using WinSCP tool to a backup folder

On Windows, in the backup folder → Unzip the backup file

The file info contains details about the command parameters

  • Backup Provisioning Data

Command: igactl backup -m “impd_backup_2026” impd

  • Backup User Store

Command: igactl backup -m ” ustore _backup_2026″ ustore

Reference

https://techdocs.broadcom.com/us/en/symantec-security-software/identity-security/iga-xpress/1-0/others/iga-xpress-commands.html

Author

Harish Upadhyay

 

Leave a Reply

Your email address will not be published. Required fields are marked *

TOP