NVP vProxy: config_network.sh가 스크립트를 슈퍼 유저 권한으로 실행해야 한다는 네트워크 인터페이스를 구성하지 못합니다.
Summary: 루트 사용자 권한으로 실행되면 vProxy 네트워크 세부 정보를 config_network.sh로 업데이트하려고 하면 슈퍼 유저 권한이 필요하다는 내용이 표시되면 실패합니다.
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 루트 계정을 사용하여 실행되었습니다.
- sudo를 루트로 사용하면 스크립트를 완료하는 데 도움이 되지 않습니다.
Cause
알려지지 않은.
Resolution
1. vProxy 어플라이언스에 관리자로 로그인한 다음 루트로 전환합니다. 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 Appliance 네트워크 인터페이스 설정을 수동으로 변경하는 방법
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.