NVP vProxy: config_network.sh fails to configure a network interface stating that the script must be run with superuser privileges.
Riepilogo: Attempting to update the vProxy network details with config_network.sh fails when run as root user stating that superuser privileges are required.
Questo articolo si applica a
Questo articolo non si applica a
Questo articolo non è legato a un prodotto specifico.
Non tutte le versioni del prodotto sono identificate in questo articolo.
Sintomi
- 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.
Causa
Unknown.
Risoluzione
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
Informazioni aggiuntive
Prodotti interessati
NetWorkerProdotti
NetWorker Family, NetWorker SeriesProprietà dell'articolo
Numero articolo: 000210725
Tipo di articolo: Solution
Ultima modifica: 30 apr 2025
Versione: 3
Trova risposta alle tue domande dagli altri utenti Dell
Support Services
Verifica che il dispositivo sia coperto dai Servizi di supporto.