1832617 Members
2903 Online
110043 Solutions
New Discussion

ignite

 
Indrajit Bhagat
Regular Advisor

ignite

I am getting the following error while take net recovery:

The version of the tools used for system recovery on "abcd" is
newer than the version found on the server system "xyz". You need
to either update the version of Ignite-UX on the server or down-date
the version on "abcd"
5 REPLIES 5
Pete Randall
Outstanding Contributor

Re: ignite

You need to install a newer version of Ignite on server "xyz".


Pete

Pete
Ganesan R
Honored Contributor

Re: ignite

Hi,

Error clearly shows that you have different versions of ignite on client and server.

get the ignite version by using
#swlist |grep -i ignite

and match the version on both client and server by upgrading the server.
Best wishes,

Ganesh.
sreekanthtm
Trusted Contributor

Re: ignite

Hi,

Check the version of ignite ux in 'abcd', and install the same version on 'xyz' also.

Rgds
Sreekanth
Indrajit Bhagat
Regular Advisor

Re: ignite

Hi All, I am one another issue with other server, which says it is not able to mount the ignite-ux server on the ignite client server.
Yesterday i tried to run the exportfs -av command on the ignite-ux server after that once again i tried to take backup it was successful, but today once again it is getting failed and same mounting issue arrived.

Permission denied
ERROR: Unable to mount or write
wxyz:/var/opt/ignite/recovery/archives/abcd
On wxyz you may need to:
mkdir -p /var/opt/ignite/recovery/archives/abcd
chown bin:bin /var/opt/ignite/recovery/archives/abcd

vi /etc/exports (add or modify an entry). The /etc/exports file on
"wxyz" should contain the entry:
"/var/opt/ignite/recovery/archives/abcd -anon=2,access=abcd".
After editing the /etc/exports file, run exportfs -av

If you need to change the owner of the directory,
you will also need to re-export the directory.

See make_net_recovery(1M) for more information.
ERROR: Failed to Create NFS mount Archive directory.
Indrajit Bhagat
Regular Advisor

Re: ignite

Could any body help me out