Managing the Virtual File System |
Top Previous Next |
SOAP/AM Server stores all of its data in a Virtual File System (VFS). The VFS resides in a disk subvolume on your NonStop Server system. A list of the types of content stored in the VFS includes
A given SOAP/AM Server process instance accesses exactly one VFS while it is running. However, many SOAP/AM Server process instances may access the same VFS, if desired. In this case, however, the SOAP/AM Server processes must all be of the same major version number.
When you first install SOAP/AM Server, you must create the VFS using the VFSMGR utility. Likewise, each time you install a new version of SOAP/AM Server, you must upgrade the VFS using VFSMGR. In the case of an upgrade, all customer-created content is preserved.
SOAP/AM includes three interfaces for accessing the VFS depending on purpose. VFSMGR is a NonStop-based command-line driven utility aimed at NonStop system administrators. The Control Panel is a browser-based application provided for SOAP/AM administrators. WebDAV is an network interface for use by Web service developers in conjunction with Windows Explorer or other WebDAV client application.
† You can create or update Service Definition Files using Control Panel's Service Definition Wizard
Refer to the following topics for more information
Refer to the topic "Accessing the VFS" in the SOAP/AM Server Developer's Guide for more information about the WebDAV interface to the VFS.
|