Hosts and paths
For threshold definitions, you need information about the front-end host and the path that you want to monitor.
Hosts and Paths
Hosts
exch1.example.com
The host can be entered as exch1.example.com or the IP address of the host, such as 192.168.192.192. If you configured your backup software to use the IP address of a host, use the IP address. If you configured your backup software to use the hostname, use the hostname.
Path to a folder
/Documents/BobSmith/marketing/Jan2024/
Path to a file
/Dave_Smith/Documents/file01.txt
The Path string can be broken down into the following components:| Component | Description |
|---|---|
Dave_Smith/ |
A folder name. |
Documents/ |
A folder name under the Dave_Smith folder |
file01.txt |
The file name that you want to monitor for any activity. |
Path to a Windows drive
/<drive_letter>:/
Where is the specific drive on the Windows system. An example of specifying the Windows drive letter and a path is:
/C:/Users/JSmith
Escaping special characters in the path
File and folder names can contain special characters but these characters must be handled correctly for the path to be interpreted properly. When a special character is in a folder name, use the pipe (|) character before it. For example, a folder is named Sales/Marketing. If the slash (/) is not escaped by adding the pipe (|) in front of it, the folder is seen as a Sales folder that contains a subfolder that is named Marketing.
Sales/Marketing as the name of a folder, enter the folder name in the Path field as:
Sales|/Marketing
The folder is now interpreted as a single folder named Sales/Marketing.| Field | Special characters |
|---|---|
| Host |
|
| Path |
|
Specifying a system folder in the path
|) and then (S). The character combination is interpreted as a system folder, such as:
/RMAN:|S/18/XE
The Path string is broken down into the following components:
| Component | Description |
|---|---|
RMAN:|S/ |
A system folder name for an Oracle database, which is indicated by the (|S) terminator. |
18 |
A folder under the system folder. |
XE |
A folder under the 18 folder. |
Specifying a path in a VMFS datastore snapshots
/By Device|S/<disk_uuid>/<partition_uuid>/<path_to_files>/<file_name>
You can specify either a path to a folder or a specific file name. Contact your system administrator to obtain the disk and partition UUIDs. For example, the file /bin/file01.txt on the host examplehost.com is listed in a IBM Storage Protect VM disk backup and indexed by IBM Storage Defender Sentinel. The disk has a UUID of 6000C29f-aa7a-0d31-ec39-f702758 and the partition that the file is located in has a UUID of 7EB48F74B4DF2D81. To specify the path correctly, type:
/By Device|S/6000C29f-aa7a-0d31-ec39-f702758/7EB48F74B4DF2D81/bin/file01.txt
If you want to define the threshold at the host level, specify the host in the Host field and type / in the Path field to monitor all the folders and files on the host.
Specifying a location
exch1.example.com:exchange/DSmith/Recoverable Items|S/08294367ac73b35f| >documents.zip|:1|>My Documents/
| Component | Description |
|---|---|
exch1.example.com |
The hostname. Every path begins with the hostname and ends with a colon (:) or forward slash (/). |
exchange |
The service root. If the hostname is terminated by a colon (:), then the next path component is the name of an application service hosting the data. If the hostname is terminated by a slash (/), then the rest of the path indicates files in the file system of that server. |
DSmith |
A folder name. In this case, it represents an Exchange mailbox. |
Recoverable Items |
A folder name. The |S terminator indicates that this folder is a hidden system folder. In this case, it is a folder managed by Exchange and is in a distinct name space from other folders Dave Smith may have created in his mailbox. It is not visible to the user. |
08294367ac73b35f |
The filename of an Exchange email message. If this path component is terminated with |> , then it is a file name, as in this case. If it is terminated by a forward slash /, then it is a folder name. |
documents.zip |
The filename of the attachment. This example has a suffix of |:1 which is the attachment disambiguation number. In this case, it indicates that this is the second attachment with the name documents.zip. The two files may contain different content, but happen to have the same filename.The |> terminator indicates that it is a filename, not a folder. |
My Documents |
A folder name, which, in this case, is contained inside documents.zip. |
Specifying a location on a Windows drive
exch1.example.com/C:\exchange\First Storage Group\Mailbox Store\priv1.edb|>Dave Smith/Sales|/Marketing/
The path can be broken down to the following components and component separators as shown in the following table.
| Component | Description |
|---|---|
exch1.example .com |
The hostname. This example ends with a slash. |
C: |
The name of the drive. |
exchange |
A folder name under C: drive. |
First Storage Group |
A folder name under the exchange folder. |
Mailbox Store |
A folder name under the First Storage Group folder. |
priv1.edb |
The file name. The path component terminator |> indicates that it is a file name. |
Dave Smith |
A folder name, which is a mailbox in this case. |
Sales/Marketing |
A folder name under Dave Smith. The folder has a slash in its name and that is escaped by the pipe | and followed by a slash /. |