Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

*HTRC Data Capsule is funded in part by a grant from the Alfred P. Sloan Foundation. Here we introduce HTRC Capsule v1.0 and its use for non-consumptive Analysis of HathiTrust repository. 

1. Overview

This document is a starting point for users interested in downloading extracted feature (EF) data files corresponding to the specific HathiTrust Digital Library volumes that constitute their custom workset (that they have built with the HTRC Workset Builder). 


that with our non consumptive virtual machine (VM). A non consumptive VM has two modes, i.e., maintenance mode and secure mode. In maintenance mode, user is allowed to access network freely except for HTRC corpus repository and install whatever software she wants. In secure mode, network access is restricted. Users are only allowed to access a few network addresses e.g., HTRC corpus repository. In addition, any changes user makes to the OS in secure mode will not be persisted. To save data, user needs to write to a specified storage called secure volume. The secure volume is invisible in maintenance mode.

We provide a user friendly web interface that users can interact with to manipulate VM running on our back end infrastructure. User can have following VM operations:

  • Create a VM. A virtual machine is created but its power is off.

  • Start a VM. The virtual machine starts up to maintenance mode.

  • Stop a VM. The virtual machine shutdowns.

  • Delete a VM. The virtual machine is deleted. Everything relative to this virtual machine is gone.

  • Switch a VM from maintenance mode to secure mode or vice versa.

  • Query VM status.

Once a VM is started, users can log into VM through a VNC client. To run analysis against HTRC OCR repository, users need to switch the VM to secure mode. Below is a typical workflow a new user may follow.

  1. Create a new VM;

  2. Start the new VM;

  3. Log into the VM;

  4. Configure the software environment as needed. Upload the analysis program to the VM;

  5. Switch VM to secure mode through web interface;

  6. Run the analysis program against HTRC corpus repository;

  7. Switch VM back to maintenance mode to regain normal network access.

2. Virtual Machine Operations

This section covers all the operations you can make to the virtual machine. You are required to log in to the HTRC portal before you can perform these operations.

2.1 Create a Virtual Machine

Navigate to “Create Virtual Machine” tab and fill in the form. You need to choose an image from the drop down list, provide username and password for the VNC session, and choose how many CPU and memory you want your virtual machine has. Finally you hit the "Create VM" button. The VM creation procedure usually takes about 1 minute to finish.

2.2 Show a Virtual Machine Status

Navigate to “Virtual Machines” page, you can see all the VMs and available operations associated with the VM.

You can click on the vm id link to see more details about the VM. The “VM Initial Logging User ID” and “VM Initial Logging Password” are the username and password you use to log into the VM. These are different from the ones you use to open your VNC session to the VM. The “Public IP” and “VNC port” are information you need to open a VNC session. You can also use “Public IP” and “SSH port” to log into VM through ssh but this is only allowed in maintenance mode.

 

2.3 Start a Virtual Machine

You can start a virtual machine in the “Virtual Machine” page. This operation usually takes 2 ~ 3 minutes. Once the VM starts successfully, you can see more available operations e.g., switch, stop, and delete.

2.4 Log into a Virtual Machine

You can use your favorite VNC client, e.g. Google VNC Client, to connect to the VM by providing the VNC password and VM login username as well as login password.

2.5 Switch Virtual Machine Mode

By default, VM starts in maintenance mode where you can have network access. To switch to secure mode, you can hit the “Switch to Security” button. Once you perform the mode switch, within the VNC session, your screen is frozen in a short time. After that, you can resume your work. To switch from secure mode to maintenance mode, make sure you eject/unmount the secure volume before switching out of secure mode to ensure that any changes made to the secure volume are made permanent.

In the portal, go to "HTRC Data Capsule -> Show Virtual Machines" for the page for switching between modes. In the maintenance mode, click on the "Switch To Secure Mode" button in the portal to switch to the secure mode.


In the secure mode, click on the "Switch To Maintenance Mode" button in the portal to switch to the secure mode.

2.6 Stop a Virtual Machine

You can stop a VM by pushing the “Stop VM” button. After that, the VM shutdowns and everything inside the VM remains.


2.7 Restart a Virtual Machine

Although we do not provide a reset button for you to restart the VM directly, you can always stop the VM and then start it again. This has the same effect of pushing a reset button on a machine.

2.8 Delete a Virtual Machine

You can delete a VM by pushing the “Delete VM” button. After that, the VM is wiped out and everything inside the VM is gone.


3. Resources

1) The source code

The code base has 3 parts, a web GUI, web service and backend scripts

2) The web interface

You can find the url for the web front end from the HTRC production portal https://htrc2.pti.indiana.edu

  • No labels