problem running RMA for Linux after configuration
problem running RMA for Linux after configuration
Hi,
after editing all the configuration needed in the rma.ini, when i run
./rma -d ./usr/rma/rma.ini I recieve this message
Command line checking .. Ok
Settings checking .. Error
Cannot open configuration file './usr/rma/rma.ini'
Please check './usr/rma/rma.ini' file
any idea why? I checked the configuration in rma.ini over and over again and everything look ok.
Thanks
after editing all the configuration needed in the rma.ini, when i run
./rma -d ./usr/rma/rma.ini I recieve this message
Command line checking .. Ok
Settings checking .. Error
Cannot open configuration file './usr/rma/rma.ini'
Please check './usr/rma/rma.ini' file
any idea why? I checked the configuration in rma.ini over and over again and everything look ok.
Thanks
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Re: problem running RMA for Linux after configuration
You should remove dot before .ini file name. Your command line string should be like this:
Regards,
Max
Code: Select all
./rma -d /usr/rma/rma.ini
Max
without the dot it can't find the path
Command line checking .. Ok
Settings checking .. Error
Invalid path to the agent!
Please check '/usr/rma/rma.ini' file
Settings checking .. Error
Invalid path to the agent!
Please check '/usr/rma/rma.ini' file
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Re: without the dot it can't find the path
This error means then you should specify fullpath to the agent in rma.ini.yariv wrote:Invalid path to the agent!
In your case, it should be RmaPath = /usr/rma/rma
-----------------
[Basic]
; RmaPath
; Obligatory parameter. Full path to the agent. UNIX does not have common
; method that allows to retrieve module name and path.
; Without this parameter agent will not be able to upgrade and restart itself.
RmaPath = /usr/rma/rma
------------------------
Have you read the INSTALL file in the /usr/rma/ folder?
cd /usr/rma
less INSTALL
Regards,
Max
What do you see if you type
?
Then please show what path you have specified in rma.ini
Regards
Alex
Code: Select all
cd /usr/rma
ls -l rma*
Then please show what path you have specified in rma.ini
Regards
Alex
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Hm. What Linux do you use?yariv wrote:same error, I have before RmaPath = /usr/rma, and I changed it following your suggestion, but I still have the same error
as you can see I gave the file full rwx, but that's not the issue
Could you provide telnet access to your system?
We could provide you soure codes and you will be able to compile the agent on your system. Please, send request to support@ks-soft.net
Regards,
Max
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
There is a RMA 1.23 recompiled for RH ES3: http://www.hostmonitor.biz/download/rma ... 3.i386.rpmyariv wrote:RedHat ES3
Have you downloaded it?
Or, perhaps, you have downloaded RMA 1.22 for common Linux systems? Packages are available on our site: http://www.ks-soft.net/hostmon.eng/downpage.htm
What about sources? Please, send request to support@ks-soft.net and we will send you the source codes.
Regards,
Max
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact: