Running Files administrative commands
Use administrative commands to perform tasks that manipulate Files content.
Before you begin
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
- Start the wsadmin client.
- Start the
Files Jython script interpreter
using the following command:
execfile("filesAdmin.py")
- See Files administrative commands for a complete list of administrative commands for the Files application.