- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to change a system name in UUCP
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
07-16-2002 02:57 AM
07-16-2002 02:57 AM
I have a system defined in UUCP as EGO. I need to change this name to MAN. Can anyone advise on how to do this?
Many thanks and best regards,
Preet
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 03:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 03:04 AM
07-16-2002 03:04 AM
Re: How to change a system name in UUCP
If I understand your question correctly, you want the NODENAME to differ from the HOSTNAME. While I would not advise this, if for some reason you have to have a hostname that differs from the nodename, you can add a line to '/etc/rc.config.d/netconf' like:
NODENAME="mynode"
If you look at '/sbin/init.d/hostname', you will see that 'uname -s...' is issued based on HOSTNAME if NODENAME is empty (undefined).
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 03:57 AM
07-16-2002 03:57 AM
Re: How to change a system name in UUCP
NODENAME="MAN"
Also place an alias in your /etc/hosts file
as
ip-add hostname MAN
because without this your CDE won't work.
The maximum length of your nodename is 8 characters
THanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 05:15 AM
07-16-2002 05:15 AM
Re: How to change a system name in UUCP
MYNAME=MAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 09:28 AM
07-16-2002 09:28 AM
Re: How to change a system name in UUCP
the "NODENAME=" is the first part, but then you'll have to adjust this change in "/etc/uucp/Systems" and "/etc/uucp/Permissions" on all the UUCP connected systems, too...
Jut my $0.02,
Wodisch