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

Import Control File Parameters for Domain Objects

Import Control File Parameters for Domain Objects

Use the import control file parameters to configure the objects that you want to import from an XML file into the domain.
An import control file for domain objects can contain the following elements:
  • importParams. Can contain multiple objectList elements.
  • objectList. Contains attributes to filter the objects by type. Can contain multiple object elements.
  • object. Contains attributes to filter the objects by name.
The following table lists the import control file elements that have configurable attributes:
Element
Attribute Name
Attribute Description
objectList
type
Required. Type of domain object that you want to import. Specify one of the following values:
  • User
  • Group
  • Role
  • Cluster configuration
  • Connection
The value is not case sensitive.
objectList
select
Optional. Indicates whether infacmd imports all remaining objects of the specified type when you define an object element for the objectList. Set to all to import all remaining objects. For example, the following lines import Group1 with a Reuse resolution strategy. The lines import all remaining groups with a Merge resolution strategy:
<objectList type="group" select="all" resolution="merge"> <object name="Group1" resolution="reuse" /> </objectList>
If you define an object element and do not use the select attribute, then infacmd imports objects that satisfy the attributes defined in the object element. For example, the following lines import Group1 with a Merge resolution strategy:
<objectList type="group" resolution="merge"> <object name="Group1" /> </objectList>
If you do not define an object element for the objectList, then the default value of the select attribute is all. For example, the following line imports all groups with a Merge resolution strategy:
<objectList type="group" resolution="merge" />
Valid value is all.
objectList
resolution
Optional. Resolution strategy when a name conflict occurs. Applies to all objects of the specified type. Specify one of the following values:
  • Replace. Replace target object with the source object.
  • Rename. Rename source object using a generated name, and then import it.
    You cannot use the Rename option with the cluster configuration type.
  • Reuse. Reuse object in the target domain.
  • Merge. Merge the objects into one object. This option is applicable for groups.
The values are not case sensitive.
object
name
Required. Name of a specific object to import of the specified object type. The value is not case sensitive.
object
resolution
Optional. Resolution strategy when a name conflict occurs for this object. Specify one of the following values:
  • Replace. Replace target object with the source object.
  • Rename. Rename source object, and then import it.
    You cannot use the Rename option with the cluster configuration type.
  • Reuse. Reuse object in the target domain.
  • Merge. Merge the objects into one object. This option is applicable for groups.
The values are not case sensitive.
object
renameTo
Optional. Name to use when the conflict resolution strategy is Rename. If you do not specify a name, then infacmd generates a name by appending a number to the end of the name. Infacmd ignores the value if there are no conflicts or if the conflict resolution strategy is not Rename.
object
renameIdTo
Optional. ID string to use when you import a connection object and the conflict resolution strategy is Rename. If you do not specify a connection ID, then infacmd generates an ID by appending a number to the end of the connection ID. Infacmd ignores the value if there are no conflicts or if the conflict resolution strategy is not Rename.

0 COMMENTS

We’d like to hear from you!