What Do I Do If Page Refresh Is Slow After I Log In to the Management Plane
Question
What do I do if page refresh is slow after I log in to the management plane?
Answer
- Before installing the management plane, check whether the clock file exists in the /etc/sysconfig directory.
- If so, page refresh will not be slow. If no, perform the following operations:
- Create a clock file in the /etc/sysconfig directory.
cd /etc/sysconfig touch clock
Run the ll /etc/localtime command to query the time zone information.
- Enter the time zone information in the /etc/sysconfig/clock file. For example, write Asia/Beijing as shown in the command output in the preceding figure to the /etc/sysconfig/clock file.
echo "TIMEZONE=\"Asia/Beijing\"" > /etc/sysconfig/clock
- View the clock file to check whether the modification is successful.
- Change the permission of the /etc/sysconfig/clock file to 644.
chmod 644 /etc/sysconfig/clock