Jivo
13 years agoLevel 3
Backup to NAS device - how to bring it online
I am using a NAS device for backup over the network. Whenever NAS is shortly unavailable due to any event (NAS reboot, short network outage), BE declares it off-line and would not bring it on-line automatically ever, although it is present on network, running and accessable.
Is there a way to fix this problem?
I have finally managed to adjust the batch file so that it woud run from Task Scheduler (thanks to my PS gurus). The command should look like this:
CD\
powershell.exe -noProfile -ExecutionPolicy Bypass -command "&{import-module bemcli;Get-BEDiskStorageDevice | Set-BEDiskStorageDevice -Disabled $false}"My issue is resolved by this - this command brings the storage on-line.