To send ANY commands to a remote domain application server (DAS) from a remote client, such as asadmin, you must first enable security. By default, this feature is disabled. This is easy to fix:
(1) While "on" the remote machine (2) DAS is running (3) asadmin enable-secure-admin (4) asadmin restart-domain
Now you can send asadmin commands from any remote machine.
Change is permanent. Run the command once and forget about it.
For help on the command, run this: asadmin enable-secure-admin --help
source share