Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
SergioG_TX
Active Contributor
Hello again. Earlier, I wrote about downloading, installing, and doing a basic demo on XSA (H2SP03) using the HXE (HANA Express Edition). On this blog, I would like to showcase what features the HANA cockpit has to show.

Buckle up and let's take a ride



 

First of all, once again, thank you for taking the time to read this blog and I hope you all can benefit from it. The purpose of this blog, is to showcase the different parts of the cockpit and also to make any admins and developers aware the different and new parts of it.

Let’s assume you have already installed HXE, you may or may not have any apps running in it just yet. Next, you would like to see how to find out things such as, figuring out what apps are running, what services are running where to find logs, how to troubleshoot connections,  users, spaces, etc. All seems like very new terminology if you are coming from an XS classic architecture.

My first suggestion would be to go back to the XSA architecture and spend a few minutes to understand how the various components integrate and communicate with each other. Next, I would suggest that you understand how the CLI (command line interface) works in case you need alternatives to try to figure out. I would prefer to do it from the nice UIs that are delivered with the system, however, remember that there are many ways to skin a cat and so there are many ways to ask a system about its resources.

Let’s further assume that we have already installed XSA and we are logged in to the system via the CLI command line.

By using commands like:   xs -v;   // we can find out the version of our system components’



 

What I like about this command, is that we can also find out where some of the SAP services are installed and we can navigate to them… this is very similar to navigating to the XS controller on the browser on the following URL:   https://hxehost:39030

 



 

 

Clicking on the bottom right buttons will navigate to the other services pages, for example: let’s click on the web ide… then it will open such page



 

Similarly, we could open the XSA cockpit…



 

It is very practical to navigate around the system so far. I suggest you bookmark the XS controller API page at least so that you can navigate to the other SAP apps.

Now, within the cockpit, let’s see some very important information that is helpful for admins as well as for developers. Keep in mind, we will have new terminology such as: Organization, Space, Applications and services.

 

Organization:



 

Within the organization page, we have sections for security, user management, and more (which includes logs etc.)

  • What are role collections? The name is truly the definition. A collection of roles.

  • What are roles? Roles are privileges and authorizations that allow users to perform an action, such as Web IDE Developer, debugger, and such.

  • Trust Configuration: this area is to set certificates and other configurations for systems integration.


 



 

The user management section shows the users and the role collections they got assigned



 

Finally the more section has additional logs and certificates.



 

Clicking in the Organization level left nav… will take us to the various spaces that have been created within this organization. (development and SAP). You have probably figured out what those are. The SAP space is SAP specific area and it will host apps and services related to the webide, the uaa service, etc. Do not try to mess with that space as this is for the system itself.

Space:  the Space is an area that contains applications, services and other resources, that are needed to make applications run.



 

Applications: Inside the Space, there are applications that run under it. This next screenshot shows the applications I have created.



 

Once in this screen, you could click into the application name to open up the logs. It will show when it was started, and/or any other details that have been recorded. Additionally, we can stop, restart or even delete the application from this screen. -beware your actions.

The next area I want to see is the Monitoring area from the left nav.

In this area, we can see how much memory each app as taken, and the user mode time in ms. I kind of like the access count so we can see how often our apps get used and further assign memory to it. * the memory can be added from the mta.yaml file or probably from the admin side. This area is probably more beneficial for the admins, rather than for me as a developer, but nonetheless, it is good to know where things are. This area is called Instance Monitoring.

Next to the instance monitoring, there is the logs area



 

This one is helpful for both admins and developers, because we always want to know if there is an issue and both technical roles can see it.

 

Let’s go back up one level.. to the Space level.. and see the next feature: Services

 

The Services section shows the Marketplace area which is where we can use services that are available for your use, such as the UAA service. If you see my blog on creating apps, I used this area to create an instance of the UAA service to be used in my app for authentication and authorization of users.

 

Other types of services offered in the Service Market place are shown below:



 

At the bottom of the SPACE features we also see the Members  or users of the SPACE.



 

 

Last but not least on the cockpit – (same thing applies on the SAP Cloud Platform cockpit)



 

The useful links – will take you to documentation or also to the SCN page. ** I am very glad this section exists, due to now we have to remember so many links and urls with different ports. Thank you SAP!

 

My final thoughts, I hope that admins and developers interacting with the system can hopefully get some insight as to what the XSA cockpit has. Some times we (developers) have interacted with admins and heard, well, they are looking into logs, or they need to look into the security authorizations… here we can see where those areas of the system are located and see how SAP has delivered these cockpits for easy reading into those metrics.


What I didn’t see in the cockpit… where do users get created? where do certs get configured, etc....


 

Apparently, there is a new sheriff in town called…. Cockpit Manager, whaaaaa???



 

 

Ok, I got here by mistake… on the CLI, I typed xs apps | grep cockpit, just to see what the cockpit apps were… I see the following..

*side note. I wish this type of prompts would be in other areas : )





 

Once I clicked ok.. I reauthenticated and logged in to here:

 



Here is where we can create Resource Groups, Users, and set other cockpit settings.

Resource Groups: it is to set up monitoring on remote databases and it looks like:

 



 

After creating some Resources, then we can add them to a Resource Group.

 

The second item in the Cockpit manager, is the Users. This is where we can create new users, roles



 

In the Settings section, we see:

 

  • The data collection




 

  • The proxy settings – this has nothing because during the initial installation, I opted to not have any proxy configuration since this is my HXE, however, if this was a real installation, I am sure the proxy settings will be set for any outbound connectivity processes.




 

  • The connection section has information related to timeouts. This one has been getting me as I write blogs and I am switching back and forth (Standard timeout period). I am sure it can be edited either here or from the CLI with the right privileges.




 

  • The Display section –




 

This is all from me on this Cockpit Manager. Again, this seems to be a new cockpit that was not there before on previous versions of HANA. Thank you again for your time in reading this blog. As always, please share your experiences, learning and questions on the community

 

 

 
Labels in this area