Skip to main content

Tutorial: How to View the Current Server Configuration

Abstract

View your Access Server's current server configuration with a simple command on the console.

Overview

You can view the current server configuration for your Access Server setup by running commands from the command-line interface (CLI) using the sacli tool.

  • An installed Access Server.

  • Console access and the ability to get root access.

  1. Connect to the console and get root privileges.

  2. List the current server configuration:

    sacli ConfigQuery
  1. Connect to the console and get root privileges.

  2. List the user and group properties:

    sacli UserPropGet
  1. Connect to the console and get root privileges.

  2. List the properties of a specific user or group:

    sacli --pfilt <USER_OR_GROUP> UserPropGet