- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- change the name of server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2008 12:05 AM
05-14-2008 12:05 AM
i want to change the name of my server from RUXAPP02 to RUXDB03, And the change everything from hostname and other
So as not to become any other influences
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2008 12:25 AM
05-14-2008 12:25 AM
Re: change the name of server
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2008 12:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2008 01:00 AM
05-14-2008 01:00 AM
Re: change the name of server
Type same as below:
set_parms hostname
It will bring an interactive command system menu. If you are set up x, then it will bring GUI.
Also, check these files to verify everything alright after you change the hostname
/etc/rc.config.d/netconf
/etc/rc.config.d/namesvrs
/etc/resolv.conf
hostname newhostname will also change the hostname but the set_parms is to use.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2008 01:15 AM
05-14-2008 01:15 AM
Re: change the name of server
before making any changes make sure your server is not connected to any management server or backup server
make sure you have the backup of the following files
/etc/rc.config.d/netconf,
~root/.rhosts,
/etc/hosts.equiv,
/etc/fstab,
/etc/exports,
/etc/hosts,
/var/adm/inetd.sec, and various swacl(8) files if they exist
Regards
Safar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2008 02:54 AM
05-14-2008 02:54 AM
Re: change the name of server
Change of both hostname and IP address would be the most wise action in this case. Do not forget to update your DNS,etc
good luck!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2008 03:17 AM
05-14-2008 03:17 AM
Re: change the name of server
command is set_parms
please see the man set_parms
thanks and regards
Sajjad Sahir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2008 04:06 AM
05-14-2008 04:06 AM
Re: change the name of server
Before Changing the hostname make sure that it will not impect on any application
uname -S RUXDB03
Modify the hostname in the following files
/etc/hosts
/etc/rc.config.d/netconf
restart the network service.
#/sbin/init.d/net stop
#/sbin/init.d/net start
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2008 10:46 AM
05-15-2008 10:46 AM
Re: change the name of server
sp,