Cannot deploy Storage Resource agent because of a timeout, get error message NAD0006E

You are trying to deploy a Storage Resource agent on a system and get this error message.

Problem

When you deploy a Storage Resource agent on a system, you see this error message in the log file:
NAD0006E Exception thrown for method updateNAOsInfo: 
java.net.ConnectException: CTGRI0081E RXA internal 
command run on xxxx.xxxx.xxxx.xxxx could not be completed 
during the specified timeout interval.
You cannot deploy the Storage Resource agent.

Action

Use the tpctool command line interface to increase the default_timeout value for the Storage Resource agent.
  1. Use the getdscf command to see the current values for the Storage Resource agent:
    tpctool> getdscfg -context SRA
    
    The following output is returned:
    Property        Context Value
    ==============================
    default_timeout SRA     120000
    long_timeout    SRA     300000
    nfs_timeout     SRA     10000
    
  2. Use the setdscfg command to change the default_timeout value:
    tpctool> setdscfg -context SRA -property default_timeout 150000
    
  3. Use the getdscfg command again to verify the new value for the default_timeout property:
    tpctool> getdscfg -context SRA
    
    The following output is returned:
    Property        Context Value
    ==============================
    default_timeout SRA     150000
    long_timeout    SRA     300000
    nfs_timeout     SRA     10000