-
- Veteran
- Posts: 528
- Liked: 144 times
- Joined: Aug 20, 2015 9:30 pm
- Contact:
PowerShell Direct
I have a few SQL VMs behind a firewall. I can see the following in the backup log:
4/13/2018 2:07:15 AM :: Failed to inject guest runtime using guest interaction proxy, failing over to PowerShell Direct
There's not much in the documentation about this functionality. Is there any reason why I would not want to use PowerShell Direct? Do I lose any functionality vs. placing a guest interaction proxy in the same subnet?
If there's no issue with PowerShell Direct, is there any way I can tell Veeam to use that first? I can't see anything related to PowerShell Direct in the backup job settings. It would be nice to tell Veeam not to try to use a proxy that I know won't work.
4/13/2018 2:07:15 AM :: Failed to inject guest runtime using guest interaction proxy, failing over to PowerShell Direct
There's not much in the documentation about this functionality. Is there any reason why I would not want to use PowerShell Direct? Do I lose any functionality vs. placing a guest interaction proxy in the same subnet?
If there's no issue with PowerShell Direct, is there any way I can tell Veeam to use that first? I can't see anything related to PowerShell Direct in the backup job settings. It would be nice to tell Veeam not to try to use a proxy that I know won't work.
-
- Product Manager
- Posts: 20406
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: PowerShell Direct
If I'm not mistaken, PowerShell Direct should be utilized, only when there is no network connection to backed up VM.
You won't lose anything, if you stick with network mode.
Check this article for more information.
Thanks.
You won't lose anything, if you stick with network mode.
Check this article for more information.
Thanks.
-
- Veteran
- Posts: 528
- Liked: 144 times
- Joined: Aug 20, 2015 9:30 pm
- Contact:
Re: PowerShell Direct
Right I'm just wondering if I can tell Veeam to use PowerShell Direct first so it doesn't try to connect and fail.
-
- Product Manager
- Posts: 20406
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: PowerShell Direct
Add the following regkey and set it to 1:
Thanks.
Code: Select all
HvVssPowerShellDirectPriorityOverNetwork: <DWORD>
-
- Veteran
- Posts: 528
- Liked: 144 times
- Joined: Aug 20, 2015 9:30 pm
- Contact:
Re: PowerShell Direct
I assume that is set on the Veeam server (what reg key path?) and then would apply to all VMs?
-
- Product Manager
- Posts: 20406
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: PowerShell Direct
By default, all VB&R specific registry keys should be added in HKLM\SOFTWARE\VeeaM\Veeam Backup and Replication, unless otherwise is stated.
Correct, the order will be inversed for all VMs.
Thanks.
Correct, the order will be inversed for all VMs.
Thanks.
-
- Service Provider
- Posts: 50
- Liked: 15 times
- Joined: Nov 15, 2016 3:38 pm
- Full Name: Bart van de Beek
- Contact:
[MERGED] Feature Request: Using PoSh-Direct or networking
Hi,
It would be nice if for Application-aware processing you could choose whether VBR should use/try Powershell Direct and/or Networking (\\<VM>\Admin$)...
Now, it always uses networking and only tries again using PoSh Direct if it's available... Since we lock down our VMs so "normally" VBR will be unable to do networking into the VM, it takes longer to next try PoSh and eventually succeed with that. Also, if you could choose which to try and in which order, you could speed up that trial and error-process per VM.
It would be nice if for Application-aware processing you could choose whether VBR should use/try Powershell Direct and/or Networking (\\<VM>\Admin$)...
Now, it always uses networking and only tries again using PoSh Direct if it's available... Since we lock down our VMs so "normally" VBR will be unable to do networking into the VM, it takes longer to next try PoSh and eventually succeed with that. Also, if you could choose which to try and in which order, you could speed up that trial and error-process per VM.
-
- Product Manager
- Posts: 14839
- Liked: 3086 times
- Joined: Sep 01, 2014 11:46 am
- Full Name: Hannes Kasparick
- Location: Austria
- Contact:
Re: PowerShell Direct
Hello,
the choice is already available Please see the answer above
Best regards,
Hannes
the choice is already available Please see the answer above
Best regards,
Hannes
-
- Service Provider
- Posts: 50
- Liked: 15 times
- Joined: Nov 15, 2016 3:38 pm
- Full Name: Bart van de Beek
- Contact:
Re: PowerShell Direct
Hi Hannes, Veremin,
That's great !
Thanx...
Is there documentation somewhere where ALL Veeam registry-keys would be listed and documented what they do ? I've had many encounters with Veeam Support and some here on the forum where "unknown" registry-keys were the solution to an issue/feature request. That way we could first check that list if a solution is already available before going support/forum ?
That's great !
Thanx...
Is there documentation somewhere where ALL Veeam registry-keys would be listed and documented what they do ? I've had many encounters with Veeam Support and some here on the forum where "unknown" registry-keys were the solution to an issue/feature request. That way we could first check that list if a solution is already available before going support/forum ?
-
- Chief Product Officer
- Posts: 31806
- Liked: 7300 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: PowerShell Direct
These forums are the best source. Just use search before you post
-
- Service Provider
- Posts: 106
- Liked: 11 times
- Joined: Mar 20, 2018 6:31 am
- Full Name: Stano Sedliak
- Contact:
Re: PowerShell Direct
Is the powerShell direct working only with Windows OS or also with Linux please?
I found this:
https://bp.veeam.com/vbr/Support/S_Hype ... ction.html
But I didn't found any info in user guide about this limitation, do someone know how it is also for v12 and 11?
Actually I don't have any lab with hyper-v.
Thank you!
I found this:
https://bp.veeam.com/vbr/Support/S_Hype ... ction.html
But I didn't found any info in user guide about this limitation, do someone know how it is also for v12 and 11?
Actually I don't have any lab with hyper-v.
Thank you!
-
- Veeam Software
- Posts: 3624
- Liked: 608 times
- Joined: Aug 28, 2013 8:23 am
- Full Name: Petr Makarov
- Location: Prague, Czech Republic
- Contact:
Re: PowerShell Direct
Hi Stano,
Only Windows VMs, the requirement comes from PowerShell Direct itself, more info can be found here.
Thanks!
Only Windows VMs, the requirement comes from PowerShell Direct itself, more info can be found here.
Thanks!
Who is online
Users browsing this forum: No registered users and 26 guests