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 Version 4.3 Kernel Extensions and Device Support Programming Concepts.
Object Data Manager (ODM) Overview for Programmers in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.
Understanding Network Interfaces in AIX Version 4.3 Communications Programming Concepts.