Skip to main content
Solved

SAP MaxDB Agent - Unix LD_LIBRARY_PATH


Forum|alt.badge.img+6
  • Byte
  • 12 replies

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

 

Best answer by Mahender Reddy

@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

 

View original
Did this answer your question?
If you have a question or comment, please create a topic

3 replies

Forum|alt.badge.img+5

@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

 


Forum|alt.badge.img+6
  • Author
  • Byte
  • 12 replies
  • March 15, 2022

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


Forum|alt.badge.img+5

@ak2,

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

 

 


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings