|
dp:copy doesn't work on RAID filesystems
|
| |
I am having trouble getting the dp:copy task to work on RAID
filesystems. I can copy files to the local:// filesystem without any
issues, but when I try to copy them to the local://raid0 filesystem, I
get the following error:
C:\MTAS\PSB\MTAS_PSB\DataPower Deployment\build.xml:249: Request failed... more »
|
|
dp:taillog - performance
|
| |
Hi,
I am using the dp:tailog feature of dp buddy to get logs from the
datapower device with a followinterval set at less than a second.Would
this be a perfomance bottleneck on the datapower box? and is this
equivalent to writing debug logs on the datapower box to a NFS mount
in terms of performance.... more »
|
|
dp:copy only works with upload new files
|
| |
I have a case where one of the configuration xml file is updated
frequently. I used dp:copy as the following
<dp:copy domain="${target.dp.domain}" flatten="false">
<dpFileset dir="${config.files}" includes="**/*" />
</dp:copy>
However this only works for new file upload. Once the file is in, it... more »
|
|
2.3 dp:import task changes break ANT Editor in Eclipse
|
| |
Whatever changes were made to dp:import between 2.2 and 2.3 have
caused the ANT Editor in Eclipse to throw the following error. The
full import task that I am using is <dp:import file="${wsproxy.file}"
overwriteFiles="true" overwriteObjects="true" />. Is there perhaps a
new required attribute that I am not setting that is causing this?... more »
|
|
DPBuddy Roadmap
|
| |
We just published our roadmap at [link].
All suggestions and feedback are welcome!
-Alexander
|
|
DPBuddy 2.3 is Released
|
| |
Notable changes:
- Import task produces detailed import statistics, including imported
files, skipped files and imported objects.
- "exportObject" nested element of the "export" task now supports
regular expression for both class and object names.
- "downloadFile" task.
- "mkdir" and "rmdir" tasks for creating and removing remote... more »
|
|
Need help to configure DPBuddy and small example
|
| |
Hi Everyone,
I am new to DPBuddy. We are having Data Power with the folowing
conifiguration.
Firmware Rev:XI50.3.7.3.7
Build:180345
Now I want to configure the DPBuddy to automate the administrative
tasks.
Would you please give me guidance on configuraion and running small
task.
Thanks,... more »
|
|
Problem with <dp:import>
|
| |
I have successfully implemented a backup and export project using dpbuddy. logically, then next step in an automated deployment would be an import project. This is where I'm having trouble. As per the example build file I have implemented a checkpoint and then import. I am entering the command: ant -v -e -f import.xml > import.log... more »
|
|
Import exclusions
|
| |
Greetings, I am evaluating the use of dpBuddy for deployment and backup purposes. I see the export, backup, and checkpoint functions will be useful. my question is wrt import. currently, I export the objects with referenced objects and files and then import. During import I exclude the crypto objects (keys, certificates, identification, validation)... more »
|
|
Error during uploading files to the device
|
| |
Hi!
I used DPBuddy to upload some files to the DataPower. It worked fine.
But today when I tryed to use the same command I've received such an
error
D:\soft\DataPower\DataPower>dp config.bat
Buildfile: test.ant
copy:
[dp:copy] Executing DataPower file upload command...
[dp:copy] Copying 2 file(s) to the device...... more »
|
|
|