HP 12000 HP VLS Solutions Guide Design Guidelines for Virtual Library Systems - Page 139

Symantec NetBackup, Symantec NetBackup Application Overview

Page 139 highlights

wait DRVBSY=( 0 0 0 0 ) fi done wait The above basic example script template can be extended to add error handling or support for multiple libraries, etc. Symantec NetBackup This section includes both general and deduplication guidelines as well as other useful information for Symantec NetBackup. Symantec NetBackup Application Overview Symantec NetBackup Enterprise Server is based on a client/server architecture, and comprises several distinct components: • Master server: The master server (one per storage domain) manages data protection operations. The NetBackup master server is responsible for containing the backup configurations and policies, running the scheduler that initiates automated backups, maintaining catalogs that track the location and contents of all backups, communicating with media servers to initiate backup and restore processes, and providing both a command line interface and a graphical user interface to administer NetBackup. • Enterprise Media Manager server: NetBackup Enterprise Server 6.0 introduced the Enterprise Media Manager (EMM) server, which centrally manages Media Manager data that had previously been distributed across multiple media servers. You can only have one EMM server per storage domain. The master server can also be designated as the EMM server. The NetBackup EMM server is responsible for managing a consolidated media and device database for the NetBackup storage domain and maintaining run-time status information, NDMP credentials, and a managed server list. • Media server: A media server can be any standalone server running NetBackup server software that receives requests for backup and restore operations from the master server. (A master server can also be configured as a media server.) A storage domain can contain multiple media servers. Media servers communicate with the master server and EMM server to initiate backup and restore operations on its attached storage devices, communicate with NetBackup clients during a backup or restore operation, monitor the status of storage devices, and provide robotic control. • Client: NetBackup clients are servers that have NetBackup client software installed. A client performs backups through a media server (over the LAN if the media server is running a separate server or directly as LAN-free backup if the media server is in the client server). • Storage Unit: A NetBackup storage unit is a storage device attached to a NetBackup server. A storage unit consists of the media server and tape devices where NetBackup stores files and data. If a storage unit contains two drives and one is busy, NetBackup can use the other drive without administrator intervention. To send backups to a storage device, the administrator must define storage units using the Device Configuration Wizard. For virtual library devices such as VLS, the type of storage unit used is the "Media Manager storage unit." (Even though VLS is using disk internally, it is seen by NetBackup as a tape library.) Symantec NetBackup 139

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160

wait
DRVBSY=( 0 0 0 0 )
fi
done
wait
The above basic example script template can be extended to add error handling or support for
multiple libraries, etc.
Symantec NetBackup
This section includes both general and deduplication guidelines as well as other useful information
for Symantec NetBackup.
Symantec NetBackup Application Overview
Symantec NetBackup Enterprise Server is based on a client/server architecture, and comprises
several distinct components:
Master server: The master server (one per storage domain) manages data protection operations.
The NetBackup master server is responsible for containing the backup configurations and
policies, running the scheduler that initiates automated backups, maintaining catalogs that
track the location and contents of all backups, communicating with media servers to initiate
backup and restore processes, and providing both a command line interface and a graphical
user interface to administer NetBackup.
Enterprise Media Manager server: NetBackup Enterprise Server 6.0 introduced the Enterprise
Media Manager (EMM) server, which centrally manages Media Manager data that had
previously been distributed across multiple media servers. You can only have one EMM server
per storage domain. The master server can also be designated as the EMM server. The
NetBackup EMM server is responsible for managing a consolidated media and device database
for the NetBackup storage domain and maintaining run-time status information, NDMP
credentials, and a managed server list.
Media server: A media server can be any standalone server running NetBackup server software
that receives requests for backup and restore operations from the master server. (A master
server can also be configured as a media server.) A storage domain can contain multiple
media servers. Media servers communicate with the master server and EMM server to initiate
backup and restore operations on its attached storage devices, communicate with NetBackup
clients during a backup or restore operation, monitor the status of storage devices, and provide
robotic control.
Client: NetBackup clients are servers that have NetBackup client software installed. A client
performs backups through a media server (over the LAN if the media server is running a
separate server or directly as LAN-free backup if the media server is in the client server).
Storage Unit: A NetBackup storage unit is a storage device attached to a NetBackup server.
A storage unit consists of the media server and tape devices where NetBackup stores files
and data. If a storage unit contains two drives and one is busy, NetBackup can use the other
drive without administrator intervention. To send backups to a storage device, the administrator
must define storage units using the Device Configuration Wizard. For virtual library devices
such as VLS, the type of storage unit used is the "Media Manager storage unit." (Even though
VLS is using disk internally, it is seen by NetBackup as a tape library.)
Symantec NetBackup
139