Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.4K Intelligent Advisor
- 75 Insurance
- 537.6K On-Premises Infrastructure
- 138.7K Analytics Software
- 38.6K Application Development Software
- 6.1K Cloud Platform
- 109.6K Database Software
- 17.6K Enterprise Manager
- 8.8K Hardware
- 71.3K Infrastructure Software
- 105.4K Integration
- 41.6K Security Software
Cant install Oracle VM Agent 3.4.5 on Solaris 11.4

Install spits out
Reject: pkg://ovm/ovm/[email protected]
Reason: No version matching 'require' dependency ovm/ovs-release can be installed
I have the same version if Distributed Lock Manager installed. They only thing I can see that
may be amiss is a signature verification failure of /kernel/drv/sparcv9/dlm.
[email protected]:/ovs/ovs-ldoms-3.4.5-b1919# pkg unset-publisher ovm
Updating package cache 1/1
[email protected]:/ovs/ovs-ldoms-3.4.5-b1919# pkg info dlm
Name: ovm/dlm
Summary: Distributed Lock Manager
Description: Distributed Lock Manager
Category: System/Core
State: Installed
Publisher: ovm
Version: 0.0.1
Branch: 3.4.5.0.0.1919
Packaging Date: May 30, 2018 at 11:11:34 PM
Last Install Time: November 5, 2018 at 6:04:15 PM
Size: 442.88 kB
FMRI: pkg://ovm/ovm/[email protected]:20180530T231134Z
[email protected]:/ovs/ovs-ldoms-3.4.5-b1919# ./install
Oracle VM Agent Release 3.4.5 Installer
- Installing Packages
Updating package cache 1/1
Creating Plan (Running solver): -
pkg install: No matching version of ovm/ovs-agent can be installed:
Reject: pkg://ovm/ovm/[email protected]
Reason: No version matching 'require' dependency ovm/ovs-release can be installed
There was an error during the installation. The Oracle VM Agent
might not be fully installed or configured.
[email protected]:/ovs/ovs-ldoms-3.4.5-b1919# pkg publisher
PUBLISHER TYPE STATUS P LOCATION
ovm origin online F file:///ovs/ovs-ldoms-3.4.5-b1919/ovs-ldoms.p5p/
solaris origin online F https://pkg.oracle.com/solaris/support/
Answers
-
Near as I can tell its actually choking on ovs/extra/vbox-img as opposed to ovs/ovs-release. I can manually install it with 'pkg install ovm/ovs-release' then install chokes on ovm/extra/vbox-img.
[email protected]:/ovs/ovs-ldoms-3.4.5-b1919# ./install
Oracle VM Agent Release 3.4.5 Installer
- Installing Packages
Updating package cache 1/1
Creating Plan (Running solver): \
pkg install: No matching version of ovm/ovs-agent can be installed:
Reject: pkg://ovm/ovm/[email protected]
Reason: No version matching 'require' dependency ovm/extra/vbox-img can be installed
----------------------------------------
Reject: pkg://ovm/ovm/extra/[email protected]
Reason: All acceptable versions of 'require' dependency on system/library/gcc-3-runtime are obsolete
----------------------------------------
There was an error during the installation. The Oracle VM Agent
might not be fully installed or configured.
-
Its appears it is not yet working for Solaris 11.4 on SPARC. I have system/library/gcc-3-runtime so I untarred ovs-ldoms.p5p, edited publisher/ovm/pkg/ovm%2Fextra%2Fvbox-img/1.0.0%2C5.11-3.4.5.0.0.1919%3A20180530T231104Z and changed the dependancy from required to optional, edited /usr/lib/python2.7/site-packages/agent/lib/solaris.py to point netadm to a shell script which just output
TYPE PROFILE STATE
ncp DefaultFixed online
It installed, I chose manual network setup, 'ovs-agent-setup check' reports no problems but xmlrcp dies when the service tries to start.