Administrator Guide
Table Of Contents
- Dell DR Series System Administrator Guide
- DR Series システムの概要
- Understanding the DR Series System
- About the DR Series System
- ドライブ容量と使用可能な物理容量
- Data Storage Terminology and Concepts
- Supported File System Protocols
- OpenStorage Technology (OST): DR Series System
- Rapid Data Storage (RDS): DR Series System
- DR Series System and Data Operations
- Supported Software and Hardware
- DR Series — Expansion Shelf Cabling
- DR Series システム拡張シェルフの追加
- Setting Up the DR Series System
- Interacting With the DR Series System
- Connections for Initializing a DR Series System
- DR Series システムの初期化
- RACADM を使用した iDRAC6/iDRAC7 へのアクセス
- Logging in Using a Web Interface
- Dashboard(ダッシュボード)ページとオプション
- Storage(ストレージ)ページとオプション
- About the Schedules Page and Options
- About the System Configuration Page and Options
- Support(サポート)ページとオプション
- Configuring the DR Series System Settings
- Managing DR Series Storage Operations
- DR Series システムの監視
- DR Series システムのサポートオプションの使用
- OST の設定と使用
- OST の理解
- OpenStorage Technology(OST)API
- OST ガイドライン
- OST Terminology
- Supported OST Software and Components
- OST Required Configurations
- ベストプラクティス:OST と DR Series システム
- クライアント側の最適化の設定
- Configuring an LSU
- Installing the Dell OST Plug-In
- NetBackup を使用した DR Series システム情報の設定
- Backing Up Data From a DR Series System (NetBackup)
- Using Backup Exec With a DR Series System (Windows)
- OST Plug-In and Supported Versions
- Installation Prerequisites for the OST Plug-In for Backup Exec
- Backup Exec GUI を使用した DR Series システムの設定
- Backup Exec を使用した DR Series システム上でのバックアップの作成
- Optimizing Duplication Between DR Series Systems Using Backup Exec
- Restoring Data from a DR Series System Using Backup Exec
- Understanding the OST CLI Commands
- Understanding OST Plug-In Diagnostic Logs
- Linux ユーティリティを使用した診断の収集
- メディアサーバー情報の収集に関するガイドライン
- Configuring and Using Rapid Data Storage
- RDS Overview
- RDS Guidelines
- Best Practices: RDS and the DR Series System
- Setting Client-Side Optimization
- Adding RDS Devices in NVBU
- Removing RDS Devices From NVBU
- Backing Up Data on the RDS Container Using NVBU
- Replicating Data to an RDS Container Using NVBU
- Restoring Data From a DR Series System Using NVBU
- Supported DR Series System CLI Commands for RDS
- Troubleshooting and Maintenance
- Supported Ports in a DR Series System
- 困ったときは

To restore data from a DR Series system using Backup Exec, complete the following:
1. Launch the Backup Exec Administrator console, and select the Job Setup tab.
2. In the left navigation pane, select Restore Tasks, and click New job.
The Restore Job Properties page is displayed.
3. Click the View by Resource tab in the Selections pane, and select the dataset to be restored.
4. Click Run Now to start the restore job.
5. Click the Job Monitor tab to view the progress of the restore job operation you created.
Understanding the OST CLI Commands
The OpenStorage Transport (OST) --mode component supported in the DR Series system command line interface (CLI)
command supports three values, which represent optimized writes done via:
deduplication
(--mode dedupe),
passthrough
(--mode passthrough), and
auto
(--mode auto). These OST commands are used in the following format: ost
--update_client --name --mode.
メモ: If an OST client has four or more CPU cores, it is considered to be dedupe-capable. However, the OST client
operating mode depends upon how it is configured in the DR Series system (Dedupe is the default OST client
mode). If the administrator did not configure an OST client to operate in a specific mode and it is dedupe-capable,
it will run in the Dedupe mode. If an OST client is not dedupe-capable (meaning the OST client has less than four
CPU cores), and the administrator sets it to run in the Dedupe mode, it will only run in the Passthrough mode. If an
OST client is set to run in
Auto mode, the OST client will run in the mode setting determined by the media server.
The following table shows the relationship between the configured OST client mode types and the supported client
mode based on client architecture type and corresponding number of CPU cores.
表
6. Supported OST Client Modes and Settings
OST Client Mode
Settings
32–Bit OST Client (4 or
more CPU cores)
64–Bit Client (4 or
more CPU cores)
32–Bit OST Client
(Less than 4 CPU
cores)
64–Bit OST Client
(Less than 4 CPU
cores)
Auto Passthrough Dedupe Passthrough Passthrough
Dedupe Not Supported Supported Not Supported Not Supported
Passthrough Supported Supported Supported Supported
Supported DR Series System CLI Commands for OST
The following are the supported DR Series system CLI commands for OST operations:
administrator@acme100 > ost
Usage:
ost --show [--config]
[--file_history] [--name <name>]
[--clients]
[--limits]
ost --setpassword
ost --delete_client --name <OST Client Hostname>
ost --update_client --name <OST Client Hostname>
--mode <auto|passthrough|dedupe>
ost --limit --speed <<num><kbps|mbps|gbps> | default>
--target <ip address | hostname>
146