Open System Services Installation Guide (H06.16+, J06.05+)

Chapter 2: OSSSETUP Utility
Describes the OSSSETUP utility, which configures and installs a minimal OSS subsystem.
Chapter 3: OSSREMOV Utility
Describes the OSSREMOV utility, which removes the components of an OSS subsystem.
Chapter 4: STARTOSS Utility
Describes the STARTOSS utility, which starts the OSS processes, servers, and filesets.
Chapter 5: STOPOSS Utility
Describes the STOPOSS utility, which stops the OSS filesets (but not the OSS processes).
Appendix A: Default OSS Configurations
Describes the default configurations of the OSS subsystem.
Appendix B: OSS EasySetup Status Messages
Describes the status messages that the OSS EasySetup utilities display.
Appendix C: OSS EasySetup Error Messages
Describes the error messages that the OSS EasySetup utilities display.
Glossary
Defines Guardian and OSS terms that this guide uses.
Notation Conventions
General Syntax Notation
This list summarizes the notation conventions for syntax presentation in this manual.
UPPERCASE LETTERS
Uppercase letters indicate keywords and reserved words. Type these items exactly as shown.
Items not enclosed in brackets are required. For example:
MAXATTACH
Italic Letters
Italic letters, regardless of font, indicate variable items that you supply. Items not enclosed in
brackets are required. For example:
file-name
Computer Type
Computer type letters indicate:
C and Open System Services (OSS) keywords, commands, and reserved words. Type
these items exactly as shown. Items not enclosed in brackets are required. For example:
Use the cextdecs.h header file.
Text displayed by the computer. For example:
Last Logon: 14 May 2006, 08:02:23
A listing of computer code. For example
if (listen(sock, 1) < 0)
{
perror("Listen Error");
exit(-1);
}
Bold Text
Bold text in an example indicates user input typed at the terminal. For example:
ENTER RUN CODE
Notation Conventions 7