UCLA-VAST-Cluster / user-faq

0 stars 0 forks source link

New User: Sihao #1

Closed Blaok closed 4 years ago

Blaok commented 4 years ago

Instructions

This issue is used for tracking the progress of setting you up in our cluster. Please follow the instructions below.

  1. Please fill out the required information in Section 1.
  2. Submit this issue so that the admins can see.
  3. The admin will process requests in Section 2. You don't have to do anything at this moment unless you have questions.
  4. The admin will let you know after everything is done by replying to this issue.
  5. Please follow Section 3 and finish the checklist carefully.

Section 1: Required Information

1. Information for applying a NIS account.

Check https://vast.cs.ucla.edu/cluster/ to see which server is generally idle before applying.

2. Information for applying a container.

Section 2: Process Requests (for admin)

  1. [x] Create a NIS account and update GitHub mapping
  2. [x] Create the container(s)

The admin will to reply this issue after all above requests are processed.

Section 3: Setup

  1. [ ] Mandatory Check your NIS account
    • You will receive your temporary password via the email you provided.
    • Login to cdsc0.cs.ucla.edu, run yppasswd, and CHANGE YOUR PASSWORD
    • Optional Setup SSH key
    • Optional Setup local GUI environment
  2. [ ] Optional Comment under this issue if you have any questions
  3. [ ] Mandatory Close this issue when you are all set
Blaok commented 4 years ago

Created on behalf of @sihaoliu. I created a Ubuntu 16.04 container on n7. @sihaoliu please proceed to Section 3.

SihaoLiu commented 4 years ago

Hi Blaok, can you help me install the sbt and jdk, I believe the following commands will do:

sudo apt-get install default-jdk default-jre
echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2EE0EA64E40A89B84B2DF73499E82A75642AC823" | sudo apt-key add
sudo apt-get update
sudo apt-get install sbt

They are from sbt install manual

SihaoLiu commented 4 years ago

Sorry, I thought the cdsc0 is the container, problem solved

SihaoLiu commented 4 years ago

I think I am all set, there is no close button. Feel free to close it

Blaok commented 4 years ago

@SihaoLiu Thanks!

@dotkrnl Issue template updated to describe how to login to containers: 7e0b02fd4e6d29a4c87c170e163b61eb9243f640. Future users will create the issue themselves and should be able to close it on their own.