NCSA Home
Contact Us | Intranet | Search

Basics


What is UniTree?

    UniTree (now known as DiskXtender) is an archival storage system that supports unlimited file size in a UNIX-like file system environment. UniTree manages the file system by automatically migrating files off local disk space onto tape when disk space becomes low or files have not been accessed in a certain length of time. Files that have previously been migrated to tape and purged off disk are automatically cached back to disk on demand.

    A major benefit of UniTree is that it looks and feels like a UNIX file system. The FTP interface allows you to manipulate files and directories using standard UNIX commands and I/O libraries. This FAQ assumes that you are familiar with normal UNIX file operations such as listing and changing directories and moving and removing files.

Where can I find on-line documentation on UniTree?

How can I access the mass storage system (UniTree)?

I use ssh to connect to NCSA's production machines; can I use scp to access UniTree?

    No; UniTree does not run a ssh server, so access is limited to using a kerberized ftp client or mssftp/msscmd from the NCSA production systems.

How can I save a file to UniTree?

    In UniTree, issue the command:
    ftp> put filename
    

How can I retrieve a file from UniTree?

    In UniTree, issue the command:
    ftp> get filename
    

How can I delete a file in UniTree?

    Issue the command
    ftp> del filename
    

Are files transferred in binary or ascii mode by default?

    Files are transferred in binary mode by default when using the kerberized ftp, mssftp, and msscmd.