Today, When I try to upgrade the software : SSH tectia in Sun solaries:
Below error occur:
pkgadd -d ssh-tectia-common-6.3.9.36-solaris-9.10-sparc.pkg
Current administrator requires that a unique instance of the
<SSHG3comm> package be created. However, the maximun number of
instance of the package which may supported at one time on the same system
has already been met.
No changes were made to the system.
--
Solution:
pkginfo | grep -i ssh
The result are list:
SSHG3cmmn
1: To uninstall the current package:
#pkgrm SSHG3cmmn
Do you want to remove this package? [y,n,?,q] y
...
...
Removal of <SSHG3cmmn> was successful.
2: And install the new package:
#pkgadd -d ssh-tectia-common-6.3.9.36-solaris-9.10-sparc.pkg all
Installation of <SSHG3cmmn> was successful.
3: Check the sshg3 verion:
sshg3 -V
Below error occur:
pkgadd -d ssh-tectia-common-6.3.9.36-solaris-9.10-sparc.pkg
Current administrator requires that a unique instance of the
<SSHG3comm> package be created. However, the maximun number of
instance of the package which may supported at one time on the same system
has already been met.
No changes were made to the system.
--
Solution:
pkginfo | grep -i ssh
The result are list:
SSHG3cmmn
1: To uninstall the current package:
#pkgrm SSHG3cmmn
Do you want to remove this package? [y,n,?,q] y
...
...
Removal of <SSHG3cmmn> was successful.
2: And install the new package:
#pkgadd -d ssh-tectia-common-6.3.9.36-solaris-9.10-sparc.pkg all
Installation of <SSHG3cmmn> was successful.
3: Check the sshg3 verion:
sshg3 -V
Tectia version upgrade to 6.3.9 success.
注意:sshg3 tectia 的安装顺序是: comm --> server ---> client (最后安装 client 前 要把 lisence的 dat 文件copy 到; /etc/ssh2/lisences 下), 如果 client 没有安装,sshg3 -V 是会报错的。