cancel
Showing results for 
Search instead for 
Did you mean: 

UUID Daemon is not active

Former Member
0 Kudos

Hi,

After a fresh installation getting the error ''UUIDD is not active", Checked the mentioned note. Kernel is of latest version.

UUIDD is active at OS level. Kindly input your valuable suggestions !!!

Accepted Solutions (1)

Accepted Solutions (1)

former_member185239
Active Contributor
0 Kudos

Hi Sriram,

You need to check with the unix OS team.

Either you or ask the Unix team to start the UUID Daemon  on the server.

then run the SICK command to recheck it.

Run as root:

service uuidd stop

service uuidd start

With Regards

Ashutosh Chaturvedi

Answers (5)

Answers (5)

Former Member
0 Kudos

In /usr/lib/systemd/system/uuidd.service file set timeout parameter to 0. Restart service and check again.

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Do you have the UUIDD package installed on Oracle Linux?

Run these commands.

ls -la /usr/sbin/uuidd

service uuidd status

If the uuidd service is stopped then start it with the below command.

service uuidd start

If the uuidd package is not installed then install it

yum install uuidd.x86_64

chkconfig uuidd on

divyanshu_srivastava3
Active Contributor
0 Kudos

Which flavor of Linux are you running ?

You might need to update certain dependent RPMs to fix this.

Also, look at below KBAs to understand more.

1391070 - Linux UUID solutions

What about Linux kernel ? are you running on a supported release ?

Regards,

Johan_sapbasis
Active Contributor
0 Kudos

Hi Sriram,

Run command dmesg on the server and check for errors.

This will have to be resolved by the OS team, take note however you will have to stop/start after or at least log off and log back on as sidadm user.

Johan

former_member182657
Active Contributor
0 Kudos

Hi,

Hope you followed SAP Note   1391070 - Linux UUID solutions

If still persists issue could you execute below commands

1. /etc/init.d/uuidd restart

2. chkconfig uuidd on

After that try to re-check.

Good luck !!