NVP vProxy: config_network.sh fails to configure a network interface stating that the script must be run with superuser privileges.
摘要: Attempting to update the vProxy network details with config_network.sh fails when run as root user stating that superuser privileges are required.
本文章適用於
本文章不適用於
本文無關於任何特定產品。
本文未識別所有產品版本。
症狀
- The vProxy
/opt/emc/vproxy/bin/config_network.shfails to configure a network interface stating that the script must be run with superuser privileges. - The script was run using the vProxy root account.
- Using
sudo(as root) does not help the script complete.
原因
Unknown.
解析度
1. Log in to the vProxy appliance as admin, then switch to root: sudo su -
2. Edit the config_network.sh: vi /opt/emc/vproxy/bin/config_network.sh
Change:
# validate input parameters
if [[ $# -lt 6 ]]; then
display_usage
exit 1
fi
To:
# validate input parameters
# if [[ $# -lt 6 ]]; then
# display_usage
# exit 1
# fi
3. Save the changes: [ESC] :wq!
4. Rerun the config_network script: /opt/emc/vproxy/bin/config_network.sh
其他資訊
受影響的產品
NetWorker產品
NetWorker Family, NetWorker Series文章屬性
文章編號: 000210725
文章類型: Solution
上次修改時間: 30 4月 2025
版本: 3
向其他 Dell 使用者尋求您問題的答案
支援服務
檢查您的裝置是否在支援服務的涵蓋範圍內。