Vertica 7.2.1: admintools install_package fails without logs
Hi, I've cloned https://github.com/vertica/Vertica-Extension-Packages to /opt/vertica/packages Executing 'admintools install_package' results in the below(sanitaized) output: [user@ip-VERTICA_HOST packages]$ admintools -t install_package -d DB_NAME -P strings_package -pPASSWORD Installing package strings_package... Failed to install package strings_package How can I get the reason for the failure (looking in the admintools.log is confusing, is this the only file to look in?) What can cause the installation to fail? Thanks in advance, Yarden
0
Comments
You need to look for the UDxFencedProcesses.log file
/vertica/catalog/dbname/v_nodename_catalog/UDxLogs/UDxFencedProcesses.log
And also query the error_messages table for more clues:
Hi Adrian,
You should also know that the database was copied to a new location in the following order:
Looking in the log file I've found:
From the error_messages table I'm getting the same error.
Tried to install compatlib_functions package but it also failed:
There is no lib directory in the catalog dir.
Why does strings_package requires a missing file? should I put the file there manually? from where?
Thank you,
Yarden
Hi again,
I've just learned from a collegue that the group_concat (and another function) were written long time ago and has no relation to the Vertica-Extention_packages strings_package.
Can I query the location of the libraries from the original Vertica cluster(we keep it running on the old hosting company's servers until we finish the migration).
Is there any way for me to query Vertica for the location of the source code for the library?
I've dropped the manually install GroupConcat library and successfully installed the strings_package.
Queries runs normally now
Thank you Adrian!