Installing a Separate package from the Solaris CD

Hi .,
I installed Solaris on my Sparc Station .,
But now I want to install few packages which are not installed during the OS installation.
Example:
If i want to install the package SUNWarc from the Installation cd., Can anybody tell me the Easiest way to find out the Location of the package from the CD and to install it.
Thanks & regards
Suseendran .A

Sorry to say NONE of the operation helps
I am inside the Solaris cd1
In my Solaris 1 CD for Solaris 10
I am inside the
/SOLARIS_10/PRODUCT directory,, here I found all the
package folders.Please don't tell me what you are doing, show me exactly the screen output.
But when I give the packageadd command inside the
folder It is not working ans giving the Error
Message..You are probably typing the command incorrectly.
I asked if you would show (as in exactly cut and paste) the 'cd' and 'pkgadd' commands you are using. Without showing them exactly, it is very difficult to help you.
Darren

Similar Messages

  • Can i have creative cloud package installed on 2 computers from the same account? if so how do i do it?

    Can i have creative cloud package installed on 2 computers from the same account? if so how do i do it?

    You can activate the subscription on two computers.
    To install the products refer
    Creative Cloud Help | Install, update, or uninstall apps

  • Reinstall program from the Solaris 10 CD

    I need to reinstall un program from the Solaris 10 CD.
    how to I do?
    How do I have to mount the cd?
    Thanks
    Note: I am new in Solaris

    CD-ROM or DVD are automatically mounted. You have then just to go in the product directory and install the appropriate package(s) with the pkgadd command.

  • How to install a business package in the portal ?

    Hi everyone,
    I am a beginner in SAP Netweaver Portal, and i have a question :
    How to install a business package in the portal ?
    Thanks & regards
    Hassan

    Hi Hassan,
    Well i would like to quote one more point here, although you can import a buss pack into the portal but there are some std methods to be followed for every thing in portal, When it comes to deploying a busines package, you should always do it from SDM only !! although we can use import facility. now let me tell you the difference between the two. When you use import, you are just putting the contents into the portal and not deploying it, where as using SDM you deploy the SCA files on your portal totally. you must be knowing that business packages are always delivered in SCA formats.
    Regards,
    Ameya
    Message was edited by:
            Ameya Pimpalgaonkar

  • Jar file is not working after deleting all packages from the same directory

    hello
    i have created a jar file named as server.jar in the same directory in which i have all the packages(for which i have created this jar file).This jar file was working correctly when i had all the packages in the same directory.But after deleting all the packages from the same working directory, this jar file is neither working nor giving any error message..
    Please tell me what may be the reason???
    thanks in advanced

    hello
    i have created a jar file named as server.jar in the same directory in which i have all the packages(for which i have created this jar file).This jar file was working correctly when i had all the packages in the same directory.But after deleting all the packages from the same working directory, this jar file is neither working nor giving any error message..
    Please tell me what may be the reason???
    thanks in advanced

  • How to call a package from the Report in Oracle Application Express

    How to call a package from the Report in Oracle Application Express

    Hello,
    What do you mean? Something like SELECT mypackage.function( par1, par2) from dual?
    Or do you want to execute a procedure when something happens on the page, like clicking a button?
    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this reply by marking it as either Helpful or Correct ;-)

  • I am getting error 205 while trying to install Creative Cloud. I already had chated with support, Uninstalled CC and tried to install it again. From the Adobe site, the page keeps loading eternally, from the previous installer, it gives me error 205. What

    I am getting error 205 while trying to install Creative Cloud. I already had chated with support, Uninstalled CC and tried to install it again. From the Adobe site, the page keeps loading eternally, from the previous installer, it gives me error 205. What to do? Give up on CC?
    This is not the first time I get it, and it seems a recurring problem.

    Milliet are you on a managed network?  If not then please see Error downloading Creative Cloud applications - http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html for information on how to resolve error 205.

  • I want to install my original SnowLeopard (from the installation disc) to a partition I created in the now upgraded Mavericks OSX, How can I install it on the new partition?

    I want to install my original SnowLeopard (from the installation disc) to a partition I created in the now upgraded Mavericks OSX, How can I install it on the new partition?

    That's easy.
    2 methods:
    1. Change the Startup Disk in System Preferences, then restart:
    2. Hold down the "Option" key while starting or restarting the Mac. Then chosse the partition that you want to startup from.
    The 1st mehtod is the quickest, because you don't have the additional step of choosing the drive. Plus, whatever you have selected in System Preferences becomes the default startup drive.

  • I am changing laptops and have tried to download and install Acobat 9 Standard from the Adobe website, but get message that my serial number is invalid. I log in and double check my account and it shows as a valid serial number.  Now what?

    I am changing laptops and have tried to download and install Acrobat 9 Standard from the Adobe website, but get message that my serial number is invalid. I log in and double check my account and it shows as a valid serial number.  Now what?

    If you had it on a laptop that crashed and you threw away, it is still considered as activated on that machine.  YOu should contact Adobe by chat or by phone and have them deactivate for you.
    Here is a link to a page with options to help make contact:
    http://www.adobe.com/support/download-install/supportinfo/
    If you are getting a message that indicates the serial number is not valid, you should look thru the following:
    Error "The serial number is not valid for this product" | Creative Suite
    http://helpx.adobe.com/creative-suite/kb/error-serial-number-valid-product.html

  • Unable to install Adobe Acrobat X from the CS6 Master Collection

    I'm unable to install Adobe Acrobat X from the CS6 Master Collection. How do I get it installed?

    Hello Jeff,
    I received an error message when trying to install from the new CS6 that was pushed out to our computers at work.  I found my old Adobe Acrobat 10 and reinstalled it.  It works okay now.

  • Need a way to start the package from the point of failed record

    Hi,
    I have a package which loads billions of records, the problem i am having is when it fails after 1 billion record have to start from the beginning. Is there a way where I can start my load process from the failed record instead of starting from the beginning.
    Thanks in advance

    Simply implementing checkpoint wont restart package from the failed record onwards. It depends on how you do data transfer. For example if its a data flow task and if its an intermediate step that fails, then it wont start from failed record onwards next
    time.
    A much better option would be to implement it like this. Have a OnError event handler for the task and inside that use execute sql task to populate a control table with the max key/timestamp value of record which has been extracted. 
    Each time check if table has a entry and if present take max date/key value from it. Use the value to filter the source data to take only records with value > fetched value to start from next record onwards.
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Just installing a few updates from the Mac App Store for mountain lion on my 2010 MacBook Pro, during this it made a noise and then the screen and keyboard went off, like it is off. What happened, is it off...or should I just wait it out?

    Just installing a few updates from the Mac App Store for mountain lion on my 2010 MacBook Pro, during this it made a noise and then the screen and keyboard went off, like it is off. What happened, is it off...or should I just wait it out?

    What kind of noise?
    The only things I can think of that make noise are fans and disks. Fans usually will not cause the computer to shutdown as you describe. My guess is your disk drive died. I hope you made a backup prior to start the ungrade.
    Allan

  • My iPhone apps wouldn't open they just blink for a second and the home screen comes back again...i tried installing a free app from the AppStore but it didn't work and also tried resetting the iPhone but ddnt work as well please help what do i do??

    My iPhone apps wouldn't open they just blink for a second and the home screen comes back again...i tried installing a free app from the AppStore but it didn't work and also tried resetting the iPhone but ddnt work as well please help what do i do??

    Oh my gosh I had the EXACT same problem, and for ages I couldn't figure out how to fix it until today. Here's what I did:
    First I went onto my computer, opened itunes, and un-installed tumblr, vine and kik. These were the apps I was having problems with (it said I had them on my phone but, like you, they didn't show).
    Then I went to the itunes store, searched for each one, and it said I could update them so I did (just FYI: for tumblr a window popped up saying "please click ok to confirm you are 17 years or older", so I did that also)
    When I went back to my phone and tried installing them again (still on my computer), it worked!
    I hope this helps, because it was incredibly frustrating. Good luck!

  • Does anybody know if the ipad air 1 is using yosemite or something different? I don't know what type of safari i should install because it disappeared from the ipad. Thanks!

    Does anybody know if the ipad air 1 is using yosemite or something different? I don't know what type of safari i should install because it disappeared from the ipad. Thanks!

    YYosemite is a Mac OS and it doesn't run on an iPad. You cannot delete or install Safari on the iPad. It is on your device somewhere.
    Swipe from screen to screen to look for it.
    Check Settings>General>Restrictions and make sure that you didn't disable it.
    You can also reset the home screen layout and the icon will reappear - but the home screen will return to the way that it looked when you first activated your iPad. Settings>General>Reset>Reset Home Screen Layout.

  • Why am I unable to install some apps updates from the app store?

    Why am I unable to install some apps updates from the app store? Does anybody know why? I need help!!!

    1.   Are you using the right signing in details?
    2.   Were the Apps originally bought via the App Store?
    3.   Have you checked if they are partially downloaded?
    There is a support link here ...   Apple - Support - Mac App Store - Contact Support

Maybe you are looking for

  • We have a Lexmark Pinnacle Pro901 and cannot get the printer to work with airport express - any suggestions?

    Can anyone give us suggestions on how to get our Lexmark Pinnacle Pro 901 to work with airport express? We cannot get airport express to recognize the printer.

  • PDF files created on PC don't open properly on Mac

    Our homeowner's association has documents on a website that is serviced by a Homeowners Association company.  The documents are PDF documents that have been created at various times but primarily on PCs.  Some of them open correctly on my MacBook Pro

  • Metadata with defining Derived Associations valided failed.

    Hey all, I am developing a MySQL plugin, and want to use "Derived Associations" to make a topology to display the relationship between mysql objects and its cluster group. However I run into some trouble. Could anyone help me out? I am really confuse

  • ACS RDBMS issue

    Hello guys, actually I was happy founding the RDBMS function in AAA to get my hundred of aaa clients into the database, but now I am stuck with the a problem. I would like to summarize some aaa devices in one AAA entry, which means it will have sever

  • Import error for .prproj files

    so i've just touched adobe mc CS4 for the first time, my church is allowing me to use the studio/editing room while not being used during the day at certain times. i am compiling a dvd of my wedding to make it more proffessional than the previously m