Operating System - HP-UX
1832679 Members
2863 Online
110043 Solutions
New Discussion

Re: How to change a system name in UUCP

 
SOLVED
Go to solution
Preet Dhillon
Advisor

How to change a system name in UUCP

Dear Colleagues,

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
Nothing succeeds like excess
5 REPLIES 5
Steve Steel
Honored Contributor
Solution

Re: How to change a system name in UUCP

Hi

/usr/lib/uucp/Permissions


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
James R. Ferguson
Acclaimed Contributor

Re: How to change a system name in UUCP

Hi:

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...


T G Manikandan
Honored Contributor

Re: How to change a system name in UUCP

Yes you can do that by adding a line as
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
Devbinder Singh Marway
Valued Contributor

Re: How to change a system name in UUCP

in /etc/uucp/Permissions file add the entry

MYNAME=MAN

Seek and you shall find
Wodisch_1
Honored Contributor

Re: How to change a system name in UUCP

Hi Preet,

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