Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
What is the sample output of dfm backup create command?
2015-05-13
03:04 AM
4,218 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Solved! See The Solution
1 ACCEPTED SOLUTION
PrashanthVenkatesan has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is this question related to WFA?
Are you trying to automate taking of dfm backup using WFA?
Regards
Abhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
I want to know pattern of output from this command.
Regards,
Prashanth
PrashanthVenkatesan has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Sinhaa for you answer
Regards,
Prashanth
