Unsolved
This post is more than 5 years old
1 Message
0
833
March 18th, 2008 07:00
ECC agent to a Linux host ( Suse10 SP1 )
Hi All,
I have problems installing ECC agent to a Linux host ( Suse10 SP1 ).
The problem is "disk free space check: FAIL" error..but I have more than enough space...
The master agent version is the 5.2.0.0
Does anyone know how to fix this problem??
Thanks a lot
I have problems installing ECC agent to a Linux host ( Suse10 SP1 ).
The problem is "disk free space check: FAIL" error..but I have more than enough space...
The master agent version is the 5.2.0.0
Does anyone know how to fix this problem??
Thanks a lot
No Events found!
kirkb00
50 Posts
0
April 2nd, 2008 14:00
DiwakarEMC
8 Posts
0
April 4th, 2008 12:00
To resolve this issue, do the following:
Confirm that the Spec.pm file exists on the Linux host having the issue. This file should exist in the following location:
/usr/ecc/exec/utils/perl/Linux/lib/5.8.8/File/Spec.pm
If the Spec.pm file exists in the location specified in the preceding step, check that a directory called eccperl exists of the /usr directory. The /usr/eccperl directory should be a symlink to the /usr/ecc/exec/utils/perl/Linux directory.
If the above directory is not symlinked or does not exist, create it using the following command:
cd /usr
ln -s /usr/ecc/exec/utils/perl/Linux eccperl
Restart the Master Agent and attempt the reinstall of the Host Agent for Linux.
feibob
6 Posts
0
April 7th, 2008 12:00
michaelf1
109 Posts
0
April 13th, 2008 19:00
As you say, the error indicates it failed at disk free space check, but actually you'll find the procedure to determine diskspace failed due a missing library. See the kb article to determine what file to check.
Thanks