Table of Contents
< All Topics
Print

[VDI]VMP Prompt VS Interface is Unplugged

Issue Description

In VDI single node deployment scenario, the user will configure and reuse the management interface to build virtual storage.

If user modify the management port from ETH4 to ETH3, the VS will prompt ETH4 interface is offline false alarm.

Error/Warning Information

file

Handling Process

  1. Check VS network interface, it is using ETH3.
    file

  2. Check management interface, it is using ETH3 too.
    file

  3. Check the VDI VS version, and found it is VS 2.8.
    file

  4. R&D suggest to configure a flag to skip this VS interface checking to prevent false alarm in this single node VS reuse management port scenario.

    Command: touch /sf/cfg/vs/.net_check_popup_flag
    file

  5. After creating the flag, the false alarm no longer prompted.

Root Cause

VS version 2.8 does not consider the single node VS reuse management port scenario. After the management port is modified or changed, the vs will falsely report that it is offline.

Solution

Backend bypass the VS interface checking.