Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ snalu62_display_server(3) — SNA APPC LU6.2 4.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

snalu62_display_server(3)  —  Subroutines

 
 
 
 
 

NAME

snalu62_display_server − Retrieves the current SNALOG and syslog characteristics of an LU6.2 Server.  Also retrieves a list of the currently defined local LU names on the server. 
 
 

LIBRARY

 
/usr/shlib/libsnatprm.so
 
 
 

SYNOPSIS

 
#include <sna/snatprmdf.h>
 
STATUS_RTN snalu62_display_server(
       STATUS_VEC ∗status_vec,
       STRING_LIST ∗local_lu_names,
       SNALOG_INFO ∗snalog_info,
       SYSLOG_INFO ∗syslog_info,
       SRV_INFO ∗server_info
       );
 
 
 
 

SUPPLIED PARAMETER

 
 

server_info

A pointer to a SRV_INFO structure specifying the LU6.2 Server to use. Specify sufficient information to uniquely identify the LU6.2 Server. If this parameter is not specified, the interface attempts a connection to a local server with the name LU62_SRV. 
 
 

 
 
 

RETURNED PARAMETERS

 
 

status_vec

A pointer to a STATUS_VEC array to receive the completion status information. 
 
 

local_lu_names

A pointer to a STRING_LIST structure to receive a list of the local LU names currently defined on the server. 
 
 

snalog_info

A pointer to an SNALOG_INFO structure to receive the server’s current SNALOG settings. 
 
 

syslog_info

A pointer to a SYSLOG_INFO structure to receive the server’s current syslog settings. 
 
 
 

 
 

DESCRIPTION

 
The information returned in the snalog_info and syslog_info parameters can be set by one or more of the following:
 
 
 

•SNALOG environment variables
 

•Master Control daemon (LU62_MCD) startup scripts
 

•LU62_MCD commands
 

•LU6.2 Manager’s Define Server window operations
 

•snalu62_define_server verb calls
 

Using the STRING_LIST structure returned in the local_lu_names parameter and the STRING_LIST structure returned in the remote_lu_names parameter of the snalu62_display_local_lu verb, you can display information about all the local and remote LUs defined on the LU6.2 Server. 

Using the STRING_LIST structure returned in the local_lu_names parameter and the TP_NAMES structure returned in the tpns parameter of the snalu62_display_local_lu verb, you can display information about all the transaction programs defined on the LU6.2 Server. 
 
 
 

RESTRICTIONS

 
 
Only a process having superuser privileges or a user listed in the system group in the /etc/group file can call this verb. 
 

RETURN VALUES

 

SNALU62_S_OKnormal successful completion

SNALU62_S_PARERR
parameter error, routine function-name

SNALU62_S_UNSUC
verb did not execute successfully
 
 
 

ERRORS

 
None

RELATED INFORMATION

 
Functions: snalu62_define_server

Manuals: Compaq SNA APPC/LU6.2 Programming Interface for Tru64 UNIX Programming
 
 
 
 
 
 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026