When you try to start the CLI (ZEUSHOME/zxtm/bin/zcli), you may see the following error message:
ERROR: Failed to start due to SELinux restrictions (unable to load XML parser)
This can occur when using SELinux, for example on Redhat Server 5. There are three possible workarounds:
chcon -t texrel_shlib_t $ZEUSHOME/zxtmadmin/lib/perl-soap/auto/XML/Parser/Expat/Expat.so
These will then allow you to run the CLI program.
When you try to start the CLI (ZEUSHOME/zxtm/bin/zcli), you may see the following error message:
ERROR: Failed to start due to SELinux restrictions (unable to load XML parser)
This can occur when using SELinux, for example on Redhat Server 5. There are three possible workarounds:
chcon -t texrel_shlib_t $ZEUSHOME/zxtmadmin/lib/perl-soap/auto/XML/Parser/Expat/Expat.so
These will then allow you to run the CLI program.