Details
-
Fix
-
Status: Dismissed (View Workflow)
-
Minor
-
Resolution: Duplicate
-
1.12
-
None
-
Target system: Unix (Ubuntu)
Description
Current Situation
When installing to a folder with restricted permissions on a Unix system such as opt and a non-default <port> parameter such as 4441, the batch installer will:
- correctly generate an agentInstallFolder/bin/jobscheduler_agent_4441.sh file but
- incorrectly generate an agentInstallFolder/var_4445 folder.
The system which this error occurred has one user with sudo permissions, the var_4445 folder is created with rwxrwxrwx permissions and root as owner.
The log file from the PerformInstall job is attached. Note the JobSchedulerException
remote command terminiert mit exit code: 1 (cat: sos-ssh-return-values- ... .txt: No such file or directory
Desired Behaviour
The batch installer should:
- generate an agentInstallFolder/var_<port> folder with value of the port parameter specified in the Batch Installer configuration.