Last active
November 4, 2019 08:34
-
-
Save smagiera/2868dc9eda87dd6d02ed1be32289543b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Wymuszenie zatrzymania sesji backupu/odtworzenia/replikacji z poziomu SSH: | |
Listing sesji backupu: avmaint sessions | grep sessionid | |
Zatrzymanie sesji: avmaint kill sessionid | |
Wykonanie CheckPoint’a: avmaint checkpoint --ava | |
Walidacja CheckPoint’a: avmaint hfscheck --rolling –ava | |
Monitorowanie statusu walidacji: watch avmaint hfscheckstatus | |
Listing checkpointów: cplist | |
Wymuszenie rollback’a z linii komend: | |
Zalogować się va SSH jako admin | |
Zatrzymać GSAN: dpnctl stop gsan | |
Uruchomić GSAN z wymuszonym przywracaniem: dpnctl start gsan --force_rollback | |
To samo dla MCS: dpnctl start mcs --force_mcs_restore | |
Wykonanie Garbage Collection: avmaint garbagecollect --maxtime=9600 --ava | |
Monitorowanie statusu Garbage Collection: watch avmaint gcstatus | |
Zatrzymanie/uruchomienie harmonogramów: | |
Backup: dpnctl stop sched / dpnctl start sched | |
Maintenance: dpnctl start maint / dpnctl start maint | |
The avtar.cmd --x05=65536 flag disables the collection of information from the user profiles on the system. The DTLT interface will not work for any backup created using this flag. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment