We do support Round the Clock 24 x 7 x 365 (+91) 883 012 3924
 

Category: AWS

Change time zone on Amazon Linux AMI [AWS]

First, we need to  configure AWS instance to use the Amazon Time Sync Service :   Connect to your instance and uninstall the NTP service. [ec2-user ~]$ sudo yum erase ‘ntp*’ Install the chrony package. [ec2-user ~]$ sudo yum install chrony Open the /etc/chrony.conf file. Verify that the file includes the following line: server 169.254.169.123…

Fix CDP r1soft error : Could not find a suitable hcpdriver module for your system

When you enter below commands to update cdp kernel module r1soft-setup –get-module OR serverbackup-setup –get-module You will get below error : Failed to find headers at `/lib/modules/3.10.0-693.11.6.el7.x86_64/build. Get module failed. Falling back to old get-module   # You need to check if you have the necessary tools to build the…