Monday 30 December 2019

DAC installation failing reasons

By considering the Greenfield installation of DAC installation:

The below recommendations are useful:

1. cleanup the old installation files in /install.

2.remove unwanted logs in /tmp dir.

3.check for proper DAC line entries in /usr/sap/sapservices file

if it is need to delete any entry in /usr/sap/sapservices --> vi sapservices --> dd ( to delete single line) --> :wq!

Note: please make sure that, No empty lines.

4. to check the process running for dacadm

ps -u dacadm

5. To kill all the process of DAC

pkill -u dacadm

6.for cleanup old DAC files

cleanup /usr/sap/DAC

7.check the space for DAC installation:

/install  and in /usr/sap/DAC


df -h .   - here . represents for present directory.


8. check for write permissions in /install dir

$touch test 
$rm test
 

1 comment: