The FS Browser Bundle enables framework administrators to browse the part of
the file system, which represents the storage of the mBS working
directory, on the machine that hosts the ProSyst mBS framework. This
is realized through pluggable commands available in the fs command
group. The Parser Service
of the ProSyst Util Bundle manages these commands. The bundle functionality
lays over the current file system realization in an independent manner.
Contents:
The JAR file of the FS Browser Bundle is fsbrowser.jar located in the bundles directory.
The fsbrowsermio.jar is for installation on the Connector Version of the framework.
|
The FS Browser Bundle exports no packages.
The FS Browser Bundle registers the com.prosyst.util.pcommands.PluggableCommands
service which contains the commands for browsing the framework file system.
The Parser Service of the ProSyst Util Bundle detects the PluggableCommands
service and submits these commands to requesting bundles, such as the Console
and Telnet bundles.
The FS Browser Bundle plugs a new command group called fs into the Parser Service. Server administrators can issue the commands in this group from the server runtime console and from a Telnet application.
The fs group commands allow one to explore the folders of the storage home directory. Therefore, you can examine the data related to a particular bundle.
When you are using the Connector Version of ProSyst mBS, the FS Browser bundle allows you to examine the storage file as a directory structure. In this case using the FS bundle and the HTTP File System Browser is the only way to view the files and directories in the server storage in a comprehensible way, when the storage is represented as a single file.
After you start the ProSyst mBS, from the server runtime console or from a Telnet application, type cd fs or fs/ to enter the command group of the FS Browser Bundle. The commands in the group are as follows:
|
If you want to access the storage of the Log Bundle whose bundleID currently is 6 and the bundle was loaded once, the sequence of fs commands can be:
chdir 6/1/data/logs
cat log.txt
Tip: Type help to receive information about fs group commands.
The FS Browser Bundle uses the following system properties:
|
To use the above system properties successfully, you should specify them: