Examples: Displaying properties associated with configurable services

See examples that use the mqsireportproperties command to display properties that are associated with configurable services.

Always enter the command on a single line. In some examples, a line break has been added to enhance readability.

The following examples include the -c parameter to specify the configurable service to view. For a list of supplied configurable services, and their properties and values, see Configurable services properties.

  • Display all Aggregation configurable services:
    mqsireportproperties IBNODE -c Aggregation -o AllReportableEntityNames -r
  • Display all configurable services for Connect:Direct® server (that you have defined to this integration node with the mqsicreateconfigurableservice command)
    mqsireportproperties IBNODE -c CDServer -o AllReportableEntityNames -r
    The result of this command has the following format:
    CDServer
      Default
        hostname='localhost'
        port='1363'
        brokerPathToStagingDir=''
        cdPathToStagingDir=''
        brokerPathToInputDir=''
        cdPathToInputDir=''
        queuePrefix= ''
        securityIdentity="Default"
  • Display all properties of the FtpServer configurable service called TEST1:
    mqsireportproperties IBNODE -c FtpServer -o TEST1 -r
  • Display the protocol property setting of the FtpServer configurable service called TEST1:
    mqsireportproperties IBNODE -c FtpServer -o TEST1 -n protocol
  • Report the properties of the Oracle JDBCProvider configurable service:
    mqsireportproperties IBNODE -c JDBCProviders -o Oracle -r
  • Display the properties for all the integration node's JMS provider resources (default JMS provider resources and those configurable services that you have defined by using the mqsicreateconfigurableservice command):
    mqsireportproperties IBNODE -c JMSProviders 
         -o AllReportableEntityNames -r
  • Display the properties for all the JMS provider resources of WebSphere® MQ.
    mqsireportproperties IBNODE -c JMSProviders 
         -o WebSphere_MQ -r
  • Display the properties for all the JMS provider resources (default JMS provider resources and those configurable services that you have defined to this integration node with the mqsicreateconfigurableservice command):
    mqsireportproperties IBNODE -c JMSProviders 
         -o BEA_WebLogic -r
    
    The result of this command has the following format:
    ReportableEntityName=''
    JMSProviders
      BEA_Weblogic=''
        jarsURL='default_Path'
        nativeLibs='default_Path'
        proprietaryAPIAttr1='weblogic.jndi.WLInitialContextFactory'
        proprietaryAPIAttr2='t3://9.20.94.16:7001'
        proprietaryAPIAttr3='BEAServerName'
        proprietaryAPIAttr4='default_none'
        proprietaryAPIAttr5='default_none'proprietaryAPIHandler='BEAWebLogicAPIHandler.jar'
  • Export policy set Policy_2 in integration node IBNODE to file policyset.xml:
    mqsireportproperties IBNODE -c PolicySets 
         -o Policy_2 -n ws-security -p policyset.xml
    You can use the output file to move policy sets between integration nodes, and for backup.
  • Export a policy set bindings from an integration node to a file:
    mqsireportproperties IBNODE -c PolicySetBindings 
         -o Bindings_2 -n ws-security -p bindings.xml
    This command writes the Policy Set Bindings file Bindings_2 in integration node IBNODE to file bindings.xml. You can use this file to move policy set bindings between integration nodes, and for backup.
  • Display the properties for all the security profiles (default security profiles and any that you have defined on this integration node by using the mqsicreateconfigurableservice command):
    mqsireportproperties IBNODE -c SecurityProfiles 
         -o AllReportableEntityNames -r
    The result of this command has the following format:
    ReportableEntityName=''
    SecurityProfiles
    
    	Default_Propagation=''
                    AlternateServers=''
    		authentication = 'NONE'
    		authenticationConfig = ''
    		authorization = 'NONE'
    		authorizationConfig = ''
    		idToPropagateToTransport = 'Message ID'
    		keyStore = 'Reserved for future use'
    		mapping = 'NONE'
    		mappingConfig = ''
    		passwordValue = 'PLAIN'
    		propagation = 'TRUE'
    		rejectBlankpassword = 'FALSE'
    		transportPropagationConfig = ''
    		trustStore = 'Reserved for future use'
    
    
  • Display the properties for the security profile called MyFirstSecurityProfile:
    mqsireportproperties IBNODE -c SecurityProfiles 
         -o MyFirstSecurityProfile -r
    The result of this command has the following format:
    ReportableEntityName=''
    SecurityProfiles
    	MyFirstSecurityProfile=''
                    AlternateServers=''
    		authentication = 'LDAP'
    		authenticationConfig = 'ldap://localhost:389/ou=users,o=ibm'
    		authorization = 'NONE'
    		authorizationConfig = ''
    		idToPropagateToTransport = 'Message ID'
    		keyStore = 'Reserved for future use'
    		mapping = 'TFIM'
    		mappingConfig = 'http://tfimhost1:80'
    		passwordValue = 'PLAIN'
    		propagation = 'TRUE'
    		rejectBlankpassword = 'FALSE'
    		transportPropagationConfig = ''
    		trustStore = 'Reserved for future use'