LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installing on a Headless EC2 instance with root privileges. (https://www.linuxquestions.org/questions/linux-software-2/installing-on-a-headless-ec2-instance-with-root-privileges-4175435701/)

R09u3Bull 11-05-2012 06:28 AM

Installing on a Headless EC2 instance with root privileges.
 
Hello All,
I am trying to install a program residing on a headless EC2 RHEL6 64bit server on which I have root priveleges.

1. I unzipped the zip file of the installable in /mnt/dir1/Unzipped
2. cd /mnt/dir1/Unzipped
3. Output of ls command in this location shows the file "installc" among others
4. I need to run the command : installc --launcher.ini silent-install.ini -acceptLicense -log /mnt/dir1/Unzipped/log.xml
5. but it gives me a command not found error.

Any ideas on how to fix this or what I am missing?

...

sag47 11-05-2012 12:14 PM

installc is likely not in the $PATH so you need to provide a relative path directly to the executable.

Code:

./installc .....
Make sure that it has proper permissions to execute.

R09u3Bull 11-05-2012 10:29 PM

Awesome! I changed the permissions on installc and it worked! Many thanks sag47!


All times are GMT -5. The time now is 03:25 AM.