VMware VCENTER CONFIGURATION MANAGER 5.3 - SOFTWARE CONTENT REPOSITORY TOOL GUIDE Podręcznik Użytkownika Strona 241

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 254
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 240
Scripting | 241
TransferPrescriptParameter_ForceBaseImage=$TransferPrescriptParameter_For
ceBaseImage
TransferPrescriptParameter_IsLogTruncation=$TransferPrescriptParameter_Is
LogTruncation
TransferPrescriptParameter_LatestEpochSeenByCore=$TransferPrescriptParame
ter_LatestEpochSeenByCore" > ~/PreTransferScriptResult.txt
exit 0
PostTransferScript.sh
The PostTransferScript is executed on the agent side after transferring a snapshot.
The following script stores the values from input parameters in the
Pre(Post)TransferScriptResult.txt which is located and stored in the root home
directory.
Sample PostTransferScript
#!/bin/bash
echo
"TransferPostscriptParameter_VolumeNames=$TransferPostscriptParameter_Vol
umeNames
TransferPostscriptParameter_ShadowCopyType=$TransferPostscriptParameter_S
hadowCopyType
TransferPostscriptParameter_Key=$TransferPostscriptParameter_Key
TransferPostscriptParameter_ForceBaseImage=$TransferPostscriptParameter_F
orceBaseImage
TransferPostscriptParameter_IsLogTruncation=$TransferPostscriptParameter_
IsLogTruncation
TransferPostscriptParameter_LatestEpochSeenByCore=$TransferPostscriptPara
meter_LatestEpochSeenByCore" > ~/PostTransferScriptResult.txt
exit 0
Przeglądanie stron 240
1 2 ... 236 237 238 239 240 241 242 243 244 245 246 ... 253 254

Komentarze do niniejszej Instrukcji

Brak uwag