![IBM E16RMLL-I - Tivoli Storage Manager Скачать руководство пользователя страница 514](http://html.mh-extra.com/html/ibm/e16rmll-i-tivoli-storage-manager/e16rmll-i-tivoli-storage-manager_implementation-manual_3351182514.webp)
484
IBM Tivoli Storage Manager Implementation Guide
compression application to combine and or compress a bunch of smaller files
into one big file of the required size.
Do not
try to push multiple smaller files that
equal the total size that you are trying to move—this will skew your benchmarks.
The next task is to automate an FTP logon and push/pull this file from the Tivoli
Storage Manager client to the Tivoli Storage Manager server. This is cleverly
done by creating an FTP script that will:
1. Connect to the FTP daemon on the Tivoli Storage Manager server.
2. Push a file over to the Tivoli Storage Manager server.
3. Pull the file from the Tivoli Storage Manager server to the local system.
4. Delete the file on the Tivoli Storage Manager server after the pull.
5. Log off.
Example 15-1 and Example 15-1 show two typical FTP scripts. The first one is
for Microsoft platforms and the second is for UNIX platforms. With minor
modifications, you can get this code to work on your own platforms.
Example 15-1 FTP sample script for Windows
@echo off
echo open 9.48.202.28 > $ftp$.cmd
echo user username password >> $ftp$.cmd
echo bin >> $ftp$.cmd
rem echo hash >> $ftp$.cmd
echo cd <targetdirectory> >> $ftp$.cmd
echo dir >> $ftp$.cmd
echo put <samplefile> >> $ftp$.cmd
echo get <samplefile> >> $ftp$.cmd
echo del <samplefile> >> $ftp$.cmd
rem echo dir >> $ftp$.cmd
echo bye >> $ftp$.cmd
FTP.EXE -n -s:$ftp$.cmd
del $ftp$.cmd
Example 15-2 Sample FTP script for UNIX
ftp -n TSM-Server <<- EOF!
user username password
cd <targetdirectory>
put <samplefile>
get <samplefile>
del <samplefile>
bye
EOF!
Содержание E16RMLL-I - Tivoli Storage Manager
Страница 2: ......
Страница 23: ...Figures xxi 22 6 AIX lab environment 708...
Страница 24: ...xxii IBM Tivoli Storage Manager Implementation Guide...
Страница 32: ...2 IBM Tivoli Storage Manager Implementation Guide...
Страница 44: ...14 IBM Tivoli Storage Manager Implementation Guide...
Страница 94: ...64 IBM Tivoli Storage Manager Implementation Guide...
Страница 96: ...66 IBM Tivoli Storage Manager Implementation Guide...
Страница 126: ...96 IBM Tivoli Storage Manager Implementation Guide...
Страница 298: ...268 IBM Tivoli Storage Manager Implementation Guide...
Страница 354: ...324 IBM Tivoli Storage Manager Implementation Guide...
Страница 356: ...326 IBM Tivoli Storage Manager Implementation Guide...
Страница 423: ...Chapter 12 Scheduling 393 Week of Month Expire Never tsm quit...
Страница 424: ...394 IBM Tivoli Storage Manager Implementation Guide...
Страница 510: ...480 IBM Tivoli Storage Manager Implementation Guide...
Страница 552: ...522 IBM Tivoli Storage Manager Implementation Guide...
Страница 554: ...524 IBM Tivoli Storage Manager Implementation Guide...
Страница 594: ...564 IBM Tivoli Storage Manager Implementation Guide...
Страница 612: ...582 IBM Tivoli Storage Manager Implementation Guide...
Страница 618: ...588 IBM Tivoli Storage Manager Implementation Guide...
Страница 720: ...690 IBM Tivoli Storage Manager Implementation Guide...
Страница 752: ...722 IBM Tivoli Storage Manager Implementation Guide...
Страница 758: ...728 IBM Tivoli Storage Manager Implementation Guide...
Страница 780: ...750 IBM Tivoli Storage Manager Implementation Guide...
Страница 802: ...772 IBM Tivoli Storage Manager Implementation Guide...
Страница 823: ...Index 793 Z z OS tape management 58 zOS 200...
Страница 824: ...794 IBM Tivoli Storage Manager Implementation Guide...
Страница 825: ...IBM Tivoli Storage Manager Implementation Guide...
Страница 826: ......
Страница 827: ......