Code Monkey home page Code Monkey logo

viya4-admin-checklist's Introduction

Global Enablement & Learning

SAS Viya Administration Checklist

This project is for SAS Viya 2020.1 and later. See Previous Versions for earlier versions of SAS.

Direct Link To Checklist

Table of Contents of this README.md

Overview

The checklist in this project contains two lists of tasks. There is a suggested frequency for the regular tasks. You, as an IT administrator or a SAS administrator, should consider performing the tasks in these lists for the SAS Viya 2020.1 and later environments that you maintain. Perform all tasks that are relevant to your environment to keep your SAS Viya deployment operating at its best over the long term.

Initial tasks

The first list contains initial tasks, which are normally performed as one-off activities. They are performed usually shortly before, while, or soon after SAS Viya is deployed on your Kubernetes cluster. Most initial tasks should be reviewed whenever you make significant changes to your deployment (such as adding new Kubernetes nodes, adding new software components, migrating, or upgrading the version of SAS or other major components). Significant project work to deliver custom SAS application functionality based on your deployment often requires at least some of these initial tasks to be repeated or revised.

Regular tasks

The second list contains regular tasks, which should be performed at different times to keep your platform healthy, secure, and efficient.

Some tasks contain additional commentary. Some tasks contain brief details about how they are performed. You might need to consult other resources for more detail. Some links to documentation and blog posts are included in the commentary for the tasks, but you will need to consult the documentation for further guidance.

In the task descriptions, the words server or service always mean one or more programs. In the case of a SAS Viya server or service, these will be running inside a container in a Kubernetes pod. In the task descriptions, these terms never mean the host node or machine. Often, service (or microservice) refers to a SAS Viya software component which runs all the time while the SAS Viya deployment is running. In contrast, server often refers to a software component which is started to perform a specific task, and may be stopped when that task is complete. For administrators, this distinction is important only in a few specific situations (for example, when managing log levels and other service- or server-specific configurations). This distinction can otherwise be ignored.

What's New

Everything is new.

Checklists of administration tasks for previous versions of SAS were published as PDF or Word documents.

Installation

For general users, the project is best viewed on GitHub. No installation is necessary.

For contributors, we suggest you clone this project from GitHub and edit it using your favorite source code editor. (Please also see the Contributing section of this README.)

If you wish to contribute, you may find it helpful to be able to run Python3 in a bash terminal, so that you can run the scripts which update documents like the top-level checklist.md, e.g. scripts/build_all.py (or scripts/build_from_template.py). By doing that, you can see if your modified tasks appear as you intend when they are listed in the checklist.md tables of tasks.

Tip: The lead authors/editors maintain this project using Microsoft Visual Studio Code on both:

  • Windows with Windows Subsystem for Linux version 2 (WSL2) running Ubuntu, which is the default Linux distribution for WSL2.
  • On MacOS, which supports Linux natively

Microsoft Visual Studio Code is available for both Windows and MacOS. It is convenient to run the project's Python scripts from a bash terminal within VS Code.

The easiest way to get this set up is to follow the instructions in Getting Started with Python in VS Code. This walks you through installing:

  • VS Code
  • VS Code Python extension
  • Python 3

We also like these VS Code extensions: Git Graph, GitHub Pull Requests and Issues, Markdown All in One, markdownlint, Path Intellisense.

You do not have to use these tools. You can contribute successfully to this project with command-line git and your preferred text editor. It is not necessary to run the project's Python scripts to rebuild the checklist.md document before submitting a pull request. The project owners run the scripts to update checklist.md before merging into the main branch.

Getting Started

This project does contain some code examples, but it mostly consists of recommendations and suggestions.

If you have not read it already, begin by reading the Overview in this README, followed by How to use this Checklist.

This project is written for a specific intended audience of SAS and IT administrators, and related roles.

Read about SAS Viya Administration Training and Certification in the Additional Resources section of this README.

Applicability to SAS Versions

In November 2020, SAS shipped SAS Viya Stable version 2020.1.1. SAS has released many further versions of SAS Viya since then. You can read about SAS Viya platform cadences and release numbers here.

As described in the SAS Viya Operations guide > Getting Started > Frequently Asked Questions:

How frequently is software released?

SAS offers the following release cadences for the SAS Viya platform:

  • On the Stable cadence, software is released monthly. The latest version on the Stable cadence contains the most up-to-date software, including new features, changes to features, and bug fixes.
  • On the Long-Term Support cadence, software is released about every six months.

Starting in September 2022, the versions for the SAS Viya platform releases use the yyyy.mm format. For more information, see Release Schedule and Versions.

To the best of our knowledge, the guidance for all tasks in this project is relevant for all versions of SAS Viya (i.e. stable version 2020.1.1 and later, and LTS version 2020.1 and later), except where specifically noted.

We take no liability for errors or omissions in the content of this document, which is written based on individual consultants’ field experience and shared in this project in good faith.

Running

For general users, there is nothing to run. This project is intended to be read.

For contributors, or users making a their own custom version of the project, if you add or change specific properties of tasks (filename, title, SortString, Description or Tags) you can run the scripts which update documents like the top-level checklist.md, e.g. scripts/build_all.py (or scripts/build_from_template.py). These scripts have usage instructions in their header comments.

Contributing

We welcome your contributions! Please read CONTRIBUTING.md for details on how to submit contributions to this project.

CONTRIBUTING.md has instructions for how to write a task and populate an HTML comment block with appropriate 'metadata' so the task appears correctly in the main checklist.md and other lists of tasks.

License

This project is licensed under the Apache 2.0 License.

Previous Versions

There are two previous versions of this checklist, for earlier versions of SAS:

Additional Resources

Familiarize yourself with at least the topics in the version of these documents that corresponds to your release of SAS Viya:

The Administration and Deployment label in the SAS Communities Library allows you to find a large selection of searchable blog posts and articles written by SAS Viya experts. High quality content is regularly posted there by members of the SAS Global Enablement and Learning (GEL) team.

We find the SAS Viya 4 Resource Guide very useful. It describes a set of linked open-source projects (like this one) that support the pre-installation, deployment, and subsequent monitoring and management of SAS Viya platform software.

Familiarize yourself with available SAS Viya training from SAS. The training page can help you find training material on getting started, administration, data management, programming and analytics, SAS Visual Analytics on SAS Viya, and specific SAS Viya solutions such as SAS Visual Investigator. Courses can be taught in a classroom, as a live web class, or as self-paced e-learning.

SAS Viya administrators should be familiar with all administration interfaces to SAS Viya:

If you have SAS Viya Data Preparation products, learn how to use SAS Data Explorer, SAS Data Studio, and SAS Lineage.

viya4-admin-checklist's People

Contributors

dwstern avatar jefurbee avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.