Fujitsu PRIMERGY LTO3 User Manual page 69

Tape drv ultrium3 400gb
Table of Contents

Advertisement

Available languages

Available languages

• For Windows Backup
In batch files etc., add a description that executes the following command after the backup
command has been executed.
rsm refresh /lf"Hewlett Packard LTO Ultrium-3 drive"
rsm eject /lf"Hewlett Packard LTO Ultrium-3 drive"
Example of a batch file
@echo off
1:
cls
2:
setlocal
3:
rsm inventory /lf"Hewlett Packard LTO Ultrium-3 drive" /aFULL
4:
timeout /t 60
5:
rsm refresh /lf"Hewlett Packard LTO Ultrium-3 drive"
6:
timeout /t 60
7:
for /f "Tokens=1-4 Delims=/ " %%i in ('date /t') do set dt=%%i-%%j-%%k-%%l
8:
for /f "Tokens=1" %%i in ('time /t') do set tm=-%%i
9:
set tm=%tm::=-%
10:
set dtt=%dt%%tm%
11:
ntbackup backup @c:\test\test.bks* /n "%computername%-%dtt%" /d "daily
12:
%dtt%" /j "daily %dtt%" /p "LTO Ultrium" /V:no /R:no /L:f /M normal /RS:NO
/HC:ON /UM
timeout /t 60
13:
rsm refresh /lf"Hewlett Packard LTO Ultrium-3 drive"
14:
timeout /t 60
15:
rsm eject /lf"Hewlett Packard LTO Ultrium-3 drive"
16:
timeout /t 60
17:
endlocal
18:
*To create c:\test\test.bks, start Windows Backup, check off the target backup in the [Backup] tab
and select [Save Selections] in the [Job] menu.
For an example of a Windows Backup batch file, refer to Microsoft Knowledge Base, Article ID :
239892 (http://support.microsoft.com/kb/239892/en-us).
For details about how to use the ntbackup, rsm command refer to Windows help (Clcik "Start" →
"Help and Support" and search for "ntbackup" or "rsm").
• For NetVault
Confirm the device name in the NetVault device management.
Example: "server 001 1-0.3.0 (HP Ultrium 3-SCSI)"
Use the confirmed device name and create a shell script containing the following contents
(tapeeject.sh) in the script/users directory in the directory that installed NetVault (/usr/netvault) (
create /usr/netvault/scripts/users/tapeeject.sh).
Example of tapeeject.sh (specify the confirmed device name after ?devicename)
/usr/netvault/util/nvdeviceeject -devicename 'server-001:_1-0.3.0_(HP_Ultrium_3-SCSI)'
During backup, check off "Use Post Script" in the "Advanced Option" tab in the NetVault backup
window.
2 Component Names and Functions
E
69

Advertisement

Table of Contents
loading

Table of Contents