[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Commands Reference, Volume 5


sttinet Method

Purpose

Enables the inet instance.

Syntax

sttinet-l Interface ... ]

Description

The sttinet method enables the inet instance by calling the ifconfig command and sets the status flag of the inet instance to AVAILABLE.

Note: The sttinet method is a programming tool and should not be executed from the command line.

Flags


-l Interface ... Specifies which specific interface to enable. If no interfaces are specified, then all configured interfaces are started.

Examples

The following method enables the inet instance:

sttinet -l tr0 -l tr1

Related Information

The ifconfig command, mkdev command.

The odm_run_method subroutine.

Writing a Device Method in AIX 5L Version 5.1 Kernel Extensions and Device Support Programming Concepts.

Object Data Manager (ODM) Overview for Programmers in AIX 5L Version 5.1 General Programming Concepts: Writing and Debugging Programs.

TCP/IP Network Interfaces in AIX 5L Version 5.1 System Management Guide: Communications and Networks.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]