Symantec Access Management

Tech Tip : CA Single Sign-On : CA Remote Engineer failing to collect files 

Jun 11, 2018 02:55 AM

Issue:

 

We have tried to run "CA Remote Engineer" tool in order to collect all the files involved in the upgrade process, but it failed.

We have seen that the linux server does not allow binary execution on /tmp (i.e. mounted with "noexec", which is an internal standard) where the tool auto-extracts itself and thus the tool does not collect anything. Exit code is always "0" due to the script "RemoteEngineerCLI.sh" content...

Is there a way (since it seems to be not documented) to specify a different folder than /tmp?

 

Environment:

 

12.52 SP1 CR8

 

Cause:

 

The reference to /tmp is hard coded

 

Resolution:

 

You can work around it by setting an environment variable to force it to write files in a specific directory instead of default /tmp

# mkdir /root/tmp
# export TMPDIR=/root/tmp && ./RemoteEngineerCLI.sh

Then the files will be written in /root/tmp

 

 

KD : KB000100569

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.