Skip to main content

Hi Community,
I have installed the SAP MaxDB Agent on a SLES 15 system at our customer.

The customer is using a "C-Shell" (csh) and not a bash.

Is an environment variable also needed in this case? 

dbm_configset -raw set_variable_0 LD_LIBRARY_PATH=/opt/commvault/Base
dbm_configset -raw set_variable_1 SHLIB_PATH=/opt/commvault/Base


Configure the shared library path in the .profile file from the root directory.

For Linux and Solaris:

LD_LIBRARY_PATH=/<software install path>/Base:/<software install path>/Base64

export LD_LIBRARY_PATH


https://documentation.commvault.com/11.25/expert/22203_configuring_sap_maxdb_parameter_file.html

 

Thanks and best regards,

Andreas

 

@ak2 ,

 

Those are dbmcli commands.

You don’t have to use OS export commands to set those parameter.

You just need to connect maxdb database using dbmcli and run the commands.

Example:-

Connect the database:-
dbmcli -d <database name> -u <UserName,Password>


Run following commands from dbmcli prompt:-


dbm_configset -raw BSI_ENV <software install path>/SapMaxDbAgent/backint.conf 
dbm_configset -raw set_variable_0 LD_LIBRARY_PATH=/<software install path>/Base
dbm_configset -raw set_variable_1 SHLIB_PATH=/<software install path>/Base


Replace software install path(It could be /opt/commvault/Base)


Please let us know in case of any questions.

--
Mahender

 


Hi @Mahender Reddy ,

I was aware of that. 
Is it necessary to perform the following part?

or are the dbm_configset commands sufficient? 

dbm_configset -raw set_variable_0 LD_LIBRARY_PATH=/<software install path>/Base
dbm_configset -raw set_variable_1 SHLIB_PATH=/<software install path>/Base

 

best regards,

Andreas


@ak2,

The second part(dbm_configset commands) is necessary for the Maxdb to read the third party tool like commvault.