HP-UX IPQoS A.01.00 Administrator's Guide (October 2005)
Table Of Contents
- About This Document
- 1 Introduction
- 2 Installing HP-UX IPQoS
- 3 Getting Started with HP-UX IPQoS
- 4 HP-UX IPQoS Configuration Files
- 5 Administering HP-UX IPQoS
- 6 Troubleshooting HP-UX IPQoS
- Overview
- Troubleshooting Tools
- Troubleshooting Scenarios
- Installation Scenario: HP-UX IPQoS Installation Fails
- HP-UX IPQoS Configuration File Verification Fails
- Active Configuration Is Not As Expected
- State Is Not As Expected
- Traffic Management Problems
- Corrupt or Missing HP-UX IPQoS Configuration File
- Internal Error from Corrupt or Missing HP-UX IPQoS Database File
- Sample Error and Warning Messages
- Reporting Problems to HP
- A HP-UX IPQoS Configuration File Attributes: Quick Reference
- B HP-UX IPQoS Configuration File Examples
- C ipqosadmin Quick Reference
- Glossary

Administering HP-UX IPQoS
Displaying State Information
Chapter 586
Displaying State Information
To determine the state of HP-UX IPQoS, use the -state option of ipqosadmin.
The three possible states are:
— HP-UX IPQoS is DISABLED
— HP-UX IPQoS is ENABLED but NOT FILTERING
— HP-UX IPQoS is ENABLED and FILTERING
The exit status returned to the shell (“$?”) from running ipqosadmin -state is as follows:
— 0: if HP-UX IPQoS is DISABLED
— 1: if an internal error has occurred
— 2: if HP-UX IPQoS is ENABLED but NOT FILTERING
— 3: if HP-UX IPQoS is ENABLED and FILTERING
Syntax
ipqosadmin [-st[ate] [-s[ilent]]]
Option
[-s[ilent]]
Suppresses the message indicating the state of HP-UX IPQoS.
Default: Not specified.
When not specified (the default case) a message is sent to stdout indicating
the state of HP-UX IPQoS.
Example
The following example shows the state of HP-UX IPQoS.
#ipqosadmin -state
HP-UX IPQoS is ENABLED and FILTERING.
#