Enables the inet instance.
sttinet [ -l Interface ... ]
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.
-l Interface ... | Specifies which specific interface to enable. If no interfaces are specified, then all configured interfaces are started. |
The following method enables the inet instance:
sttinet -l tr0 -l tr1
The ifconfig command, mkdev command.
The odm_run_method subroutine.
Writing a Device Method in AIX 5L Version 5.2 Kernel Extensions and Device Support Programming Concepts.
Object Data Manager (ODM) Overview for Programmers in AIX 5L Version 5.2 General Programming Concepts: Writing and Debugging Programs.
TCP/IP Network Interfaces in AIX 5L Version 5.2 System Management Guide: Communications and Networks.