Skip navigation.

WebLogic Server Configuration Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

UnixMachine

 


Description

This bean represents a machine that is running the UNIX operating system. It extends MachineMBean with properties specific to the UNIX patform.

 


Syntax

<UnixMachine
Addresses="list of Strings"
Name="String"
Notes="String"
PostBindGID="String"
PostBindGIDEnabled=( "true" | "false" )
PostBindUID="String"
PostBindUIDEnabled=( "true" | "false" )
/>

 


Parent Elements

 


Child Elements

 


Attributes

Table 69-1 UnixMachine attributes

Attribute

Description

Range of Values and Default

Addresses

Deprecated. Returns the addresses by which this machine is known. May be either host names of literal IP addresses.

Admin Console field label: Addresses

Required: no

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Admin Console field label: Name

Required: no

Notes

Optional information that you can include to describe this configuration.

Admin Console field label: Notes

Required: no

PostBindGID

Returns the UNIX GID a server running on this machine will run under after it has carried out all privileged startup actions. If this value is set, it is a valid Unix GID. If it is not set it is null.

Admin Console field label: Post-Bind GID

Required: no

Default: nobody

PostBindGIDEnabled

Returns the value of the switch that allows the server to run under a UNIX Group ID after it has carried out all privileged startup actions.

Admin Console field label: Enable Post-Bind GID

Default: false

Secure value: true

PostBindUID

Returns the UNIX UID a server running on this machine will run under after it has carried out all privileged startup actions. If this value is set, it is a valid Unix UID. If it is not set it is null.

Admin Console field label: Post-Bind UID

Required: no

Default: nobody

PostBindUIDEnabled

Returns the value of the switch that enables the server to run under a UNIX UID after completing privileged startup actions.

Admin Console field label: Enable Post-Bind UID

Default: false

Secure value: true

 

Skip navigation bar  Back to Top Previous Next