NVP vProxy:config_network.sh 无法配置网络接口,说明必须使用超级用户权限运行脚本。

Summary: 尝试使用 config_network.sh 更新 vProxy 网络详细信息失败,但以 root 用户身份运行,指出需要超级用户权限。

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

  • vProxy /opt/emc/vproxy/bin/config_network.sh 无法配置网络接口,说明脚本必须以超级用户权限运行。
  • 脚本是使用 vProxy root 帐户运行的。
  • 使用 sudo(以 root 用户身份)无法帮助完成脚本。

Cause

未知。

Resolution

1.以管理员身份登录 vProxy 应用装置,然后切换到 root:sudo su -
2.编辑 config_network.sh:vi /opt/emc/vproxy/bin/config_network.sh
改变:
# validate input parameters
if [[ $# -lt 6 ]]; then
    display_usage
    exit 1
fi
收件人:
# validate input parameters
# if [[ $# -lt 6 ]]; then
#    display_usage
#    exit 1
# fi
3.保存更改:[ESC] :wq!
4.重新运行config_network脚本:/opt/emc/vproxy/bin/config_network.sh

Additional Information

https://www.dell.com/support/kbdoc/000157759 |NVP vProxy:如何手动更改 vProxy 一体机网络接口设置

Affected Products

NetWorker

Products

NetWorker Family, NetWorker Series
Article Properties
Article Number: 000210725
Article Type: Solution
Last Modified: 30 Apr 2025
Version:  3
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.