Emc Networker; Emc Networker Application Overview - HP 12000 Design Manual

Hp vls solutions guide design guidelines for virtual library systems with deduplication and replication (ag306-96032, july 2011)
Hide thumbs Also See for 12000:
Table of Contents

Advertisement

Display backup totals in TB's for a 7 day period:
select cast(float(sum(bytes))/1024/1024/1024/1024 as dec(8,4)) as
""Backed up data in TB"" from summary where activity='BACKUP' and
start_time>timestamp(current_date)-(7)days
Display backup volume in Bytes by node for the past 24 hours:
select start_time, end_time, entity, bytes from summary where
activity='BACKUP' and start_time>timestamp(current_date)-(1)days
order by end_time
Display value of mount retention for the device class:
Query device class q devc f=d
Display details on the TSM options:
Query TSM Options q opt
Display detailed node information:
Query q n f=d
Display if client side compression is being used (should be disabled if you want to run
deduplication or even compression in the virtual library):
q ac begint=-24 search="compressed by"
Display if collocation is turned on – it should be turned off for a virtual library:
Query storagepool f=d

EMC NetWorker

This section includes both general and deduplication guidelines as well as other useful information
for EMC Networker.

EMC NetWorker Application Overview

EMC Networker is based on a client/server architecture and comprises several distinct components:
Console server: all EMC NetWorker servers and clients are managed from the NetWorker
Console server. The Console server also provides reporting and monitoring capabilities for
the servers and clients.
Web browser: the Console server is accessed through a graphical interface that can be run
from any computer that has a web browser. Multiple users can access the Console server
concurrently from different browser sessions. A computer that hosts the web browser can also
be a NetWorker client.
Datazone: a datazone is a single NetWorker server and its client computers. Datazones can
be added as backup requirements increase.
NetWorker server: NetWorker servers provide services to back up and recover data for the
NetWorker client computers in a datazone.
NetWorker storage node: a NetWorker storage node can be used to improve performance
by offloading much of the data movement from the Networker server involved in a backup or
recovery operation.
NetWorker client: a NetWorker client computer is any computer whose data must be backed
up. The NetWorker Console server, NetWorker servers, and NetWorker storage nodes are
also NetWorker clients.
148 VLS Configuration and Backup Application Guidelines

Advertisement

Table of Contents
loading

Table of Contents