NVP vProxy: vProxy 어플라이언스 네트워크 인터페이스 설정을 수동으로 변경하는 방법
Summary: 이 KB에서는 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
vProxy 네트워크 정보를 변경하는 프로세스는 다음을 통해 제공되는 NetWorker VMware 통합 가이드에 설명되어 있습니다. https://www.dell.com/support/home/product-support/product/networker/docs (Dell 지원 계정으로 로그인해야 함)
1. vProxy 어플라이언스에 대한 SSH 세션을 열고 다음을 사용하여 인증합니다. admin 계정.
참고: SSH를 통해 vProxy에 연결할 수 없는 경우 vSphere Web Client에서 vProxy 웹 콘솔 연결을 시작합니다.
2. 사용자 전환 root:
sudo su -
3. config_network.sh 스크립트를 실행하여 인터페이스 설정을 업데이트하고 매개변수를 호스트/네트워크 정보로 바꿉니다.
/opt/emc/vproxy/bin/config_network.sh <Interface> <FQDN> <IP Address> <Netmask> <Gateway> <DNS List (comma separated)>
예:
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. vProxy 어플라이언스를 재부팅합니다.
reboot
Additional Information
Affected Products
NetWorkerProducts
NetWorker FamilyArticle 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.