![]() |
|
|
|
|
|||||||
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| pkgadd help | mokkan | SUN Solaris | 1 | 04-08-2008 07:08 AM |
| pkgadd issues | Sowser | UNIX for Advanced & Expert Users | 3 | 09-04-2007 09:43 AM |
| pkgadd | melanie_pfefer | SUN Solaris | 6 | 01-08-2007 11:45 PM |
| PKGADD error | Bags | UNIX for Advanced & Expert Users | 2 | 05-15-2006 02:29 PM |
| pkgadd | alsande | UNIX for Dummies Questions & Answers | 4 | 03-26-2004 11:25 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Pkgadd problem
Hi there, I need to install the Sun explorer package on hundreds of boxes and am writing a script to install it ..However, When you run
Code:
pkgadd -d SUNWexplo So i tried Code:
pkgadd -n SUNWexplo Code:
"Installation of <SUNWexplo> was suspended (interaction required)." Code:
pkgask -r SUNWexplo Code:
pkgask: ERROR: package does not contain an interactive request script so it is interactive, then it isnt interactive .....??? does anybody know if i can get this to install without asking me questions any help would be greatly appreciated |
| Forum Sponsor | ||
|
|
|
|||
|
do following
# vi /var/sadm/install/admin/nocheck mail= instance=overwrite partial=nocheck runlevel=nocheck idepend=nocheck space=ask setuid=nocheck confiict=nocheck action=nocheck basedir=default # pkgadd -a /var/sadm/install/admin/nocheck -d . |
|
|||
|
SUN has released a new product Service Tool Bundle. it is basically a installation script which install many applications like Servicetags, Explorer, sneep. You need not bother about adding these applications manually. The script will do it for you. It is simple and easy to use.
download it from https://cds.sun.com/is-bin/INTERSHOP...-F@CDS-CDS_SMI |
|
||||
|
Quote:
|
|
|||
|
Please do what was suggested here. This will solve all of your problems.
|
|||
| Google UNIX.COM |
| Thread Tools | |
| Display Modes | |
|
|