This post is more than 5 years old

22 Posts

1343

May 27th, 2009 09:00

Installing Naviagent on Solaris

Hi,

When I try to install a Naviagent I am getting the following error. There is a lower version of naviagent 6.22 is running on the solaris box.



# pkgadd -d NAVIAGNT.pkg

The following packages are available:
1 NAVIAGENT Navisphere Disk Array Management Tool (AGENT)
(sparc) 6.26.10.0.61

Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]:

Processing package instance from

Navisphere Disk Array Management Tool (AGENT)
(sparc) 6.26.10.0.61

Current administration requires that a unique instance of the
package be created. However, the maximum number of
instances of the package which may be supported at one time on the
same system has already been met.

No changes were made to the system.


Thanks and Regards,
Sivas

149 Posts

May 28th, 2009 12:00

the problem is you need to remove the old package with the command pkgrm [package name]

so the correct procedure is stop naviagent and than issue pkgrm and than add the new with pkgadd -d

Regards
Pierluca

149 Posts

May 27th, 2009 09:00

you need to stop the navisphere service before try to install the new one.
Regards
Pierluca

22 Posts

May 28th, 2009 12:00

I have stopped Navisagent service and try to install it. But result the same.

Top