Event logs

Software-based VM-centric and flash-friendly VM storage + free version

Moderators: anton (staff), art (staff), Anatoly (staff), Max (staff)

Post Reply
trini18
Posts: 9
Joined: Thu May 11, 2017 1:57 pm

Thu Sep 14, 2017 4:05 am

How do I disable certain eventlog?

its just to much
Attachments
starwindlogs.png
starwindlogs.png (70.21 KiB) Viewed 9505 times
Sergey (staff)
Staff
Posts: 86
Joined: Mon Jul 17, 2017 4:12 pm

Thu Sep 14, 2017 1:24 pm

Hello, trini18!
Thank you for your question.
You can easily update event notifications settings if you go to Configuration tab in StarWind Management Console (you can find it on your screenshot), then go to Event Notifications --> Modify. There you can enable Error notifications and ignore warnings and other events, thus get notified of critical events only.
diego
Posts: 4
Joined: Thu Sep 14, 2017 12:11 pm

Thu Sep 14, 2017 2:03 pm

Hi Sergey

I have the free version and my licence is expired
and my both server was disconnected

the managment consol is present but if try to click to connect one of my server i have this message " "the trial priod has expired you can continue managing starwind with powershell"

How I can connect again the server with powershell? witch cmdlet ?

thank you
Sergey (staff)
Staff
Posts: 86
Joined: Mon Jul 17, 2017 4:12 pm

Thu Sep 14, 2017 2:35 pm

Hello, Diego! You can connect to the server with the following commands:

Code: Select all

Import-Module StarWindX
$server = New-SWServer 127.0.0.1 3261 root starwind
$server.Connect()
Post Reply