我正在Sparc上安装OVM服务器,在安装过程中,它在一个包上失败了。这并没有给我一个清晰的想法。我该怎么做才能修好它?
root@ovs-server1 1:# ./install
Oracle VM Agent Release 3.4.6 Installer
- Installing Packages
Updating package cache 1/1
Creating Plan (Solver setup): -
pkg install: No matching version of ovm/ovs-agent can be installed:
Reject: pkg://ovm/ovm/ovs-agent@3.4.6-3.4.6.0.0.2232
Reason: No version matching 'require' dependency system/io/test-drivers can be installed
----------------------------------------
Reject: pkg://solaris/system/io/test-drivers@11.4-11.4.0.0.1.15.0
Reason: This version is excluded by installed incorporation consolidation/osnet/osnet-incorporation@11.4-11.4.11.0.1.4.0
----------------------------------------
There was an error during the installation. The Oracle VM Agent
might not be fully installed or configured.
root@ovs-server1:#
root@ovs-server1:/# pkg list -af system/io/test-drivers
NAME (PUBLISHER) VERSION IFO
system/io/test-drivers (solaris) 11.4-11.4.0.0.1.15.0 ---
root@ovs-server1:/# pkg list -af osnet-incorporation
NAME (PUBLISHER) VERSION IFO
consolidation/osnet/osnet-incorporation (solaris) 11.4-11.4.11.0.1.4.0 i--
consolidation/osnet/osnet-incorporation (solaris) 11.4-11.4.0.0.1.15.0 ---
root@ovs-server1:/#
root@ovs-server1:/# pkg publisher
PUBLISHER TYPE STATUS P LOCATION
solaris origin online F file:///repo/
root@ovs-server1:/# df -h /repo
Filesystem Size Used Available Capacity Mounted on
rpool/repo 25G 10G 15G 41% /repo
root@ovs-server1:/# ls -ltr /repo
total 34
-rw-r--r-- 1 root root 347 Aug 16 2018 pkg5.repository
-rw-r--r-- 1 root root 573 Aug 16 2018 readme.txt
-rw-r--r-- 1 root root 5949 Aug 16 2018 README-repo-iso.txt
-rw-r--r-- 1 root root 1626 Aug 16 2018 NOTICES
-rw-r--r-- 1 root root 3440 Aug 16 2018 COPYRIGHT
drwxr-xr-x 3 root root 3 Feb 27 00:53 publisher
root@ovs-server1:/#
root@ovs-server1:/# pkg list -af entire
NAME (PUBLISHER) VERSION IFO
entire 11.4-11.4.11.0.1.4.0 i--
entire 11.4-11.4.0.0.1.15.0 ---
root@ovs-server1:/# pkg update -nv
No updates available for this image.
root@ovs-server1:/# pfexec pkg update -nv entire@11.4-11.4.0.0.1.15.0
Creating Plan (Solver setup): /
pkg update: Package 'library/python/pillow-34' must be uninstalled or upgraded if the requested operation is to be performed.
Reject: pkg://solaris/library/python/pillow-34@5.1.0-11.4.9.0.1.5.0
Reason: No version matching 'require' dependency image/library/openjpeg2@2.3.0-11.4.4.0.1.4.0 can be installed
----------------------------------------
Reject: pkg://solaris/image/library/openjpeg2@2.3.1-11.4.11.0.1.2.0
Reason: Excluded by proposed incorporation 'consolidation/userland/userland-incorporation'
----------------------------------------我如何修复/升级它?
谢谢
发布于 2020-03-03 20:08:17
这看起来好像是与你的Solaris回购有关的东西。
您已经安装了SRU11,安装程序正在尝试安装相应的系统/io/test-驱动程序包,但这是失败的。
我希望'pkg列表-af系统/io/test-驱动‘显示包的SRU11版本,如果它是可用的。但事实并非如此。
如果系统被更新为SRU11,系统/io/test-驱动程序从未安装,然后有人取消设置发布服务器,就会发生这种情况。
您需要检查solaris发布服务器是否指向来自Oracle的支持回购或包含所有SRU11内容的内部副本。
https://unix.stackexchange.com/questions/570569
复制相似问题