Running Files administrative commands

Use administrative commands to perform tasks that manipulate Files content.

Before you begin

To use administrative commands, you must use the wsadmin client. See Starting the wsadmin client for details.

About this task

Administrative commands interact with the Files application and its resources through scripts. These scripts use the AdminControl object available in the IBM® WebSphere® Application Server wsadmin tool to interact with the Files server. Each script uses managed Java™ beans (MBeans) to get and set server administration properties.

If an error occurs when you are executing the commands, you can examine the SystemOut.log file to determine what went wrong.

To run Files administrative commands, complete the following steps:

Procedure

  1. Start the wsadmin client.
  2. Start the Files Jython script interpreter using the following command:
    execfile("filesAdmin.py")
  3. See Files administrative commands for a complete list of administrative commands for the Files application.