Skip to Content
Author's profile photo Man-Ted Chan

My Life Cycle Experience (SP8)

Hi all,

My name is Man-Ted Chan and I’m from the SAP HANA product support team. I’m writing this blog in regards to the SAP HANA Lifecycle Management tool in SP8, hdblcm (SAP Note 1997526). The plan for this blog is to initially post about installing HANA (and components) using hdblcm (also taking a detour to add a node) and then when SAP HANA SP9 comes out I will upgrade using the new hdblcm that comes with SP9.

So where is the hdblcm tool? this is found in the install media (if this is downloaded from the SAP Service Market Place you will need to have SAPCAR on your system to un-archive this file). It can be started in two ways, by calling ./hdblcm or ./hdblcmgui.

Command Line Installation and Updates

With hdblcm you can run it in a batch mode, so that you can just pre-enter the values, or interactive mode (in these caps I am using interactive mode). In the following captures please note the highlight ‘Detected components’ area as I only have the server file un-archived, later I will have more files un-archived.

/wp-content/uploads/2014/12/1_602484.png

/wp-content/uploads/2014/12/2_602513.png

After the installation is complete I un-archived my other SAR files and re-ran ./hdblcm

/wp-content/uploads/2014/12/3_602514.png

We see that the system I just installed is present and available to update (indicated by the red arrow) also notice the other detected components. If you are not seeing your components you can set the component location by using one of the following options:

–component_dirs=<path1>[,<path2>]…  Component directories

–component_medium=<dvd_path>          Location of SAP HANA installation medium

–component_root=<path>                Directory including sub-directories to search for components

In this example I decide to install the HANA client

/wp-content/uploads/2014/12/4_602515.png

/wp-content/uploads/2014/12/5_602519.png

Installation and Updates Via the GUI

When you choose to run hdblcmgui it will look like this upon loading (please note I ran this post HANA installation)

/wp-content/uploads/2014/12/6_602520.png

*Note that there is an ‘Add Component Location’ button

I will first go over the screens for installing a new SAP HANA database

/wp-content/uploads/2014/12/7_602521.png

/wp-content/uploads/2014/12/8_602523.png

Next you would select if this will be a multi-host or single-host system (in this blog I chose to do a Single-Host System)

/wp-content/uploads/2014/12/9_602524.png/wp-content/uploads/2014/12/10_602525.png/wp-content/uploads/2014/12/11_602526.png/wp-content/uploads/2014/12/12_602527.png/wp-content/uploads/2014/12/13_602528.png/wp-content/uploads/2014/12/14_602529.png/wp-content/uploads/2014/12/15_602530.png/wp-content/uploads/2014/12/16_602531.png

These caps show just updating the existing system

/wp-content/uploads/2014/12/17_602532.png/wp-content/uploads/2014/12/18_602533.png/wp-content/uploads/2014/12/19_602534.png

Adding A Host Via HDBLCM

To add a host to your system you can use HDBLCM, either through the GUI or the command line (in this document I will show it via the command line)

Call ./hdblcm –addhosts=<server name>

You can optionally specify more servers, group, role, and storage partition

For information on the options available please refer to the SAP HANA Admin guide or run
./hdblcm –action=add_hosts –help

In this this demo I will be specifying the role

/wp-content/uploads/2014/12/20_602535.png

From this list select 1 to add the host, you will then be prompted to enter in the server information

/wp-content/uploads/2014/12/21_602536.png

After agreeing to continue the prompt will look like this:

/wp-content/uploads/2014/12/22_602537.png

As noted before, I’ll write a second part to this as I venture to SP9

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Thanks for sharing !!