IMPAX 6.5.1 Server Knowledge Base home > Archive Server home
The Hierarchical Storage Management (HSM) archive system provides long-term storage of data and access to data. Studies archived with HSM are stored to a file system.
After the HSM package is installed, a few additional configuration steps are required. You must make sure that the mounted location is set up properly and is ready for storage and retrieval of files before HSM starts to store and retrieve data to and from the mounted location.
In Solaris, by default, the location of the mount point is set to /asm
and the location of the subdirectory for storing studies is set to archive.
In Windows, by default, the location of the mount point is set to C:\hsm
and the location of the subdirectory is set to archive. Update the mount
point to use the full UNC path and ensure that ImpaxServerUser has read
and write permissions on the mount point.
To configure the mounted location for the HSM file system
Log in as a service user.
Open a command prompt.
![]() | Tip: To get information about the tool, type mvf-hsm-archive-add-mp -? (Solaris) or mvf_hsm_archive_add_mp.exe -? (Windows). |
To check the mounted location, type
mvf-hsm-archive-add-mp -S (Solaris)
or
mvf_hsm_archive_add_mp.exe -S (Windows)
To set the mounted location and subdirectory, type
mvf-hsm-archive-add-mp -D directory -M path (Solaris)
or
mvf_hsm_archive_add_mp.exe -M path -D directory (Windows)
where directory is the folder name and path is the directory path to the mounted location. For example, using the default mount point and subdirectory on Windows, type mvf_hsm_archive_add_mp.exe -M "C:\hsm" -D "\archive"
See also
Configuring cache folder permissions for remote caches and NAS
Securing Solaris-based systems in IMPAX: Armoring reference
Setting up the Archive Server cache space
Setting up the Archive Server hard drive
Topic number: 9156 Applies to: IMPAX 6.5.1 Server Knowledge Base |