manage-local-tam-db

This command manages the local Access Manager policy database.

Syntax

manage-local-tam-db name copy remove

Parameters

name
Specifies the name of a Access Manager client.
copy
Indicates whether to copy the local policy database to the temporary: directory.
on
Copies the local policy database to the temporary: directory. This setting is the default value.
off
Does not copy the local policy database to the temporary: directory.
remove
Indicates whether to remove the local policy database from memory.
on
Removes the local policy database from memory.
off
Does not remove the local policy database from memory. This setting is the default value.

Guidelines

The manage-local-tam-db command manages the local policy database for a Access Manager client.

Attention: When you run this action, the identified client is stopped, if it is running, and restarts it when the action completes.

For troubleshooting purposes, you might need to copy the local policy database for Access Manager clients to the file system or remove the local policy database.

  • If you choose to copy the local database, the action copies the local policy database to the temporary: directory.
  • If you choose to remove the local database, the action removes the local policy database.
  • If you select both copy and remove, the action copies the local policy database to the temporary: directory and then removes the local policy database.

Examples

  • Create a copy of the local policy database in the temporary: directory for the myClient client.
    # manage-local-tam-db myClient
  • Remove the local policy database for the myClient client.
    # manage-local-tam-db myClient off on