Skip to content

Running Files administrative commands

Use administrative commands to perform tasks that manipulate Files content.

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

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:

  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.

  4. Files administrative commands
    Use these commands to perform administrative tasks for Files. No file checkout or server restart is needed when using these commands.

Parent topic:Administering Files

Related information

Starting the wsadmin client