Showing posts with label up. Show all posts
Showing posts with label up. Show all posts

Sunday, 25 October 2020

Measure System & Performance - Scale-up Systems

 Pre-requisites:

  • You have installed the latest version of the SAP HANA hardware and cloud measurement tool on the system. 
  • You have at least 20 GB of free storage space in the location where SAP HANA data can be placed during the test. 
  • When using nonvolatile memory, mounts for all hosts or an alias of the same name must be available. 
  • Port 50001 must be open for communication.


The measurement tool performs a series of automated tests based on the execution plan that you select, for example (executionplan.json or full_executionplan.json).


Procedure 
1. To start the measurement tool in verbose mode, enter hcmt -v
2. Adjust the following variables that are contained in the execution plans: 


3. . Enter hcmt -v -p , using the fully qualified path of the installation directory, for example .../installation/config/executionplan.json. 

This starts a measurement using the selected execution plan. The results of the measurement are saved in the hcmtresult-[timestamp].zip file. You can upload the results to the SAP HANA hardware and cloud measurement analysis for a more detailed analysis. For more information, see Analyzing Measurement Results. 


Wednesday, 6 May 2020

2679373 - SWPM SYB: unable to set up backup server

Symptom

Error reported by SAP Installer is similar to the following:
Assertion failed: Unable to set up backup server. Refer to trace file sapinst_dev.log for further information.

Other Terms

ASE, backup server

Reason and Prerequisites

You are trying to install an SAP System based on ASE release 16.0 SP03 PL04 on the AIX platform. The host is configured to use virtual host names.
The SAP installer presents the message "Unable to set up backup server" and the installer's trace file sapinst_dev.log includes entries like:

Building Backup Server '<SID>_BS':
Writing entry into directory services...
Directory services entry complete.
Writing RUN_<SID>_BS file...
RUN_POP_BS file complete.
Starting server...
Unable to boot server '<SID>_BS'.  
Task failed
Server '<SID>_BS' was not created.

The corresponding backup server log file /sybase/<SID>/ASE-16_0/install/<SID>_BS.log includes traces like:

Started listener at tcp <IP ADDRESS 1> 4902
Backup Server: 2.24.2.1: The host '<IP ADDRESS 2>' is not authorized to connect to this Backup Server.
Backup Server: 5.40.2.1: Login host authentication has failed.

The root cause of the issue is that backup server does not recognize that IP ADDRESS 1 and IP ADDRESS 2 are the same host and requires a "remote host configuration". Further information about the topic can be found in the ASE documentation in the chapter "Remote Dump Host Control".

Solution

Create text file /sybase/<SID>/hosts.allow with the IP addresses from the backup server log with the following line:

<IP ADDRESS 1> <IP ADDRESS 2>

Set the file ownership to syb<sid>:sapsys with permission 640.
Terminate the running backup server with the OS command 'kill'.
Press the 'retry' button in the SAP installer dialog screen.