1752749 Members
5139 Online
108789 Solutions
New Discussion юеВ

igniteux and lanic id

 
ricky_1
Frequent Advisor

igniteux and lanic id

Hi Folks,

i get a following error while making a ignite make_net_recovery archive.
----------
WARNING: The lanic id: "0x00000C07AC01" was chosen but does not match any of the lanic id's on the system
-----------
The recovery completes there after and log shows everything ok.
Want to know what this error means and how do i rectify it.

Thanks
Believe in Yourself!!
6 REPLIES 6
Steven E. Protter
Exalted Contributor

Re: igniteux and lanic id

Seems that your network configuration is not set right:

instl_adm -T # to test it

instl_adm -d # to display it

instl_adm -d > file # save it to a file

edit and correct it.

instl_adm -f file

To load the new config.

Try again.

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
ricky_1
Frequent Advisor

Re: igniteux and lanic id

Steven,

Can you give me example of correct config

i get following message on inst_adm -T when i run it on client

instl_adm -T
* Checking file: /opt/ignite/data/Rel_B.10.20/config
ERROR: "/opt/ignite/data/Rel_B.10.20/config", line 30: Illegal character: "i"
ERROR: "/opt/ignite/data/Rel_B.10.20/config", line 30: syntax error
ERROR: Problems were encountered while parsing config file:
"/opt/ignite/data/Rel_B.10.20/config".
* Checking file: /opt/ignite/data/Rel_B.10.20/hw_patches_cfg
* Checking file: /var/opt/ignite/config.local


------------

Thanks
Believe in Yourself!!
Sridhar Bhaskarla
Honored Contributor

Re: igniteux and lanic id

Hi Ricky,

I believe you have hardcoded MAC address in one of the /etc/rc.config.d/hp*conf files. DO

grep "0x00000c07ac01 /etc/rc.config.d/hp*conf" and delete the entry wherever you find. If you configured the speed of the interface using "SAM", it will add the MAC address in there. You don't need it and it may create problems if you clone another system with this image.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
ricky_1
Frequent Advisor

Re: igniteux and lanic id

Nothing set in /etc/rc.config.d/hp* files ...

this lanic id isit related to any patch?

Believe in Yourself!!
Sridhar Bhaskarla
Honored Contributor

Re: igniteux and lanic id

Hi Ricky,

Then I will look on the ignite server to see how /var/opt/ignige/clients/ has been linked. If it is linked to a directory 0x00000c07ac01 and if this doesn't match any of the physical addresses on the client, then that may be the errors. Either you had changed the hostnames of the client or something like that might have caused the client to use that directory. Try removing the client, add it and then run make_net_recovery again.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
ricky_1
Frequent Advisor

Re: igniteux and lanic id

well this is the first time iam making net recovery archive for this client.I do see the link in /var/opt/ignite/clients directory for 0x0x00000C07AC01 for this client.

How do i check whether the recovery which completed sucessfully is okay?.
During this recovery archive creation i had this lanic warning apart from this there is no other error so is there a way to check if the archive is complete and correct one?
Believe in Yourself!!