package
Manage the software packages installed on the appliance.
User access
admin
Syntax
package
list {all | ptk}
install –s <spkg_file> –a <auth_code>
listfile
Argument(s) | Shortcut | Description |
---|---|---|
list [all | ptk] | l {a | p} |
List the packages currently installed on the appliance. Use the all flag to list all packages. Use the ptk flag to list the SafeNet ProtectToolkit packages only. |
install –s <spkg_file> –a <auth_code> | i –s –a |
Install the update contained in the specified secure package file (*.spkg). You must include the authorization code string found in the included authcode.txt file. Specify the string itself; you cannot specify the .txt file with the –a parameter. Use scp/pscp to securely transfer the secure package file to the appliance. |
listfile | listf | Display a list of all the secure package files you have transferred to the appliance. |
Example
psesh:>package list all
filesystem-2.4.30-3.el6.i686
ncurses-base-5.7-3.20090208.el6.i686
kbd-misc-1.15-11.el6.noarch
...
pciutils-3.1.10-4.el6.i686
audit-2.3.7-5.el6.i686
e2fsprogs-1.41.12-21.el6.i686
acl-2.2.49-6.el6.i686
PTKpcihsmK6-5.2.0-5.i386
PTKnetsrv-5.2.0-5.i386
Command Result : 0 (Success)
psesh:>package list ptk
PTKpcihsmK6-5.2.0-5.i386
PTKnetsrv-5.2.0-5.i386
Command Result : 0 (Success)
psesh:>package install -s test.spkg -a 5C6DF95B7F6837FD62E000
Please Enter the Admin Token PIN:
Decryption Successful
Signature Verification Successful
Preparing packages for installation...
dummy-package2-1.0-1
Preparing packages for installation...
dummy-package1-1.0-1
RPM installation Successful
SPKG package installation successful.
Command Result : 0 (Success)
NOTE When installing a secure package on SafeNet ProtectServer Network HSM Plus, the following error message may be displayed:
IRQ 16/viper0: IRQF_DISABLED is not guaranteed on shared IRQs
This does not affect any part of the installation and can be safely ignored.
psesh:>package listfile
Available Packages:
test.spkg
test2.spkg
test3.spkg
test4.spkg
test_rsa2.spkg
Command Result : 0 (Success)