cprop.1 (2011 09)

c
cprop(1) cprop(1)
NAME
cprop - provides information about system hardware, software, network properties, and other system dev-
ices.
SYNOPSIS
/opt/propplus/bin/cprop
command [option ]
Remarks
The additional health test options in
cprop will be enabled if a component with the
healthtest
feature is installed. See cprop_healthtest(1) for details.
DESCRIPTION
The
cprop command provides a command-line interface to most of the information available from the
System Management Homepage (SMH) property pages. The
cprop command can be used with different
options to view information about hardware and software, operating system, network and other system
devices.
A device is one of the instances of a component. Therefore, specifying a component denotes all the device
instances of the component. HashId identifies an instance of device and can be listed by the
-summary
command.
Command Options
-list
Displays the list of components of the system. (Note: The list of components displayed by this com-
mand may be different based on user privileges - root/non root)
-summary -a
Displays summary information for all the instances of all the components.
-summary {-c component_name}...
Displays summary information for all the instances of the specified component.
-detail -a
Displays detailed information for all the instances of all the components.
-detail {-c component_name}...
Displays detailed information for all the instances of the specified component.
-detail {-d component_name
:HashId}...
Displays detailed information for the specified component’s specific instance which is denoted by the
hash ID.
For example:
Memory:2843267811
specifies one of instances of the memory component.
-version
Displays the version of the cprop command.
-help
Displays usage information for cprop.
EXAMPLES
To display the list of all of the components on the system:
/opt/propplus/bin/cprop -list
To display summary information about the memory component:
/opt/propplus/bin/cprop -summary -c Memory
Display detailed information about the specific devices that are denoted by Processors:1919477241
and Processors:2155089906.
/opt/propplus/bin/cprop -detail -d Processors:1919477241 -d Processors:2155089906
List all the components whose status is "Normal":
/opt/propplus/bin/cprop -list | grep Normal | awk -F"|" ’{print $2}’
AUTHOR
cprop was developed by HP.
HP-UX 11i Version 3: September 2011 1 Hewlett-Packard Company 1

Summary of content (2 pages)