Solaris packages for Oracle grid infrastructure installation


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris packages for Oracle grid infrastructure installation
# 1  
Old 11-07-2013
Solaris packages for Oracle grid infrastructure installation

Hello guys, I am trying to install oracle grid infrastructure 11.2 on Solaris 5.11.
while I was reading the installation guide to check for the software requirements, there were two packages mentioned for the Solars 5.11. They are as follows

pkg://solaris/developer/build/make
pkg://solaris/developer/assembler

My problem now is, How do I find out if they are installed in the Operating System.
Like the guide says, I used "pkginfo -i" but that only works for the individual packages like

"pkginfo -i SUNWarc SUNWbtool SUNWhea SUNWlibC SUNWlibm SUNWlibms SUNWsprot"

when I try "pkginfo //solaris/developer/build/make" or "pkginfo //solaris/developer/assembler" the command returns the following output

ERROR: information for "//solaris/developer/build/make" was not found

I believe the syntax I am using is worng. I checked the unix forms too, but I couldn't find any proper solution for this.
Can someone please help me out on how to check for those two packages.

Thank You
# 2  
Old 11-07-2013
You should familiarize yourself with software management in Solaris 11. It is quite different from Solaris 10 way of working with packages. Take a look at http://www.oracle.com/technetwork/ar...s-1865035.html
To check for the two packages you specified, run this:
Code:
pkg info pkg://solaris/developer/build/make pkg://solaris/developer/assembler

This User Gave Thanks to bartus11 For This Post:
# 3  
Old 11-07-2013
Thank You Bartus11.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Solaris packages and installation query

Hi, Need a small help Bash$> pkginfo | grep -i compress system SUNWbzip The bzip compression utility system SUNWgzip The GNU Zip (gzip) compression utility system SUNWzip The Info-Zip (zip)... (9 Replies)
Discussion started by: mohtashims
9 Replies

2. Solaris

Issue with Oracle 10 installation on Solaris 10

Hi all, After implementing all the pre install set up in Solaris I triggered the oracle DB install. I am doing it directly from the local machine console and I got the following error - Checking monitor: must be configured to display at least 256 colors >>> Could not execute auto check... (14 Replies)
Discussion started by: sumeet
14 Replies

3. Solaris

Prep for Oracle Installation on solaris 10 gone wrong

Hi All, I was trying to install Oracle 10g on Solaris 10 using instructions of Solaris 8. I realized about the document mismatch later on. There are some changes enlisted in the Solaris 8 set up which are not applicable to Solaris 10. I came to know about this when the IP address in... (1 Reply)
Discussion started by: sumeet
1 Replies

4. Solaris

Oracle 10 on Solaris 10 installation

Good evening, I am trying to install the oracle 10 in Solaris 10 and oracle requires following patches to be installed: 117837-08 117846-19 118682-01 I have downloaded above from sunsolve.com and when I add the patch with following command: patchadd -M xxxxx the are not installed... (10 Replies)
Discussion started by: aa_monster
10 Replies

5. High Performance Computing

Installation Guide for Solaris Cluster 3.2 Software and Oracle 10g Release 2 Real App

Here are steps for installing the Solaris 10 11/06 OS, Solaris Cluster (formerly Sun Cluster) 3.2 software, QFS 4.5, and Oracle 10gR2 RAC. Also provided are instructions on how to configure QFS and Solaris Volume Manager for use with Oracle 10gR2 RAC. More... (0 Replies)
Discussion started by: Linux Bot
0 Replies

6. Solaris

Oracle Installation on Solaris

Hello. I have just finished installation of solaris 10 and would now like to install oracle 10g . I have got the CD of same - copied the zip file of CD to system ... unzipped the contents using gunzip. Got a folder /database/ created. But I am not able to locate runInstaller in the folder's... (5 Replies)
Discussion started by: panchpan
5 Replies

7. Solaris

Oracle 10G installation on Solaris 9

Hi Guys, I need to install Oracle 10g on solaris 9, the server is not in cluster. The server is already running applications like OVO and Weblogic. Can you guys please tell me the steps to do this and what paramaters ( Kernal and otherwise) which need to be modified? There will be about 100... (2 Replies)
Discussion started by: nitinkgoud
2 Replies

8. Solaris

Solaris 8 Oracle 9i Installation

Hello; I am hoping that one of you Guru's out there has run across this problem and can tell me exactly where I am messing up. I have a Sun Ultra 10 with 1GB of memory and 2GB of swap space. I am trying to install Oracle 9i on the system. All goes well with the installation until the... (2 Replies)
Discussion started by: rambo15
2 Replies
Login or Register to Ask a Question