Dell EMC VxBlock Systems 350 Administration Manual page 151

Table of Contents

Advertisement

d
Type a description in the Description field.
e
Verify Enabled is checked.
8
To create a new job step entry, under Select a page, select Procedure (Steps), and then click
New.
a
From the New Job Step window, in the Step name field, type Backup or other text.
b
Verify that the default value is set in the New Job Step windowType field.
c
Leave the Run as field empty.
d
In the Database field, select the database to be processed.
e
Copy and paste this text into the Command area, and modify the @DIRNAME and
@DBNAME variables accordingly:
-- SQL Server Transact SQL script to perform database backup
--
-- Use this script for each of the databases in the {AMP or AMP-2}.
variable
-- for the shared location of the backup files –
--
--
--
-- Modify the following variable for the name unique to each database:
--
--
--
DECLARE @DIRNAME VARCHAR(40), @DBNAME VARCHAR(40), @SUFFIX VARCHAR(48),
@FILENAME VARCHAR(128);
--
SET @DIRNAME = 'I:\Backups\';
SET @DBNAME
--
SET @SUFFIX
(convert(varchar(8),
getdate(),108),':','')+ '.bak';
SET @FILENAME = @DIRNAME+@DBNAME+@SUFFIX;
BACKUP DATABASE @DBNAME TO DISK=@FILENAME WITH NAME=@DBNAME,SKIP,STATS=20;
--
f
Under Select a page, select the Advanced tab.
g
For the On success action field, select Quit the job reporting success.
h
Under Select a page, select the Advanced tab. You can optionally type a directory location
and file name into the Output file field to capture script log messages. For example, I:/
Backups/master.log.
i
Click OK.
9
To create the job schedule, under Select a page, select Schedules, and click New.
a
From the New Job Schedule window, type a Name for the job schedule.
151
|
Guidelines for backing up configuration files
DIRNAME = Set location of the backup files
DBNAME
= Set database name
= 'master';
= '_FULL_' + convert(varchar(8),getdate(),112) + '_' + replace
Modify the following

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the VxBlock Systems 350 and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Vblock systems 350

Table of Contents