NVP vProxy: come modificare manualmente le impostazioni dell'interfaccia di rete dell'appliance vProxy

Summary: Questo articolo descrive come modificare manualmente il nome host e le impostazioni di rete su un appliance NVP 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.

Instructions

Il processo di modifica delle informazioni di rete di vProxy è descritto nella NetWorker VMware Integration Guide, disponibile sul Supporto Dell. (è necessario aver effettuato l'accesso con l'account del supporto Dell).


  1. Aprire una sessione SSH sull'appliance vProxy ed eseguire l'autenticazione con admin Accounts
NOTA BENE: Se vProxy non può essere raggiunto tramite SSH, avviare una connessione della console web a vProxy dal web client vSphere.

 

  1. Modifica gli utenti in root:
sudo su -
  1. Eseguire il comando config_network.sh Script per aggiornare le impostazioni dell'interfaccia sostituendo i parametri con le informazioni sull host e sulla rete: 
/opt/emc/vproxy/bin/config_network.sh <Interface> <FQDN> <IP Address> <Netmask> <Gateway> <DNS List (comma separated)>

Esempio:

nsr-vproxy01:~ # /opt/emc/vproxy/bin/config_network.sh eth0 nsr-vproxy01.amer.lan 192.168.9.151 255.255.255.0 192.168.9.1 192.168.9.100
Successfully applied new network settings
active
Restarting network services...
eth0            up
      link:     #2, state up, mtu 1500
      type:     ethernet, hwaddr 00:50:56:be:35:0c
      config:   compat:suse:/etc/sysconfig/network/ifcfg-eth0
      leases:   ipv4 static granted
      addr:     ipv4 192.168.9.151/24 [static]
      route:    ipv4 default via 192.168.9.1 proto boot
Restarting vProxy services...

nsr-vproxy01:~ # cat /etc/sysconfig/network/ifcfg-eth0
DEVICE=eth0
BOOTPROTO='static'
STARTMODE='auto'
USERCONTROL='no'
IPADDR=192.168.9.151
NETMASK=255.255.255.0

nsr-vproxy01:~ # cat /etc/resolv.conf
search amer.lan
nameserver 192.168.9.100
nsr-vproxy01:~ #
  1. Riavviare l'appliance vProxy:
reboot

Additional Information

Affected Products

NetWorker

Products

NetWorker Family
Article Properties
Article Number: 000157759
Article Type: How To
Last Modified: 07 Aug 2026
Version:  13
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.