Skip to Content
0
Aug 31, 2017 at 09:49 AM

Difference of the 2 version of HANA Express edition Virtual Machine

624 Views Last edit Aug 31, 2017 at 10:10 AM 3 rev

Hi all,

I've deployed the 2 versions of HANA 2.0 Express Edition on VM :

  1. Server onyl virtual Machine => Call it HANA
  2. Server + Application Virtual Machine => call it SHINE

I expect that the 2nd version is the one with SHINE demo applications. But I realize that they are not installed.

I expect that the 2 servers has the same component but on 2nd version ther is some sample applications deployed.

On the SHINE version I succeed calling xs :

hxeadm@shine.home:/> xs -v

Client version: xs v1.0.41

Server version information:
   name                    = XS Controller
   support                 = http://service.sap.com/message
   build                   = v1.0.41
   version                 = 1
   user                    = <not set>
   description             = SAP XS Runtime on premise
   controllerEndpoint      = https://hxehost:39030
   authorizationEndpoint   = https://hxehost:39032/uaa-security
   loggingEndpoint         = <not set>
   allowDebug              = true
   acceptEncoding          = gzip, x-gzip
   limits                  = memory: <not set>, apps: <not set>, app uris: <not set>, services: <not set>
   usage                   = memory: <not set>, apps: 38, app uris: <not set>, services: 30
   databaseType            = HANA_MULTI

Registered service URLs:
   deploy-service                    = https://hxehost:51004
   product-installer                 = https://hxehost:51006
   hrtt-service                      = https://hxehost:51009
   hrtt-core                         = https://hxehost:51012
   xsa-admin                         = https://hxehost:51015
   job-scheduler-service-dashboard   = https://hxehost:51030

while on HANA version I get unknow command :

hxeadm@hxehost:/usr/sap/HXE/HDB90> xs -v
If 'xs' is not a typo you can use command-not-found to lookup the package that contains it, like this:
    cnf xs

Because it's a VM I do not make any error while installing HANA (I did not install it). Both VM are connected via Eclipse.

Both XS Engire are up and running when calling URL :

http://hana.home:8090/ &

http://shine.home:8090/

Why can't I use xs command line in Server only version (HANA) ?

Did I miss something ?