![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| pkgadd help | mokkan | SUN Solaris | 1 | 04-08-2008 11:08 AM |
| pkgadd issues | Sowser | UNIX for Advanced & Expert Users | 3 | 09-04-2007 01:43 PM |
| pkgadd | melanie_pfefer | SUN Solaris | 6 | 01-09-2007 03:45 AM |
| PKGADD error | Bags | UNIX for Advanced & Expert Users | 2 | 05-15-2006 06:29 PM |
| pkgadd | alsande | UNIX for Dummies Questions & Answers | 4 | 03-27-2004 03:25 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | 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 It is interactive .....well i say interactive ...it gives you two questions both of which I answer a simple yes to. So i tried Code:
pkgadd -n SUNWexplo but it says Code:
"Installation of <SUNWexplo> was suspended (interaction required)." mmmmm, interaction required ..ok, ill use pkgask to create a response file, but when I run Code:
pkgask -r SUNWexplo i get .... 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 |
|
||||
|
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 . |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|