JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Managing Oracle Solaris 11.1 Network Performance     Oracle Solaris 11.1 Information Library
search filter icon
search icon

Document Information

Preface

1.  Introduction to Network Performance Management

2.  Using Link Aggregations

3.  Working With VLANs

4.  Administering Bridged Networks (Tasks)

5.  Introduction to IPMP

6.  Administering IPMP (Tasks)

7.  Exchanging Network Connectivity Information With LLDP

8.  Working With Data Center Bridging Features in Oracle Solaris

9.  Edge Virtual Bridging in Oracle Solaris

10.  Integrated Load Balancer (Overview)

11.  Configuring Integrated Load Balancer

Installing ILB

Enabling ILB

How to Enable ILB

Configuring ILB

How to Configure ILB

Disabling ILB

How to Disable ILB

Importing and Exporting Configurations

Configuring ILB for High-Availability (Active-Passive Mode Only)

Configuring ILB for High-Availability Using the DSR Topology

How to Configure ILB to Achieve High-Availability by Using the DSR Topology

Configuring ILB for High-Availability Using the Half-NAT Topology

How to Configure ILB to Achieve High-Availability by Using the Half-NAT Topology

12.  Managing Integrated Load Balancer

13.  Virtual Router Redundancy Protocol (Overview)

A.  Link Aggregation Types: Feature Comparison

B.  Link Aggregations and IPMP: Feature Comparison

Index

Enabling ILB

This section describes the procedures you use to enable ILB.

How to Enable ILB

Before You Begin

Make sure that the system's role-based access control (RBAC) attribute files have the following entries. If the entries are not present, add them manually.

You must set up user authorization for ILB configuration subcommands. You must have the solaris.network.ilb.config RBAC authorization to execute the ILB configuration subcommands listed in ILB Command and Subcommands.

  1. Assume a role that includes the ILB Management rights profile, or become superuser.

    You can assign the ILB Management rights profile to a role that you create. To create the role and assign the role to a user, see Initially Configuring RBAC (Task Map) in Oracle Solaris 11.1 Administration: Security Services.

  2. Enable the appropriate forwarding service either IPv4 or IPv6 or both of them.

    This command produces no output when successful.

    # ipadm set-prop -p forwarding=on ipv4
    # ipadm set-prop -p forwarding=on ipv6
  3. Enable the ILB service.
    # svcadm enable ilb 
  4. Verify that the ILB service is enabled.
    # svcs ilb