Solaris IPS problems


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris IPS problems
# 1  
Old 07-31-2013
Solaris IPS problems

Hi guys, long time no see

Today I installed Oracle Solaris 11.11 in virtualbox. My machine needs to be bulletproof for our production databases but Smilie

First problem is that I can't install anything using IPS where publisher is solars, default freeware repo for Oracle Solaris. I need SUNWhea because smart people in Oracle don't include those system header files anymore with default installation of Oracle Studio and we can't install applications which depend on that package.

Every time I issue

Code:
 
pkg install SUNWhea

Solaris returns "no updates available for this image" Smilie

I tried to refresh repos, uninstall and then add same repo, recreate index and nothing helped.

Did someone encountered at this problem ?
# 2  
Old 08-01-2013
What is your pkg publisher set to?

please provide the output of

Code:
pkg publisher

# 3  
Old 08-01-2013
I would run:
Code:
pkg install system/header

# 4  
Old 08-05-2013
Here you go guys

Code:
root@ora12c:~# pkg publisher
PUBLISHER                   TYPE     STATUS P LOCATION
solarisstudio               origin   online F https://pkg.oracle.com/solarisstudio/release/
solaris                     origin   online F http://pkg.oracle.com/solaris/release/
root@ora12c:~# pkg install system/header
No updates necessary for this image.

# 5  
Old 08-05-2013
Okay, so both SUNWhea which is now a dummy (empty) package and system/header which is the real thing are correctly installed.

What is the real issue you are trying to solve ?
# 6  
Old 08-05-2013
I need to complie company softver to the server. SUNWhea package is one of the dependency.
# 7  
Old 08-05-2013
Have you tried to install now that the dependency has been met?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Execution Problems with Solaris 8

i have problems with using solaries 8 . code and commands for extracting files from CD ? especially extracting file.jar from package and batch (1 Reply)
Discussion started by: moh_abaloo
1 Replies

2. Solaris

Solaris 11 - Automatically update local IPS repository

Hi guys, I've got a local IPS repository on server 1 (local server in the basement) and a second one on server 2 in another data center. Both servers act as repository servers for their locations. The publisher list is like this pkg publisher PUBLISHER TYPE STATUS... (4 Replies)
Discussion started by: dheitepriem
4 Replies

3. Solaris

Displaying Solaris IPS package dependency graphs

What do people think of this tool? pkgtree - for displaying a visual representation of Solaris IPS package dependencies. (0 Replies)
Discussion started by: cambridge
0 Replies

4. Solaris

Updating my Solaris 11 IPS

Hi experts, I have an X86 as my IPS server running ( uname -a SunOS 5.11 11.1 i86pc i386 i86pc). the IPS has the following package version: prdb01b:~# pkg list -fa entire NAME (PUBLISHER) VERSION IFO entire ... (0 Replies)
Discussion started by: afadaghi
0 Replies

5. Solaris

solaris 11 - creating a second IPS repo

I need some help getting a IPS repo setup for custom internal packages. we already have an IPS for the oracle solaris package. what I want is a repo called BOB that can be used for packages internal to company BOB. I think I have created a repo called BOB, but it's not setup in the network... (1 Reply)
Discussion started by: robsonde
1 Replies

6. Solaris

solaris booting problems

hi am trying to get some knowledge on Solaris common trouble shooting problems.. can some one help me in getting most common issues.. and how to solve those issues. thanks in advance (4 Replies)
Discussion started by: aravindreddy
4 Replies

7. Solaris

Solaris 11 - custom publisher IPS

Hi all, we are starting to build some basic infrastructure for using solaris 11. I have built an IPS of solaris packages from the DVD images. what I want to do next is create a repository of custom packages. so in that case I want a publisher of "my-company-name" and not solaris. can... (1 Reply)
Discussion started by: robsonde
1 Replies

8. UNIX for Dummies Questions & Answers

How to assign multiple IPs to Aggregated interface in Solaris 10?

I have 2 physical interfaces (bnx0 and bnx1) aggregated into aggr1. I need to assign second IP, and normally I know how to do it to physical interface (i.e. bnx0:1) however same trick (aggr1:1) is not working. Is there any way to do it? (0 Replies)
Discussion started by: bratan
0 Replies

9. UNIX for Dummies Questions & Answers

problems with grep on solaris 5.8

Hi all, I have a problem when i grep for a particular field among all fhe files in the directory. if i do an ls -l field * i can find it. however at the moment the number of files in the directory are close to 28000 and it returns an ksh: /usr/bin/grep: arg list too long Assuming i... (2 Replies)
Discussion started by: manualvin
2 Replies
Login or Register to Ask a Question