Sponsored Content
Operating Systems Solaris Solaris 11 package installation Post 303044603 by solaris_1977 on Thursday 27th of February 2020 01:48:57 PM
Old 02-27-2020
There are two ways to install OVM servers ( as I read)
- With Oracle VM Server software, that comes with Solaris 11 + OVM software. That is bootable and you gave that in the suggested link.
- install OVS software on pre-installed Solaris-11.

We are using link aggregation on the Sparc server. But if I go with your suggested link, it seems it is the plain interface with IP. Not sure, if this would be a hassle to convert it to aggr later. On switch end also, we have LACP configured so single interface won't work in our case. So I am trying to go with second option and fix this package issue.
------------------------
I tried to upgrade SRU, assuming that it is running on lower than what OVS is expecting, but seems like, I am missing something
Code:
root@ovmi-host1:/# pkg publisher
PUBLISHER                   TYPE     STATUS P LOCATION
solaris                     origin   online F file:///repo/
root@ovmi-host1:/# df -h /repo
Filesystem             Size   Used  Available Capacity  Mounted on
rpool/repo              25G    10G        15G    41%    /repo
root@ovmi-host1:/# 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@ovmi-host1:/#
root@ovmi-host1:/# 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@ovmi-host1:/# pkg update -nv
No updates available for this image.
root@ovmi-host1:/# 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'
    ----------------------------------------

=====================
Alright, it needed a reboot and then it was fixed :-)

Last edited by solaris_1977; 02-27-2020 at 09:36 PM..
 

9 More Discussions You Might Find Interesting

1. Solaris

Solaris Package Installation

Hi Friends,, I got a doubt about installing packages after the installation of Solaris 10. Suppose if we want to get smc tool by installing some packages from cd-3,, then how can we know the packages that has to be installed to get the smc tool. Can anyone help to solve this small... (1 Reply)
Discussion started by: sdspawankumar
1 Replies

2. UNIX for Advanced & Expert Users

Package Installation HELP!

To all, I have just installed a newer software package on one of our Performance testing AIX machine A. I later found out that this package didn't need to be installed on this machine cause it was a client and not a server package. I want to back out with pkgrm but the old package doesn't... (1 Reply)
Discussion started by: liketheshell
1 Replies

3. Solaris

Problem with solaris 10 installation package

Hi, I want to install man pages package from solaris 10. Solaris 10 has already been installed on my servor but I have to add the man pages packages. I search for a long time on internet this package but I didn't find a compatible one... So I downloaded Solaris 10 from Sun site to get this... (12 Replies)
Discussion started by: MasterapocA
12 Replies

4. Red Hat

RPM package installation

Hi, can someone help me with this? How do we apply a new version of s/w package without disrupting the processes & daemons running with the old version? Thanks (1 Reply)
Discussion started by: naan
1 Replies

5. Solaris

Package installation dates

Hi All, I have a solaris machine, in which I wanted to find the Oracle Installation date and Solaris Installation date.Any ways of finding out the package installation dates. Kindly let me know Thanks Rj (1 Reply)
Discussion started by: jegaraman
1 Replies

6. UNIX for Advanced & Expert Users

How to find dependancies of .dstream package (Solaris) & .rpm package( linux)

Friends, Please let meknow, How we can find the dependancies of .dstream package & .rpm package before installation ? For AIX, We can use the inutoc . command to create the .toc file for the bff package, What about Solaris & Linux ? (0 Replies)
Discussion started by: yb4779
0 Replies

7. Fedora

Install RPM package after OS Installation

Hi Guys I want to know whether is it possible to automatically Install a RPM package after installing OS. Basically we have have one rpm package which we want to install as part of OS installation . Please Suggest (3 Replies)
Discussion started by: mr_deb
3 Replies

8. Solaris

Solaris 10 flash installation - fatal error. Solaris installation program exited.

Not very helpful to say the least. Seems to read the flar file and go through the upgrade and then come up with this error. Any ideas? (1 Reply)
Discussion started by: psychocandy
1 Replies

9. Solaris

Package installation in Solaris 11

I have Solaris-11 and installed few non global zones inside it. I saw many of the packages are not installed in non global zone after installing it. root@pos_ddr01 # pkg list | wc -l 479 root@pos_ddr01 # root@pos_ddr01-zkmq01:~# pkg list | wc -l 206 root@pos_ddr01-zkmq01:~# I can... (1 Reply)
Discussion started by: solaris_1977
1 Replies
rpm2cpio(1)                                                        User Commands                                                       rpm2cpio(1)

NAME
rpm2cpio - convert Red Hat Package (RPM) to cpio archive SYNOPSIS
rpm2cpio [file.rpm] DESCRIPTION
The rpm2cpio utility converts the .rpm file specified as its sole argument to a cpio archive on standard output. (See NOTES.) If no argu- ment is given, an rpm stream is read from standard input. In both cases, rpm2cpio will fail and print a usage message if the standard out- put is a terminal. Therefore, the output is usually redirected to a file or piped through the cpio(1) utility. EXAMPLES
Example 1: Converting an rpm file example% rpm2cpio Device3Dfx-1.1-2.src.rpm | cpio -itv CPIO archive found! -rw-r--r-- 1 root root 2635 Sep 13 16:39 1998, 3dfx.gif -rw-r--r-- 1 root root 11339 Sep 27 16:03 1998, Dev3Dfx.tar.gz -rw-r--r-- 1 root root 1387 Sep 27 16:04 1998, Device3Dfx-1.1-2.spec 31 blocks Example 2: Converting from standard input example% rpm2cpio < Device3Dfx-1.1-2.src.rpm | cpio -itv CPIO archive found! -rw-r--r-- 1 root root 2635 Sep 13 16:39 1998, 3dfx.gif -rw-r--r-- 1 root root 11339 Sep 27 16:03 1998, Dev3Dfx.tar.gz -rw-r--r-- 1 root root 1387 Sep 27 16:04 1998, Device3Dfx-1.1-2.spec 31 blocks ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWrpm | +-----------------------------+-----------------------------+ SEE ALSO
cpio(1), attributes(5) NOTES
rpm2cpio handles versions 3 and 4 RPMs. SunOS 5.10 20 Aug 2001 rpm2cpio(1)
All times are GMT -4. The time now is 09:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy