Sponsored Content
Operating Systems Solaris Problem with solaris 10 installation package Post 302177141 by DukeNuke2 on Thursday 20th of March 2008 06:29:43 AM
Old 03-20-2008
just for testing... do a:

Code:
# pkgadd -d .

in the dir with the packages.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Solaris 8 Installation problem on Intel !

I've tried to install solaris 8 on the Intel ,but in lan card detecting that i should give IP address ,it fails & doesn't accept it. So i tried to install without networking ,but after that it has strange behaviour ,( eng. when i want to poweroff machine by init 5 it doesn't do anything) ... (1 Reply)
Discussion started by: nikk
1 Replies

2. UNIX for Advanced & Expert Users

Solaris Package Manager problem

i'm trying to run Patch Manager, but i'm getting the following problem when i try and run "pprosvc" with either the -l, -d, or -i options. Assessing patches needed for your system...... (8 Replies)
Discussion started by: xyyz
8 Replies

3. Solaris

Installation problem: Solaris 10

Hello all, I downloaded Solaris 10 and installed it on my Pentium 4 (1.7 Ghz), 256MB RAM, with LG StudioWorks Monitor. Everything went fine till installation completed and when after installation computer rebooted, rather than displaying the graphical login screen the monitor goes out of... (4 Replies)
Discussion started by: varunnarang
4 Replies

4. Solaris

Problem during installation of Solaris 2.6

Hello, For testing purpose, I need to install SOLARIS 2.6 on a machine SUN FIRE 880 which is installed with Solaris 2.8. When I boot on the cdrom 2.6, the system answers : boot : cannot open /kernel/unix In the documentation, I saw that I need to reset the boot file value in the PROM. I did it... (1 Reply)
Discussion started by: aribault
1 Replies

5. UNIX for Dummies Questions & Answers

solaris 10 installation problem

Hi, I have sun enterprise server which uses an lineox box as its mail server and for also storing backups. the mail is linked from the lineox box to sun server and theres a mount on the sun server linking the box for partition, I want to get rid of lineox OS and install solaris 10. But i want... (0 Replies)
Discussion started by: stakes20
0 Replies

6. 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

7. Solaris

Problem in locale installation through solaris 10 cds

Dear All I am in a problem where i have to install en_us locale through solaris 10 05/08 which is in 5 cds as I download from internet. when I use the following command after putting disk 1 of solaris 10 loceladm -a en_us -d /cdrom/cdrom0/s0/Solaris_10/Product It install few packages but... (3 Replies)
Discussion started by: girish.batra
3 Replies

8. Solaris

Solaris 9 installation problem

Hi friends I have a problem in installing solaris 9 in a ULTRA Enterprise 1 machine. The first cd runs without any problem and the web start installation also working. When it comes to second disc (the installation cd), it geting rejected from cd drive so can't continue the installatinon. any... (6 Replies)
Discussion started by: enke1234
6 Replies

9. Solaris

php package installation problem

can u tell me the procedure to install php 5 using package .. i downloaded php-5.2.1-sol10-x86-local.gz from sunfreeware i have added package using pkgadd -d php-5.2.1-sol10-x86-local then i have added these two lines in httpd.conf LoadModule php5_module modules/libphp5.so... (7 Replies)
Discussion started by: senkerth
7 Replies

10. 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
pkgask(1M)																pkgask(1M)

NAME
pkgask - stores answers to a request script SYNOPSIS
pkgask [-d device] [-R root_path] -r response pkginst... pkgask allows the administrator to store answers to an interactive package (one with a request script, that is, a user-created file that must be named request). Invoking this command generates a response file that is then used as input at installation time. The use of this response file prevents any interaction from occurring during installation since the file already contains all of the information the pack- age needs. The following options are supported -d device Run the request script for a package on device. device can be a directory pathname or the identifiers for tape, floppy disk or removable disk (for example, /var/tmp, /dev/diskette, and /dev/dsk/c1d0s0). The default device is the installation spool directory. -R root_path Define the full path name of a directory to use as the root_path. All files, including package system information files, are relocated to a directory tree starting in the specified root_path. Note - The root file system of any non-global zones must not be referenced with the -R option. Doing so might damage the global zone's file system, might compromise the security of the global zone, and might damage the non-global zone's file system. See zones(5). -r response Identify a file or directory which should be created to contain the responses to interaction with the package. The name must be a full pathname. The file, or directory of files, can later be used as input to the pkgadd(1M) command. The following operands are supported: pkginst Specify the package instance, or list of instances for which request scripts will be created. The token all may be used to refer to all packages available on the source medium. 0 Successful completion. >0 An error occurred. See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ pkginfo(1), pkgmk(1), pkgparam(1), pkgproto(1), pkgtrans(1), installf(1M), pkgadd(1M), pkgchk(1M), pkgrm(1M), removef(1M), admin(4),attributes(5) The -r option can be used to indicate a directory name as well as a filename. The directory name is used to create numerous response files, each sharing the name of the package with which it should be associated. This would be used, for example, when you will be adding multiple interactive packages with one invocation of pkgadd(1M). Each package would need a response file. To create multiple response files with the same name as the package instance, name the directory in which the files should be created and supply multiple instance names with the pkgask command. When installing the packages, you will be able to identify this directory to the pkgadd(1M) command. If the default admin file is too restrictive, the administration file may need to be modified to allow for total non-interaction during a package installation. Seeadmin(4) for details. 6 Apr 2005 pkgask(1M)
All times are GMT -4. The time now is 01:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy