JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
System Administration Guide: IP Services     Oracle Solaris 11 Express 11/10
search filter icon
search icon

Document Information

Preface

Part I TCP/IP Administration

1.  Planning an IPv4 Addressing Scheme (Tasks)

2.  Planning an IPv6 Addressing Scheme (Overview)

3.  Planning an IPv6 Network (Tasks)

4.  Configuring TCP/IP Network Services and IPv4 Addressing (Tasks)

5.  Enabling IPv6 on a Network (Tasks)

6.  Administering a TCP/IP Network (Tasks)

7.  Configuring IP Tunnels

8.  Troubleshooting Network Problems (Tasks)

9.  TCP/IP and IPv4 in Depth (Reference)

10.  IPv6 in Depth (Reference)

Part II DHCP

11.  About DHCP (Overview)

12.  Planning for DHCP Service (Tasks)

13.  Configuring the DHCP Service (Tasks)

14.  Administering DHCP (Tasks)

15.  Configuring and Administering the DHCP Client

16.  Troubleshooting DHCP (Reference)

17.  DHCP Commands and Files (Reference)

Part III IP Security

18.  IP Security Architecture (Overview)

19.  Configuring IPsec (Tasks)

20.  IP Security Architecture (Reference)

21.  Internet Key Exchange (Overview)

22.  Configuring IKE (Tasks)

23.  Internet Key Exchange (Reference)

24.  IP Filter in Oracle Solaris (Overview)

25.   IP Filter (Tasks)

Part IV Networking Performance

26.  Integrated Load Balancer Overview

ILB Terminology

Features of ILB

ILB Operation Modes

ILB Algorithms

ILB Command-Line Interface

ILB Server Monitoring Feature

Additional ILB features

ILB Processes

Guidelines for Using ILB

ILB and the Service Management Facility

ILB Command and Subcommands

27.  Configuration of Integrated Load Balancer Tasks

28.  Virtual Router Redundancy Protocol (Overview)

29.  VRRP Configuration (Tasks)

30.  Implementing Congestion Control

Part V IP Quality of Service (IPQoS)

31.  Introducing IPQoS (Overview)

32.  Planning for an IPQoS-Enabled Network (Tasks)

33.  Creating the IPQoS Configuration File (Tasks)

34.  Starting and Maintaining IPQoS (Tasks)

35.  Using Flow Accounting and Statistics Gathering (Tasks)

36.  IPQoS in Detail (Reference)

Glossary

Index

ILB Command and Subcommands

You can use ilbadm and its subcommands to manipulate the load-balancing rules. For more detailed information about ilbadm subcommands, refer to the ilbadm(1M) man page.

Table 26-2 ILB Commands and Subcommands Used to Manipulate the Load-balancing Rules

ILB Command
Description
ilbadm create-rule
Creates a rule name with the given characteristics.
ilbadm show-rule
Displays characteristics of specified rules or displays all the rules if no rules are specified.
ilbadm delete-rule
Removes all information pertaining to a rule name. If name does not exist, this subcommand fails.
ilbadm enable-rule
Enables a named rule, or all the rules if no names are specified.
ilbadm disable-rule
Disables a named rule or all the rules if no names are specified.
ilbadm show-statistics
Shows statistics. For example, -t with this subcommand includes a time stamp with every header.
ilbadm show-hc-result
Shows the health check results for the servers that are associated with the specified name of the rule rule-name. If rule-name is not specified, the health check results of servers for all the rules are displayed.
ilbadm show-nat
Displays NAT table information.
ilbadm create-servergroup
Creates a server group. Additional servers can be added by using ilbadm add-server.
ilbadm delete-servergroup
Deletes a server group.
ilbadm show-servergroup
Lists a server group or lists all the server groups if no server group is specified.
ilbadm enable-server
Enables a disabled server.
ilbadm disable-server
Disables the specified servers.
ilbadm add-server
Adds the specified servers to server groups.
ilbadm show-server
Displays servers associated with the named rules or displays all the servers if a rule name is not specified.
ilbadm remove-server
Removes servers from a server group.
ilbadm create-healthcheck
Sets up health check information that can be used to set up rules.
ilbadm show-persist
Displays the session persistence mapping table.
ilbadm export-config filename
Exports the existing configuration file in a format suitable for importing when needed by using ilbadm import. If filename is not specified, then ilbadm export writes to stdout.
ilbadm import-config -p filename
Imports a file and replaces the existing configuration with the contents of this imported file. If filename is not specified, then ilbadm import reads from stdin.