Unsolved
This post is more than 5 years old
1 Rookie
•
83 Posts
0
367
April 20th, 2010 20:00
Reinstall the operating system
My current operating system is AIX5.3 ,Because I want to change the machine,so i want to Reinstall the operating system( also AIX5.3)In another machine,
but the IP and hostname is the same,whether the hostid Will change?The networker is 7.5sp2.
No Events found!


rovinabi
55 Posts
0
April 21st, 2010 09:00
That's correct. Changing the hardware will change the hostid of the NetWorker server. You will have to re-register your new hostid on powerlink or mail EMC Licensing team.
HTH,
Rovin D'Souza.
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
May 3rd, 2010 07:00
It all depends how hostid is generated. On most of the platforms change of HW will trigger different hostid. In the past, for AIX, following claim was correct:
"The gethostid subroutine allows a process to retrieve the 32-bit identifier for the current host. In most cases, the host ID is stored in network standard byte order and is a DARPA Internet address for a local machine" There is the function sethostid() available for AIX which allows changing the host id."
So, if hostid is generated only out of IP address then it won't change. One way to check it is via uname -i.