application

列出 Oracle FS 数据保护管理器管理的所有可用应用程序。

用法概要

ofsdpmcli application ‑help
ofsdpmcli application ‑list [‑details] [‑application applicationIdentifier [‑options]]

说明

可以使用 ‑details 选项显示有关特定应用程序的详细信息列表。

可以使用 ‑options 显示可用于特定操作的选项,例如新建检查点。

子命令

‑help

显示 application 子命令帮助文档。

‑list

显示对 DPM 可见并受 DPM 支持的应用程序列表。

有效选项:
‑details

提供有关应用程序的其他详细信息(如果可用)。

‑application

指定要列出其信息的应用程序的标识号。使用此参数时,必须提供 applicationIdentifier 值。可通过发出以下命令获取 applicationIdentifier 值:

$ ofsdpmcli application-list

使用 CLI 返回的 guid 值。

注: 如果 CLI 返回大括号 ( { } ),则标识符值括在大括号内。

‑application 参数隐含 ‑details 参数。

‑options

显示可用于导入、恢复或创建应用程序检查点的参数。

返回的选项:
  • 恢复检查点选项

  • 导入检查点选项

  • 创建检查点选项

注: 并非 ‑options 返回的所有值都可用于 checkpoint 命令。

可在导入、恢复或新建检查点时使用这些返回的参数。

例如,返回的部分参数包括 "Create Checkpoint Options"(创建检查点选项):
  • 检查点类型:transportable

  • 可传输检查点指示符:true 或 false

  • 可传输检查点目录

  • 可传输检查点前缀

示例

运行 application 命令可显示受管应用程序的详细信息和检查点创建选项。

$ ofsdpmcli application ‑list ‑application {DA849819‑EF2E‑4C95‑8E7E‑10C7A1ADFB76} ‑options

结果:

Oracle FS System 数据保护管理器 - CLI v3.5.0 恢复检查点选项:<data /> 导入检查点选项:<data /> 创建检查点选项:<data> <value> <struct> <member> <name>optionName</name> <value>Transportable</value> </member> <member> <name>optionType</name> <value>{true|false}</value> </member> <member> <name>optionMessage</name> <value>This option causes the creation of a transportable snapshot. If this option is given, you must also give the TransportableDirectory option.</value> </member> </struct> </value> <value> <struct> <member> <name>optionName</name> <value>TransportableDirectory</value> </member> <member> <name>optionType</name> <value>string</value> </member> <member> <name>optionMessage</name> <value>This option specifies the directory in which to store the transportable document. This option is required if the Transportable option is given. It cannot be specified without the Transportable option.</value> </member> </struct> </value> <value> <struct> <member> <name>optionName</name> <value>TransportablePrefix</value> </member> <member> <name>optionType</name> <value>string</value> </member> <member> <name>optionMessage</name> <value>This option tells the host what prefix, if any, to give the transportable document. It cannot be specified without the Transportable option.</value> </member> </struct> </value> </data>