Unsolved
This post is more than 5 years old
2 Intern
•
178 Posts
0
1479
October 16th, 2012 08:00
Rename Control Station host name
We are trying to rename the control station host name for the one currently using. Can some one suggest me how can perform this and any precautions I need to take before doing the change?
Thanks
No Events found!


dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
October 16th, 2012 19:00
IP address is staying the same ?
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
October 16th, 2012 19:00
see solution: emc219022
Jeffey1
6 Operator
•
2.8K Posts
0
June 3rd, 2013 00:00
It is recommended that you be quite familiar with vi before following these steps.You need to edit the network and hosts files in order to do that:
1. $ su - <<< Provide root password
2. # cd /etc/sysconfig
3. # vi network
4. Rename the Control Station.
5. Save the change.
6. # vi /etc/hosts
7. Rename the appropriate Control Station name entry.
8. Save the change.
9. Reboot the Control Station.
sunilkumaremc
27 Posts
0
June 3rd, 2013 07:00
Follow this article emc263421