cancel
Showing results for 
Search instead for 
Did you mean: 

SAP HANA Express on VM (with XSA) installation Error

xarnold70
Discoverer

Hi.

I downloaded hana express vm image and started configuration.

It was failed at "Create role collections" step and here is error message.

Anyone help me.

2021-03-12 10:02:12 : Waiting for apps: cockpit-persistence-svc, cockpit-hdb-svc, cockpit-collection-svc, cockpit-telemetry-svc, cockpit-xsa-svc, cockpit-adminui-svc, cockpit-admin-web-app

2021-03-12 10:02:12 : cockpit-persistence-svc: ready

2021-03-12 10:02:12 : cockpit-hdb-svc: ready

2021-03-12 10:02:12 : cockpit-collection-svc: ready

2021-03-12 10:02:14 : cockpit-telemetry-svc: ready

2021-03-12 10:02:14 : cockpit-xsa-svc: ready

2021-03-12 10:02:14 : cockpit-adminui-svc: ready

2021-03-12 10:02:14 : cockpit-admin-web-app: ready

2021-03-12 10:02:15 : OK

2021-03-12 10:02:15 :

2021-03-12 10:02:15 : Create role collections...

2021-03-12 10:02:15 : "{\"message\":{\"key\":\"ADMINUI_ERR_SERVICEBASE_GET\",\"defaultText\":{\"code\":\"CERT_HAS_EXPIRED\"}}}"

2021-03-12 10:02:15 : ERROR: Failed to create role collections.

Regards, Arnold.

Accepted Solutions (1)

Accepted Solutions (1)

dvankempen
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Arnold,

CERT_HAS_EXPIRED

The self-signed certificate used for XSA was valid for one year. You need to reset it using command:

XSA reset-certificate

Procedure

  1. Start the VM
  2. Log on as 'hxeadm' | first time you will need to change the initial password 'HXEHana1'
  3. When prompted for the database master password exit the initialisation script: <ctrl>+C
  4. Start up the database: HDB start
  5. Reset the certificated: XSA reset-certificate
  6. Restart the VM: sudo shutdown -r now
  7. Log on as 'hxeadm' and respond to the prompts

Answers (1)

Answers (1)

xarnold70
Discoverer
0 Kudos

Hi, denys.kempen.

Perfect, It works.

Thanks.

dvankempen
Product and Topic Expert
Product and Topic Expert
0 Kudos

Good to hear. Thanks

PS: if you are happy with the answer, please mark it as correct. This makes it easier to search the knowledge base. Thx