NVP vProxy:config_network.sh 無法設定網路介面,指出指令檔必須使用超級使用者許可權執行。
Summary: 嘗試以 config_network.sh 更新 vProxy 網路詳細資料失敗,但以根使用者的身分執行,指出需要超級使用者許可權。
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
4.重新執行config_network腳本:/opt/emc/vproxy/bin/config_network.sh
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
NetWorkerProducts
NetWorker Family, NetWorker SeriesArticle 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.