→ Applies to: SynetoOS 4.x
Step 1. Find the service logs
svcs -xv svc:/application/diskinfo-cache-regenerator:default
Step 2. View service logs
cat /var/svc/log/application-diskinfo-cache-regenerator:default.log
Step 3. Execute these commands to restart the service
svcadm clear svc:/application/diskinfo-cache-regenerator:default
svcadm restart svc:/application/diskinfo-cache-regenerator:default
Step 4. Check timeout time
cat /var/svc/manifest/applicationdiskinfo-cache-regenerator.xml
In appliances with a large pool of storage units, it may happen that the process delays and fails because the request timeout is too short.
By default, the service is configured to have a timeout of 60 seconds; it's possible to modify the service XML file to increase the update timeExample:
vi /var/svc/manifest/applicationdiskinfo-cache-regenerator.xml
Step 5. Restart diskinfo services
svcadm restart svc:/application/diskinfo-cache-regenerator:default
svcadm refresh
Step 6. Clear and restart manifest-import
svcadm clear manifest-import
svcadm restart manifest-import