Viewing a list of activated IBM InfoSphere DataStage editions and feature packs

Run the iisAdmin command to list the activated IBM® InfoSphere® DataStage® editions and feature packs within your suite.

Before you begin

You must have at least Suite User authority.

About this task

To view a list of activated IBM InfoSphere DataStage editions and feature packs, use the iisAdmin command. For more information, see iisAdmin command. The format of the command is as follows:

Linux cue graphicUNIX cue graphic
<IS_install_path>/ASBServer/iisAdmin.sh -display -key com.ibm.iis.datastage.license.*
Windows cue graphic
<IS_install_path>\ASBServer\iisAdmin.bat -display -key com.ibm.iis.datastage.license.*

The command displays a list of the IBM InfoSphere DataStage editions and feature packs that are installed. If a license key is not shown in the display, then the capability/product module is not installed. If a license key is listed and the value is set to 1, then the edition or feature pack is activated. If a license key is listed and the value is set to 0, then the edition or feature pack is deactivated.

In the following example, com.ibm.iis.datastage.license.option.parallel and com.ibm.iis.datastage.license.option.qualitystage are installed, but only com.ibm.iis.datastage.license.option.parallel is activated:
[isadmin ~]$ cd /opt/IBM/InformationServer/ASBServer/bin
[isadmin bin]$ ./iisAdmin.sh -display -key com.ibm.iis.datastage.license.*
com.ibm.iis.datastage.license.option.parallel=1
com.ibm.iis.datastage.license.option.qualitystage=0