ITTC Resources: Difference between revisions

From ITTC Help
Jump to navigation Jump to search
(Added short Testbeds section with brief KVM instructions)
m (Changed "Windows" to win.ittc.ku.edu)
Line 29: Line 29:
You can check out systems at https://testbeds.ittc.ku.edu/checkout/index.php
You can check out systems at https://testbeds.ittc.ku.edu/checkout/index.php
=== Using the KVM ===
=== Using the KVM ===
Presently, this procedure is intended for Microsoft Internet Explorer under Windows, and only for testbeds 100-116:
Presently, this procedure is intended for Microsoft Internet Explorer on win.ittc.ku.edu (email help@ittc.ku.edu if you need a login account for win), and only for testbeds 100-116:
#Visit http://raritan in a web browser.
#Visit http://raritan in a web browser.
#You will get a warning about the site's security certificate.  Click '''Yes''' to accept the certificate and proceed.
#You will get a warning about the site's security certificate.  Click '''Yes''' to accept the certificate and proceed.

Revision as of 17:43, 24 October 2006

ITTC Resources

Introduction

Welcome to the Information and Telecommunication Technology Center (ITTC).

RCS

RCS stands for Revision Control System. ITTC currently uses two types of systems, cvs and subversion.

CVS

CVS stands for Concurrent Versioning System. The purpose of CVS is both to store the history of the changes that are made to source files and to keep all the source files relating to the same project in one easy-to-reach location. This is extremely useful in situations where multiple people are working on the same project and a number of modifications are made to the same file by different people.

All CVS repositories are located in "/projects/cvs". A symlink exists for all pre-existing repositories from their original location to "/projects/cvs/[repo-name]". All group and user persmissions on the cvs repositories is set to "cvsd:cvsd". Local access to the files in the cvs repositories will not be available. If users need to access files in the repository, they will have to access them through the pserver connection.

Subversion

Subversion is a free/open-source version control system. That is, Subversion manages files and directories over time. A tree of files is placed into a central repository. The repository is much like an ordinary file server, except that it remembers every change ever made to your files and directories. This allows you to recover older versions of your data, or examine the history of how your data changed.

A subversion server resides on the primary public ITTC webserver. In order to access the subversion repositories, you need to have a ITTC user account. In addition, you need to be added to the svn-writer group. Email helpdesk@ittc.ku.edu to request addition to this group.

  • You can browse through the subversion repository of your choice by going to https://subversion.ittc.ku.edu/<repo name>.

ViewVC

ViewVC is a browser interface for CVS and Subversion repositories. It generates templatized HTML to present navigable directory, revision, and change log listings. It can display specific versions of files as well as diffs between those versions.

Testbeds

Reserving Machines

You can check out systems at https://testbeds.ittc.ku.edu/checkout/index.php

Using the KVM

Presently, this procedure is intended for Microsoft Internet Explorer on win.ittc.ku.edu (email help@ittc.ku.edu if you need a login account for win), and only for testbeds 100-116:

  1. Visit http://raritan in a web browser.
  2. You will get a warning about the site's security certificate. Click Yes to accept the certificate and proceed.
  3. A popup window will ask you for a username and password. Enter "testbeds" as your username, and "ittc2006" as your password, and click "Login".
  4. Upon successful login, the resulting window will show a list of available testbeds in the left pane. Double-click the name of one of these testbeds to connect.
  5. You should see the video output for the selected testbed, and keyboard and mouse activity will be forwarded through the web interface to the remote machine.
  6. If you lose the display at any time, "Auto-sense Video Settings" under the "Video" menu can often successfully re-detect the display parameters.
  7. When finished with the display, simply close the window(s) for the remote display, and select "Logout" from the "Session" menu at the list of testbeds. The system will log you out if your session is idle for a while.

Please forward any questions to help@ittc.ku.edu