1833771 Members
2227 Online
110063 Solutions
New Discussion

Re: ignite error.

 
SOLVED
Go to solution
fizan
Super Advisor

ignite error.

# /opt/ignite/bin/make_net_recovery -s dddp0004 -v -A -n 5 -p s -x inc_entire=/dev/vg00

NOTE: /var/opt/ignite/recovery directory does not exist. Will create it.
* Creating NFS mount directories for configuration files.
* Recovery Archive Name = 2011-03-08,13:53

* Lanic Id = 0x002264941BAB

* Ignite-UX Server = dddp0004


======= 03/08/11 13:53:09 SST Started /opt/ignite/bin/make_net_recovery. (Tue Mar 08 13:53:09 SST 2011)
@(#)Ignite-UX Revision C.7.11.439
@(#)ignite/net_recovery (opt) Revision: /branches/IUX_RA1009/ignite/src@81482 Last Modified: 2010-06-10 11:10:03 -0600 (Thu, 10 Jun 2010)

* Recovery Archive Description = Recovery Archive

* Recovery Archive Location = dddp0004:/var/opt/ignite/recovery/archives/dddhpvm1

* Number of Archives to Save = 5

* Pax type = tar


In? dsk/vg name minor# Associated disks/mountpoints
2 v /dev/vg00 0x00 /dev/disk/disk1_p2
/dev/vg00/lvol1 /stand 2
/dev/vg00/lvol2
/dev/vg00/lvol3 / 2
/dev/vg00/lvol4 /tmp 2
/dev/vg00/lvol5 /home 2
/dev/vg00/lvol6 /opt 2
/dev/vg00/lvol7 /usr 2
/dev/vg00/lvol8 /var 2

** 0 - The Volume Group or Filesystem is Not included in the
System Recovery Archive
** 1 - The Volume Group or Filesystem is Partially included in the
System Recovery Archive
** 2 - The Volume Group or Filesystem is Fully included in the
System Recovery Archive

* Checking Versions of Recovery Tools

ERROR: The version of the tools used for system recovery on "dddhpvm1" is newer than the version found on the server system "dddp0004". You need to
either update the version of Ignite-UX on the server or down-date the version on "dddhpvm1"

======= 03/08/11 13:53:10 SST make_net_recovery completed unsuccessfully
============================================
But my ignite server got IGNITE_C.7.8.201

so how should i downgrade my ignite SW in client side from C.7.11.439 to older IGNITE_C.7.8.201 version

Thanks.

6 REPLIES 6
fizan
Super Advisor

Re: ignite error.

dddhpvm1# swlist |grep -i "Ignite"
IGNITE C.7.11.439 HP-UX Installation Utilities (Ignite-UX)

client server is installed with this.
HCL Ash
Frequent Advisor

Re: ignite error.

you can upgrade the server version. This will not change any configuration for server.
fizan
Super Advisor

Re: ignite error.

Hello,

My requirement is like that i need to down grade the client, advice me on that whether to remove the C.7.11.439 and install the IGNITE_C.7.8.201??
fizan
Super Advisor

Re: ignite error.

ignite server log says:

ERROR: Access denied to root@dddhpvm1 to start agent on unregistered
depot
"/depot/HP/DEPOT_FILES/IGNITE-UX-11-ALL_C.7.8.201.depot". No
(i)nsert permission on host. 03/09/11 12:00:40 SST
=============================================

Client:

dddhpvm1 / # swinstall -s dddp0004:/depot/HP/DEPOT_FILES/IGNITE-UX-11-ALL_C.7.8.201.depot -x autoreboot=true -x patch_match_target=true

======= 03/09/11 12:00:28 SST BEGIN swinstall SESSION
(non-interactive) (jobid=dddhpvm1-0009)

* Session started for user "root@dddhpvm1".

* Beginning Selection
* Target connection succeeded for "dddhpvm1:/".
ERROR:
"dddp0004:/depot/HP/DEPOT_FILES/IGNITE-UX-11-ALL_C.7.8.201.depot":
You do not have permission for this operation. The depot
owner, system administrator, or alternate root owner may need
to use the "swreg" or "swacl" command to give you permission.
Or, to manage applications designed and packaged for
nonprivileged mode, see the "run_as_superuser" option in the
"sd" man page.
* Source connection failed for
"dddp0004:/depot/HP/DEPOT_FILES/IGNITE-UX-11-ALL_C.7.8.201.depot".

WARNING: More information may be found in the daemon logfile on this
target (default location is
dddp0004:/var/adm/sw/swagentd.log).
* Selection had errors.



======= 03/09/11 12:00:28 SST END swinstall SESSION (non-interactive)
(jobid=dddhpvm1-0009)
Stephan._1
Trusted Contributor
Solution

Re: ignite error.

Hi,
let's try to figure it out ...

To downgrade your client:

First let's see what is there:
# swlist | grep -i ignite

You should get something like:
IUX-Recovery C.7.11.439 Ignite-UX network recovery tool subset
IGNITE C.7.11.439 HP-UX Installation Utilities (Ignite-UX)
Ignite-UX-11-11 C.7.11.439 HP-UX Installation Utilities for Installing 11.11 Systems
Ignite-UX-11-23 C.7.11.439 HP-UX Installation Utilities for Installing 11.23 Systems
Ignite-UX-11-31 C.7.11.439 HP-UX Installation Utilities for Installing 11.31 Systems


If your client is really only a client, all you need is IUX-Recovery, so remove all other.

# swremove Ignite-UX-11-31,r=C.7.11.439
# swremove Ignite-UX-11-23,r=C.7.11.439
# swremove Ignite-UX-11-11,r=C.7.11.439
# swremove IUX-Recovery,r=C.7.11.439

Now install your server version

# swinstall -s :/var/opt/ignite/depots/recovery_cmds IUX-Recovery

If that depot does not exist, create it by running on the ignite server the following command

# /opt/ignite/lbin/pkg_rec_depot

you can force it by using -f as option.

hth
Stephan
Share what you know, learn what you don't.
fizan
Super Advisor

Re: ignite error.

Thanks i done it by swremove & installed the master server ignite version from depot. now ignite runs good.

Thanks