cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Installing SAPHOSTAGENT

Former Member
0 Likes
743

Hello,

I want to install SAPHOSTAGENT on SOLARIS. The following error message occurs when I install SAPHOSTAGENT:

saphostexec -install

Install service

And that was it. The installtion is not performed. Can someone help ?

Kind Regards

Hartwig Latz

Hydac GmbH

View Entire Topic
Former Member
0 Likes

Hello,

wit User root.

Kind Regards

Hartwig Latz

HuseyinBilgen
Active Contributor
0 Likes

Hi,

Did you performed the steps mentioned in SAPHostagent Install?

Installation Under UNIX

1. Switch to the root user, because you need to perform the installation under root.

2. If the sapsys group does not yet exist on the host, create it using, for example, the

command groupadd.

3. If the user sapadm does not yet exist on the host, create it using, for example, the

command useradd.

The user must be a member of the sapsys group.

4. If the SAPOSCOL working directory does not yet exist on the host, create the

directory usr/sap/tmp.

5. Decompress the SAPHOSTAGENT.SAR archive with the SAPCAR tool, following SAP

Note 212876. Normally, you use the following command for decompression and

executing it in the directory of the archive:

sapcar -xvf SAPHOSTAGENT.sar

6. Among other things, the archive contains the saphostexec program. Install

SAPHOSTCONTROL by entering the following command:

saphostexec -install

regards