bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

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

<!ELEMENT UnixMachine ( NodeManager? )* >
<!ATTLIST UnixMachine
   Addresses                  CDATA                    #IMPLIED
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   PostBindGID                CDATA                    "nobody"
   PostBindGIDEnabled         (true | false)           "false"
   PostBindUID                CDATA                    "nobody"
   PostBindUIDEnabled         (true | false)           "false"
>

Parent Elements

The UnixMachine element is a child of the Domain element.

Attributes

Table 77-1 UnixMachineMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Addresses

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


Address

Name

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


Name

Notes

Optional information that you can include to describe this configuration.


Notes

Post-Bind-GID

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

Default: "nobody"

Post-Bind GID

Post-Bind-GIDEnabled

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

Default: false

Enable Post-Bind GID

Post-Bind-UID

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

Default: "nobody"

Post-Bind UID

Post-Bind-UIDEnabled

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

Default: false

Enable Post-Bind UID


 

 

Back to Top Previous Next