Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

siainit(8) [osf1 man page]

siainit(8)						      System Manager's Manual							siainit(8)

NAME
siainit - SIA (Security Integration Architecture) initialization command SYNOPSIS
/usr/sbin/siainit DESCRIPTION
The siainit command is the SIA's initialization command and is executed only at a reboot. The siainit command informs the configured secu- rity mechanisms of a reboot and allows each security mechanism to do its own reboot initialization. The siainit command is not a general user level command and is intended to execute only from the /sbin/rc3.d/S27sia startup script. If you use this command at times other than reboot, the results are undetermined. DIAGNOSTICS
Indicates that SIA and the configured security mechanisms were successfully initialized on the reboot. Indicates that SIA or one of the security mechanisms is improperly configured. CLUSTER NOTE
In a cluster, returning SIADFAIL from the siad_init() routine causes the siainitgood file to be removed. This causes other cluster members that have applications or utilities that use SIA to begin to return failures. FILES
SIA initialization command Initialization script that executes siainit SEE ALSO
Files: sialog(4) Security siainit(8)

Check Out this Related Man Page

sia_init(3)						     Library Functions Manual						       sia_init(3)

NAME
sia_init - initialization routine for SIA (Security Integration Architecture) LIBRARY
Standard C library (libc.so and libc.a) SYNOPSIS
#include <sia.h> #include <siad.h> int sia_init(void); DESCRIPTION
The sia_init() routine is called by every sia_* routine to initialize the SIA configuration. This routine indirectly sets up the matrix of switches used to drive the SIA interfaces. RETURN VALUES
The sia_init() routine returns either SIASUCCESS or SIAFAIL. ERRORS
The errno value is not (normally) set explicitly by sia_* routines. The errno values are those returned from the dynamic loader interface, from dependent (siad_*) routines, or from malloc. Possible errors include resource constraints (no memory) and various authentication failures. FILES
/etc/sia/matrix.conf /usr/sbin/siainit /etc/sia/siainitgood RELATED INFORMATION
sia_ses_init(3), siad_ses_init(3), siad_init(3), matrix.conf(4), siainit(8) Security delim off sia_init(3)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies