NVP vProxy: config_network.sh가 스크립트를 슈퍼 유저 권한으로 실행해야 한다는 네트워크 인터페이스를 구성하지 못합니다.
Résumé: 루트 사용자 권한으로 실행되면 vProxy 네트워크 세부 정보를 config_network.sh로 업데이트하려고 하면 슈퍼 유저 권한이 필요하다는 내용이 표시되면 실패합니다.
Cet article concerne
Cet article ne concerne pas
Cet article n’est associé à aucun produit spécifique.
Toutes les versions du produit ne sont pas identifiées dans cet article.
Symptômes
- vProxy /opt/emc/vproxy/bin/config_network.sh는 스크립트를 슈퍼 사용자 권한으로 실행해야 한다는 네트워크 인터페이스를 구성하지 못합니다.
- 이 스크립트는 vProxy 루트 계정을 사용하여 실행되었습니다.
- sudo를 루트로 사용하면 스크립트를 완료하는 데 도움이 되지 않습니다.
Cause
알려지지 않은.
Résolution
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
Informations supplémentaires
https://www.dell.com/support/kbdoc/000157759 | NVP vProxy: vProxy Appliance 네트워크 인터페이스 설정을 수동으로 변경하는 방법
Produits concernés
NetWorkerProduits
NetWorker Family, NetWorker SeriesPropriétés de l’article
Numéro d’article: 000210725
Type d’article: Solution
Dernière modification: 30 avr. 2025
Version: 3
Trouvez des réponses à vos questions auprès d’autres utilisateurs Dell
Services de support
Vérifiez si votre appareil est couvert par les services de support.