eth0:1
Link encap:Ethernet
inet addr:<new primary subnet>.104
Mask:255.255.255.0
UP BROADCAST NOTRAILERS RUNNING MULTICAST
Example:
Example:
Example:
Note: When changing private IP addresses from their default values, you must use
Class C addresses for the new subnets.
c. Bring back up the eth0:1 interface, by typing:
# /sbin/ifup eth0:1
d. Enter the following command to verify the new primary subnet:
# /sbin/ifconfig eth0:1
Sample output:
HWaddr 00:00:F0:9F:B8:A8
9. Enter the following commands to modify the nas_param file:
# cat /nas/site/nas_param | sed 's/<old primary subnet>\./<new
primary subnet>./g' > /tmp/nas_param.$$
cat /nas/site/nas_param | sed 's/128\.221\.252\./195.24.53./g' >
/tmp/nas_param.$$
10. Examine /tmp/nas_param.$$ for proper address substitution. If the substitution
was successful enter the following:
# mv -f /tmp/nas_param.$$ /nas/site/nas_param
11. Enter the following commands to modify the /etc/hosts file:
# cat /etc/hosts | sed 's/<old primary subnet>\./<new primary
subnet>./g' > /tmp/hosts.$$
cat /etc/hosts | sed 's/128\.221\.252\./195.24.53./g' >
/tmp/hosts.$$
12. Examine /tmp/hosts.$$ for proper address substitution. If the substitution was
successful enter the following:
# mv -f /tmp/hosts.$$ /etc/hosts
13. Enter the following commands to modify the slot_param file:
# cat /nas/site/slot_param | sed 's/<old primary subnet>\./<new
primary subnet>./g' > /tmp/slot_param.$$
cat /nas/site/slot_param | sed 's/128\.221\.252\./195.24.53./g' >
/tmp/slot_param.$$
14. Examine /tmp/slot_param.$$ for proper address substitution. If the substitution
was successful enter the following:
# mv -f /tmp/slot_param.$$ /nas/site/slot_param
15. Enter the following commands:
# umount /nas/dos
# umount /nas
# umount /nbsnas
Bcast:<new primary subnet>.255
MTU:1500
Metric:1
EMC CONFIDENTIAL
Change IP Addresses
Change primary subnet
177
Need help?
Do you have a question about the VNX VG2 and is the answer not in the manual?