Hello,
We found some error during changing state of a compute node from online to offline. We found the following error in Event Viewer
CREATE DATABASE or ALTER DATABASE failed because the resulting cumulative database size would exceed your licensed limit of 4096 MB per database.
and
Could not allocate space for object 'dbo.Changes'.'Changes_timestampIdx' in database 'HPCManagement' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files
to the filegroup, or setting autogrowth on for existing files in the filegroup.
This server was deployed with Windows 2008 Server HPC Edition + HPCPack 2008R2 3.4.4169.0
How can we fix this?