[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Commands Reference, Volume 3

mkserver Command

Purpose

Adds a subserver definition to the subserver object class.

Syntax

mkserver -c CodePoint -s Subsystem -t Type

Description

The mkserver command adds a subserver definition to the Subserver object class.

Flags

-c CodePoint Specifies the CodePoint integer that identifies the subserver. This is the value by which the subsystem knows the subserver. The mkserver command is unsuccessful if this CodePoint value already exists for this subsystem. The limit for CodePoint storage is the same as a short integer (1 through 32,768).
-s Subsystem Specifies the name that uniquely identifies the subsystem to which the subserver belongs. The mkserver command is unsuccessful if the Subsystem name is not known in the subsystem object class, or if the Subsystem name is that of a known subsystem in the subsystem object class but uses signals as its communication method.
-t Type Specifies the name that uniquely identifies the subserver. The mkserver command is unsuccessful if the Type name is already known in the Subserver Type object class.

Security

Auditing Events: If the auditing subsystem has been properly configured and is enabled, the mkserver command will generate the following audit record (event) every time the command is executed:

Event Information
SRC_Addserver Lists in an audit log subsystems that have been added and the entire Object Data Management record.

See "Setting up Auditing" in AIX Version 4.3 System Management Guide: Operating System and Devices for more details about how to properly select and group audit events and how to configure audit event data collection.

Examples

To add a subserver definition, enter:

mkserver -s srctest -t tester -c 1234

This adds a subserver definition to the Subserver Type object class, with an owning subsystem of srctest and a subserver code point of 1234 .

Files

/etc/objrepos/SRCsubsys Specifies the SRC Subsystem Configuration object class.
/etc/objrepos/SRCsubsvr Specifies the SRC Subserver Configuration object class.

Related Information

The auditpr command, chserver command, rmserver command, startsrc command, stopsrc command.

System Resource Controller Overview in the AIX Version 4.3 System Management Guide: Operating System and Devices.

Auditing Overview in the AIX Version 4.3 System Management Guide: Operating System and Devices.

System Resource Controller (SRC) Overview for Programmers in the in AIX General Programming Concepts: Writing and Debugging Programs.

Defining Your Subsystem to the SRC in the in AIX General Programming Concepts: Writing and Debugging Programs.

List of SRC Object-Definition Commands in AIX General Programming Concepts: Writing and Debugging Programs.


[ Previous | Next | Contents | Glossary | Home | Search ]