NVP vProxy: config_network.sh fails to configure a network interface stating that the script must be run with superuser privileges.
Sommaire: Attempting to update the vProxy network details with config_network.sh fails when run as root user stating that superuser privileges are required.
Cet article s’applique à
Cet article ne s’applique pas à
Cet article n’est lié à aucun produit spécifique.
Toutes les versions de produits ne sont pas identifiées dans cet article.
Symptômes
- 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.
Cause
Unknown.
Résolution
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
Renseignements supplémentaires
Produits touché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
Obtenez des réponses à vos questions auprès d’autre utilisateurs de Dell
Services de soutien
Vérifiez si votre appareil est couvert par les services de soutien.