1753956 Members
7254 Online
108811 Solutions
New Discussion юеВ

hostname change

 
SOLVED
Go to solution
Adam Brash
New Member

hostname change

I recently changed the hostname of my server with set_parms. Then when I tried to run make_net_recovery, it ends up reverting to the old system name. Is the hostname stored somewhere where I should be changing it for Ignite?
3 REPLIES 3
Tom Geudens
Honored Contributor
Solution

Re: hostname change

Hi,
Take a look at /var/opt/ignite/clients on your Ignite server. Did you change the link there ?
And further :
/var/opt/ignite/clients//client_name
/var/opt/ignite/clients//host.info

That should do the "ignite"-trick ...

Regards,
Tom Geudens
A life ? Cool ! Where can I download one of those from ?
Steven E. Protter
Exalted Contributor

Re: hostname change

hostname is stored in /etc/rc.config.d/netconf

It is not supposed to change when you run make_net_recovery

Check the configuration files in /var/opt/ignite on the Ignite Server.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Con O'Kelly
Honored Contributor

Re: hostname change

Hi

As Tom has said when make_net_recovery runs it sets up an NFS mount from the Ignite Server.

You need to change the names on the directories Tom mentioned and then update your /etc/exports file with the new names.
Then run
# exportfs -av

Cheers
Con