I am trying to install perl in multiple servers using pkgadd command via ssh
serverA#ssh serverB -n /usr/sbin/pkgadd -d /net/software/ -r /tmp/response perl
The following packages are available:
1 perl perl 5.8.0 for Solaris 2.5.1, 2.6, 8 and 9
(sun4) 5.8.0_A1
Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]: pkgask: ERROR: unable to determine list of packages to operate on (internal error in gpkglist)
I am not what I am missing here
serverA#ssh serverB -n /usr/sbin/pkgadd -d /net/software/ -r /tmp/response perl
The following packages are available:
1 perl perl 5.8.0 for Solaris 2.5.1, 2.6, 8 and 9
(sun4) 5.8.0_A1
Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]: pkgask: ERROR: unable to determine list of packages to operate on (internal error in gpkglist)
I am not what I am missing here