Table of Contents

Search

  1. Preface
  2. Command Line Programs and Utilities
  3. Installing and Configuring Command Line Utilities
  4. Using the Command Line Programs
  5. Environment Variables for Command Line Programs
  6. Using infacmd
  7. infacmd as Command Reference
  8. infacmd aud Command Reference
  9. infacmd autotune Command Reference
  10. Infacmd bg Command Reference
  11. infacmd ccps Command Reference
  12. infacmd cluster Command Reference
  13. infacmd cms Command Reference
  14. infacmd dis Command Reference
  15. infacmd dp Command Reference
  16. infacmd idp Command Reference
  17. infacmd edp Command Reference
  18. Infacmd es Command Reference
  19. infacmd ihs Command Reference
  20. infacmd ipc Command Reference
  21. infacmd isp Command Reference
  22. infacmd ldm Command Reference
  23. infacmd mas Command Reference
  24. infacmd mi Command Reference
  25. infacmd mrs Command Reference
  26. infacmd ms Command Reference
  27. infacmd oie Command Reference
  28. infacmd ps Command Reference
  29. infacmd pwx Command Reference
  30. infacmd roh Command Reference
  31. infacmd rms Command Reference
  32. infacmd rtm Command Reference
  33. infacmd sch Command Reference
  34. infacmd search Command Reference
  35. infacmd sql Command Reference
  36. infacmd tdm Command Reference
  37. infacmd tools Command Reference
  38. infacmd wfs Command Reference
  39. infacmd ws Command Reference
  40. infacmd xrf Command Reference
  41. infacmd Control Files
  42. infasetup Command Reference
  43. pmcmd Command Reference
  44. pmrep Command Reference
  45. Working with pmrep Files

Command Reference

Command Reference

DeployFolder

DeployFolder

Deploys a folder. You can use this command to copy a folder within a repository or to a different repository.
To use this command, you must create a control file with all the specifications that the Copy Wizard requires. The control file is an XML file defined by the depcntl.dtd file.
If
pmrep
cannot immediately acquire object locks in the target repository, by default it waits indefinitely to acquire the locks.
You can use the deployment control file parameters to specify a deployment timeout. The deployment timeout is the period of time (in seconds) that
pmrep
waits to acquire locks. A value of 0 fails the deployment if
pmrep
cannot immediately acquire locks. The default value is -1, which instructs
pmrep
to wait indefinitely to acquire the locks.
Press Ctrl+C to cancel the deployment during the deployment operation or while
pmrep
is waiting to acquire object locks.
The DeployFolder command uses the following syntax:
deployfolder -f <folder_name> -c <control_file_name> -r <target_repository_name> [-n <target_repository_user_name> [-s <target_repository_user_security_domain>]  [-x <target_repository_password> |   -X <target_repository_password_environment_variable>]  [-d <target_domain_name> |    {-h <target_portal_host_name>     -o <target_portal_port_number>}]] (only if target is in a different domain) [-l <log_file_name>]
The following table describes
pmrep
DeployFolder options and arguments:
Option
Argument
Description
-f
folder_name
Required. Name of the folder to deploy.
-c
control_file_name
Required. Name of the XML file containing the Copy Wizard specifications.
-r
target_repository_name
Required. Name of the target repository you are copying the folder to.
-n
target_repository_user_name
Required if you copy the folder to another repository. Login user name for the target repository.
-s
target_repository_user_
security_domain
Required if you use LDAP authentication. Name of the security domain that the user belongs to. Default is Native.
-x
target_repository_user_
password
Optional. Login password for the target repository. Use the -x or -X option, but not both. If you copy the folder to a different repository and you do not use the -x or -X option,
pmrep
prompt you for the password.
-X
target_repository_password_
environment_variable
Optional. Login password environment variable for the target repository. Use the -x or -X option, but not both. If you copy the folder to a different repository and you do not use the -x or -X option,
pmrep
prompt you for the password.
-d
target_domain_name
Required if you copy the folder to a different repository and you do not use the -h and -o options. Name of the domain for the repository.
-h
target_portal_host_name
Required if you copy the folder to a different repository and you do not use the -d option. Machine name for the node that hosts the domain of the target repository.
-o
target_portal_port_number
Required if you copy the folder to a different repository and you do not use the -d option. Port number for the node that hosts the domain of the target repository.
-l
log_file_name
Optional. Log file that records each deployment step. If you omit this option,
pmrep
outputs the deployment steps to the command line window.

0 COMMENTS

We’d like to hear from you!