hasp_srm_view

Table of Contents

Description

The "hasp_srm_view" utility displays the CHARON licenses content.

Run the utility with one of the following parameters to see the license(-s) details:

  • "-l" (or without parameters) - CHARON default license details
  • "-all" - all available CHARON licenses details
  • "-key <key number>" - specific CHARON license (defined by its "key number") details

The "hasp_srm_view" utility provides the following functionality:

  • Display the licenses details. It is possible to view all available license or some specific one.
  • Collecting license status information
  • Collecting host fingerprint information

Run the utility without any options to display the license details.

# hasp_srm_view -help

CHARON Sentinel HASP utility
Copyright (c) 2009-2019 STROMASYS. All rights reserved.

Options:
  -? or -h or -help    - to see help screen

  -l                   - to see CHARON license details (for default key)

  -all                 - to see CHARON license details (for all available keys)

  -key <key number>    - to see CHARON license details (for specific key)

  -c2v <C2V file>      - to collect the key status information (C2V file)

  -c2v <C2V file> -key <key number> - to collect C2V file for specific local key

  -fgp <C2V file>      - to collect the host fingerprint information (C2V file)

The specific type of CHARON license defines what switches may be used in each case.

Collecting the "c2v" file can be done only from the CHARON host console.


Remote collection of status information

For remote collection of status information it is recommended to use "ssh" as shown in the following examples:

# ssh root@CHARON_HOST /opt/charon/bin/hasp_srm_view -c2v /opt/charon/bin/my_hasp_key.c2v
# ssh root@CHARON_HOST /opt/charon/bin/hasp_srm_view -fgp /opt/charon/bin/my_host_fingerprint.c2v

To see the license text on the console:

# ssh root@localhost /opt/charon/bin/hasp_srm_view

To collect license text to an output file on host server:

# ssh root@localhost /opt/charon/bin/hasp_srm_view > /opt/charon/bin/hasp_srm_view.txt

The "hasp_srm_view" utility always reports the ID and IP address of the host(s) where active licenses are found.



© Stromasys, 1999-2024  - All the information is provided on the best effort basis, and might be changed anytime without notice. Information provided does not mean Stromasys commitment to any features described.