Editing Virtual HSM
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 170: | Line 170: | ||
* VHSM VE: <tt>vhsm</tt> | * VHSM VE: <tt>vhsm</tt> | ||
* Client VE: <tt>libvhsmapi.a, vhsm_admin</tt> | * Client VE: <tt>libvhsmapi.a, vhsm_admin</tt> | ||
− | * Host: <tt>vhsm_transport.ko, vhsm_admin | + | * Host: <tt>vhsm_transport.ko, vhsm_admin</tt> |
== Usage == | == Usage == | ||
To run VHSM perform the following steps: | To run VHSM perform the following steps: | ||
− | # Insert transport module: <code>insmod vhsm_transport.ko vhsm_veid=[veid]</code> where <code>[veid]</code> is VEID of the VHSM container | + | # Insert transport module: <code>insmod vhsm_transport.ko vhsm_veid=[veid]</code> where <code>[veid]</code> is VEID of the VHSM container |
# Start VHSM in the VHSM container: <code>vhsm /path/to/storage</code>. You can init secure storage and create <tt>root</tt>-user on the first run | # Start VHSM in the VHSM container: <code>vhsm /path/to/storage</code>. You can init secure storage and create <tt>root</tt>-user on the first run | ||
# Add VHSM users from host: <code>vhsm_admin user create <admin login> <admin password> [options...]</code>. Run <code>vhsm_admin help</code> for details. | # Add VHSM users from host: <code>vhsm_admin user create <admin login> <admin password> [options...]</code>. Run <code>vhsm_admin help</code> for details. | ||
# Now you can use VHSM from client VEs | # Now you can use VHSM from client VEs | ||
− | |||
− | |||
− | |||
− | |||
− |