+

Search Tips   |   Advanced Search

Disable embedded TAM client using wsadmin


Follow these steps to unconfigure the Java Authorization Contract for Containers (JACC) provider for TAM.

In an ND architecture, ensure that all the managed servers, including node agents, are started. Perform the following process once on the deployment management server. Details of the unconfiguration are forwarded to managed servers, including node agents, when a synchronization is performed. The managed servers require their own reboot for the configuration changes to take effect.

It is also possible to unconfigure using the admin console. For details on unconfiguring the embedded TAM client using the WAS admin console, refer to Disable embedded TAM client .

 

  1. Restart the dmgr process.

  2. Start the wsadmin command-line utility. The wsadmin command is found in theinstall_dir/bin directory

  3. From the wsadmin prompt...

    WSADMIN>$AdminTask unconfigureTAM -interactive You are prompted to enter the following information:

    Option Description
    WAS node name Enter an asterisk (*) to select all nodes.
    TAM administrator user name Enter the TAM administration user ID, as created at the time of TAM configuration. This name is usually, sec_master.
    TAM administrator user password Enter the password for the TAM administrator.
    Force Enter yes, to ignore errors when unconfiguring the JACC provider for TAM. Enter this option as yes only when the TAM domain is in an irreparable state.
    Defer Enter no, to force the unconfiguration of the connected server. Enter No for the unconfiguration to proceed correctly.

  4. When all information is entered, enter F to save the properties or C to cancel from the unconfiguration process and discard the entered information.

  5. Synchronize all nodes.

  6. Restart all WAS instances for the changes to take effect.

 

Related tasks


Disable embedded TAM client