-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial site-recovery manifests * site-recovery manifest documentation update * Automation tests for site-recovery manifest
- Loading branch information
1 parent
149aab1
commit c76cbbf
Showing
6 changed files
with
136 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
echo,### Gathering Configuration Files ### | ||
copy,/etc/*-release | ||
copy,/etc/HOSTNAME | ||
copy,/etc/hostname | ||
copy,/etc/waagent.conf | ||
copy,/var/lib/waagent/*.xml | ||
echo, | ||
|
||
echo,### Gathering Log Files ### | ||
copy,/var/log/waagent* | ||
copy,/var/log/dmesg* | ||
copy,/var/log/syslog* | ||
copy,/var/log/azure/* | ||
|
||
echo, | ||
|
||
echo,### Gathering Extension Files ### | ||
copy,/var/lib/waagent/GoalState.*.xml | ||
copy,/var/log/ua_install.log | ||
copy,/var/log/AzureRcmCli.log | ||
copy,/var/log/svagents*.log | ||
copy,/var/log/s2*.log | ||
copy,/var/log/evtcollforw*.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
echo,### EXPERIMENTAL FEATURE ### | ||
echo,### Event Logs ### | ||
copy,/Windows/System32/winevt/Logs/System.evtx | ||
copy,/Windows/System32/winevt/Logs/Application.evtx | ||
copy,/Windows/System32/winevt/Logs/Windows Azure.evtx | ||
|
||
echo,### Additional Event Logs ### | ||
copy,/ProgramData/ASRSetupLogs/UnifiedAgentMSIInstall.log | ||
copy,/ProgramData/ASRSetupLogs/WrapperUnifiedAgent.log | ||
copy,/ProgramData/ASRSetupLogs/ASRUnifiedAgentInstaller.log | ||
copy,/ProgramData/ASRSetupLogs/ASRUnifiedAgentConfigurator.log | ||
copy,/Program Files (x86)/Microsoft Azure Site Recovery/agent/AzureRcmCli.log | ||
copy,/Program Files (x86)/Microsoft Azure Site Recovery/agent/svagents*.log | ||
copy,/Program Files (x86)/Microsoft Azure Site Recovery/agent/s2*.log | ||
copy,/Program Files (x86)/Microsoft Azure Site Recovery/agent/evtcollforw*.log | ||
|
||
echo,### Provisioning ### | ||
copy,/Windows/Panther/WaSetup.xml | ||
|
||
echo,### Guest Agent ### | ||
copy,/WindowsAzure/Logs/Telemetry.log | ||
copy,/WindowsAzure/Logs/TransparentInstaller.log | ||
copy,/WindowsAzure/Logs/WaAppAgent.log | ||
copy,/WindowsAzure/Logs/Plugins/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters