NVP vProxy: Slik endrer du innstillingene for nettverksgrensesnittet i vProxy Appliance manuelt

Summary: Denne kunnskapsartikkelen beskriver hvordan du manuelt endrer vertsnavnet og nettverksinnstillingene på et NVP vProxy-verktøy.

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

Prosessen for å endre informasjon om vProxy-nettverk er beskrevet i integreringsveiledningen for NetWorker VMware, tilgjengelig via: https://www.dell.com/support/home/product-support/product/networker/docs (Du må være logget på med Dell-kundestøttekontoen din).

1. Åpne en SSH-økt til vProxy-apparatet, og godkjenn med admin Konto.

MERK: Hvis vProxy ikke kan nås via SSH, starter du en nettkonsolltilkobling vProxy fra vSphere-nettklienten.

2. Bytt brukere til root:

sudo su -

3. Kjør det config_network.sh skriptet for å oppdatere grensesnittinnstillingene og erstatte parametrene med verts-/nettverksinformasjonen: 

/opt/emc/vproxy/bin/config_network.sh <Interface> <FQDN> <IP Address> <Netmask> <Gateway> <DNS List (comma separated)>

Eksempel:

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:~ #

4. Start vProxy-verktøyet på nytt:

reboot

Additional Information

Affected Products

NetWorker

Products

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