• This topic has 3 replies, 2 voices, and was last updated May 11, 2020 by Ajoy K.

Zerto powershell

  • i have installed zerto module on a ZVM server but when i open zerto powershell and run “Get-ZertoVM” this is what i get

    Get-ZertoVM
    Missing Zerto Authentication Token
    At C:\Program
    Files\WindowsPowerShell\Modules\ZertoModule\1.0.8\ZertoModule.psm1:3777 char:13
    + throw “Missing Zerto Authentication Token”
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : OperationStopped: (Missing Zerto Authentication
    Token:String) [], RuntimeException
    + FullyQualifiedErrorId : Missing Zerto Authentication Token

    if i use command “Connect-ZertoZVM -ZertoServer zertserver1” below is what i get

    Zerto Server zertserver1:9669 not responding.
    At C:\Program
    Files\WindowsPowerShell\Modules\ZertoModule\1.0.8\ZertoModule.psm1:1954 char:17
    + … Throw “Zerto Server ${ZertoServer}:${ZertoPort} not respo …
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : OperationStopped: (Zerto Server ze…not respond
    ing.:String) [], RuntimeException
    + FullyQualifiedErrorId : Zerto Server zertoserver1:9669 not responding.

    try;

    Connect-ZertoZVM -ZertoServer localhost

    This is what  get

     

    Connect-ZertoZVM -ZertoServer localhost
    Zerto Server localhost:9669 not responding.
    At C:\Program
    Files\WindowsPowerShell\Modules\ZertoModule\1.0.8\ZertoModule.psm1:1954 char:17
    + … Throw “Zerto Server ${ZertoServer}:${ZertoPort} not respo …
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : OperationStopped: (Zerto Server lo…not respond
    ing.:String) [], RuntimeException
    + FullyQualifiedErrorId : Zerto Server localhost:9669 not responding.

     

    i have validated port is working and GUI web console work just fine.

You must be logged in to create new topics. Click here to login