Active IQ Unified Manager Discussions

What is the sample output of dfm backup create command?

PrashanthVenkatesan
3,440 Views

I am automating dfm backup create archive [filename] command through workflow.I want to know some static pattern in the output to implement logic.

 Can you share the exact output of this command?

1 ACCEPTED SOLUTION

sinhaa
3,377 Views

Here you go:

 

C:\Program Files\NetApp\DataFabric Manager\DFM\bin>dfm backup create archive
Disabling Performance Advisor.
Copying keystore for backup ...
1 File(s) copied
SQL Anywhere Backup Utility Version 16.0.0.1644
(74614 of estimated 74614 pages, 100% complete)
Database backup completed
Waiting for existing writes to stop, which could take a few minutes.
Please be patient ...
Creating the archive ...
Verifying the archive ...
Enabling Performance Advisor.
Completed backup C:/Program Files/NetApp/DataFabric Manager/DFM/data/dfm_backup_5.2.1_CMode_2015-05-14_01-49-13.ndb.

C:\Program Files\NetApp\DataFabric Manager\DFM\bin>

 

But it takes some time to get completed depending on the size of your DB. So take care of the command time-out issues.

 

Isuggest you use ZAPI to get this done instead of running CLI command using ssh. But this is again a design choice.

 

warm regards,

sinhaa

 

 

 

 

 

 

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

View solution in original post

4 REPLIES 4

abhit
3,406 Views

Is this question related to WFA?

Are you trying to automate taking of dfm backup using WFA?

 

Regards

Abhi

PrashanthVenkatesan
3,391 Views
Thanks abhit for your reply. Yeah i am trying to automate it.It is direct question.I want to know output of this command while taking backup.
I want to know pattern of output from this command.

Regards,
Prashanth

sinhaa
3,378 Views

Here you go:

 

C:\Program Files\NetApp\DataFabric Manager\DFM\bin>dfm backup create archive
Disabling Performance Advisor.
Copying keystore for backup ...
1 File(s) copied
SQL Anywhere Backup Utility Version 16.0.0.1644
(74614 of estimated 74614 pages, 100% complete)
Database backup completed
Waiting for existing writes to stop, which could take a few minutes.
Please be patient ...
Creating the archive ...
Verifying the archive ...
Enabling Performance Advisor.
Completed backup C:/Program Files/NetApp/DataFabric Manager/DFM/data/dfm_backup_5.2.1_CMode_2015-05-14_01-49-13.ndb.

C:\Program Files\NetApp\DataFabric Manager\DFM\bin>

 

But it takes some time to get completed depending on the size of your DB. So take care of the command time-out issues.

 

Isuggest you use ZAPI to get this done instead of running CLI command using ssh. But this is again a design choice.

 

warm regards,

sinhaa

 

 

 

 

 

 

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

PrashanthVenkatesan
3,364 Views

Thank you Sinhaa for you answer

 

Regards,

Prashanth

Public