Prerequisites
You must have access to Windows Server where OneIQ Pulse is installed.
Overview
OneIQ Pulse stores data in the following temporary folder:
C:\Windows\ServiceProfiles\NetworkService\AppData\Local\OneIQ\OneIQ Pulse
If the system (C:) drive runs out of disk space, OneIQ Pulse will not be able to synchronize snapshots with the OneIQ Portal and may cease to function properly. To address this issue, it is possible to either:
Extend the VMDK file hosting the system drive if OneIQ Pulse runs inside a VMware virtual machine or
Create an NTFS junction (reparse point) to a different volume with more space.
Troubleshooting
VMware VM hosting OneIQ Pulse
Shut down the virtual machine running OneIQ Pulse
Extend the VMDK file hosting the system drive. Please see the Increasing the size of a virtual disk article from VMware for more information.
Power on the virtual machine
The non-VMware machine hosting OneIQ Pulse
Delete existing folder
C:\Windows\ServiceProfiles\NetworkService\AppData\Local\OneIQ\OneIQ Pulse
Open command line: cmd
Navigate to the new volume with additional disk space. Example: cd E:\
Create the folder that will be used to store OneIQ Pulse temporary files. Example: mkdir OneIQ-Temp
Run
E:\>mklink /J "C:\Windows\ServiceProfiles\NetworkService\AppData\Local\OneIQ\OneIQ Pulse" OneIQ-Temp
Confirm the junction point is functioning by opening a command prompt and navigating to the newly created temp folder location. Example: cd "C:\Windows\ServiceProfiles\NetworkService\AppData\Local\OneIQ\OneIQ Pulse". Run the dir command and confirm the line bytes free at the end correspond to the new volume.
Disk Space Requirements
OneIQ Pulse has the free disk space requirements that can be found in the Sizing Guidelines section of the OneIQ Pulse for Datacenter article.