Home > Articles > Operating Systems, Server > Linux/UNIX/Open Source

This chapter is from the book

Kernel Commands

A new set of kernel-related commands has been developed that have a common behavior. This section covers all the commands and provides examples of using some of them.

kcmodule

kcmodule queries and changes kernel modules in the currently running kernel configuration or a saved kernel configuration that you are staging for future use. Hundreds of modules are present in an HP-UX kernel that consists of device drivers, kernel subsystems, and other kernel code.

kcmodule with no options provides the modules in your system and both their current state and the state on next boot if any changes are pending, as shown in this abbreviated example:


# kcmodule
Module           State   Cause     Notes
DeviceDriver     unused
KeyboardMUX      unused
LCentIf          static  best
MouseMUX         unused
UsbBootKeyboard  unused
UsbBootMouse     unused
UsbHub           unused
UsbMiniBus       unused
UsbOhci          unused
acpi_node        static  best
arp              static  depend
asio0            static  best
audio            static  best
autofsc          static  best
azusa_psm        static  best
beep             static  depend
btlan            static  best
c460gx_psm       static  depend
c8xx             static  best
cachefsc         static  best
ccio             unused
cdfs             auto    best      auto-loadable, unloadable
cec_hp           static  depend
cell             static  best
cifs             static  best
clone            static  best
consp1           unused
diag2            static  best
dlpi             static  best
dm_sample_fsid   unused
dmapi            unused
dmp              static  depend
dmsample         unused
echo             static  best
ehci             unused
fcd              static  best
fcms             static  depend
fcp              static  depend
fcp_cdio         static  depend
fcparray         static  depend
fcpdev           static  depend
fcpmux           static  depend
fddi4            static  best
ffs              static  best
framebuf         unused
gelan            static  best
graph3           unused
gvid             unused
gvid_core        unused
hcd              unused
hid              unused
hpstreams        static  best
hsx              static  explicit  loadable, unloadable
hub              unused
ia64_psm         static  best
idds             unused
	.
	.
	.



This abbreviated output shows some of the modules in the system without much detail. We modify the last module shown, idds, in a later example. To get detailed information on a specific module, use the -v option, as shown for vxfs:

# kcmodule -v vxfs
Module              vxfs  [3F559170]
Description         Veritas Journal File System (VxFS)
State               static (best state)
State at Next Boot  static (best state)
Capable             static unused
Depends On          module libvxfs:0.0.0
                    interface HPUX_11_23:1.0

#

This verbose output shows more information for the specific module that we specified, or would have shown verbose output for every module if I had not specified the name of a specific module.

For every module in the verbose output, there is a name and description such as a name of vxfs, the version number in square brackets after the name, and a short description of the module in the example. It is possible for multiple versions to be listed if, for instance, the currently running kernel uses a different version than will be used on the next boot.

The state of the module is relative to the currently running kernel (which is shown in the example), the next boot (both the currently running and next boot states are shown), or a saved configuration. The module in the example is for the currently running kernel, so static means that the module is statically bound into the kernel and changing this state would require relinking the kernel executable and rebooting. The module could also be in the unused state, which means it is installed but not used, the loaded state, which means it has been dynamically loaded into the kernel, or the auto state, which means it will be dynamically loaded when it is first needed but hasn't been loaded yet.

The following list shows commonly used options to kcmodule:

kcmodule command-line flags:

-a

Includes all modules in the output.

-B

Backs up the currently running configuration prior to changing it.

-c config

Specifies the saved configuration to manage. If none is specified, manage the currently running configuration.

-C comment

Includes a comment pertaining to this invocation of the command in the kernel configuration log file.

-d

Adds the description for each item.

-D

Displays elements for which there is a pending change at the next boot.

-h

Holds the specified change(s) for the next boot.

-K

Keeps the currently running configuration, but does not back it up. Keep the existing backup unmodified.

-P

Parses using the specified output format.

-S

Displays the elements that have been set to something other than the default.

-v

Displays items using verbose output.

Some of these options will be used in the upcoming example of updating the kernel.

kctune

kctune queries and changes the value of kernel tunable parameters in the currently running kernel configuration or a saved kernel configuration that you are staging for future use.

kctune with no options provides the parameters in your system, as shown in the following abbreviated example:

# kctune
Tunable                     Value  Expression   Changes
NSTREVENT                      50  Default
NSTRPUSH                       16  Default
NSTRSCHED                       0  Default
STRCTLSZ                     1024  Default
STRMSGSZ                        0  Default
acctresume                      4  Default
acctsuspend                     2  Default
aio_listio_max                256  Default      Immed
aio_max_ops                  2048  Default      Immed
aio_monitor_run_sec            30  Default      Immed
aio_physmem_pct                10  Default
aio_prio_delta_max             20  Default      Immed
aio_proc_thread_pct            70  Default      Immed
aio_proc_threads             1024  Default      Immed
aio_req_per_thread              1  Default      Immed
allocate_fs_swapmap             0  Default
alwaysdump                      0  Default      Immed
bufcache_hash_locks           128  Default
chanq_hash_locks              256  Default
core_addshmem_read              1  1            Immed
core_addshmem_write             1  1            Immed
create_fastlinks                0  Default
dbc_max_pct                    50  Default      Immed
dbc_min_pct                     5  Default      Immed
default_disk_ir                 0  Default
disksort_seconds                0  Default
dma32_pool_size         268435456  Default
dmp_rootdev_is_vol              0  Default
dmp_swapdev_is_vol              0  Default
dnlc_hash_locks               512  Default
dontdump                        0  Default      Immed
dst                             1  Default
dump_compress_on                1  Default      Immed
enable_idds                     0  Default      Immed
eqmemsize                      15  Default
executable_stack                0  Default      Immed
fs_async                        0  Default
fs_symlinks                    20  Default      Immed
ftable_hash_locks              64  Default
hp_hfs_mtra_enabled             1  Default
io_ports_hash_locks            64  Default
ksi_alloc_max               33600  Default      Immed
ksi_send_max                   32  Default
max_acct_file_size        2560000  Default      Immed
max_async_ports                50  Default
max_mem_window                  0  Default
max_thread_proc               256  Default      Immed
maxdsiz                1073741824  Default      Immed
maxdsiz_64bit          4294967296  Default      Immed
maxfiles                     8192  8192
maxfiles_lim                 8192  8192         Immed
maxrsessiz                8388608  Default
maxrsessiz_64bit          8388608  Default
maxssiz                   8388608  Default      Immed
maxssiz_64bit           268435456  Default      Immed
maxtsiz                 100663296  Default      Immed
maxtsiz_64bit          1073741824  Default      Immed
maxuprc                       256  Default      Immed
maxvgs                         10  Default
msgmap                       1026  Default
msgmax                       8192  Default      Immed
msgmnb                      16384  Default      Immed
msgmni                        512  Default
msgseg                       8192  Default
msgssz                         96  Default
msgtql                       1024  Default
ncdnode                       150  Default      Immed
nclist                       8292  Default
ncsize                       8976  Default
nfile                       65536  Default      Auto
nflocks                      4096  Default      Auto
ninode                       4880  Default

	.
	.
	.


This output shows the tunable parameter, its current value, the expressions used to compute the value (which is the default in all cases in the example except for maxfiles), and changes to the value if any are pending. In an upcoming example, I modify the nproc tunable.

Using the -d option, which also works with kcmodule, adds a description for each parameter, as shown in the following truncated example:

# kctune -d
Tunable                     Value  Expression   Changes
    Description
NSTREVENT                      50  Default
    Maximum number of concurrent Streams bufcalls
NSTRPUSH                       16  Default
    Maximum number of Streams modules in a stream
NSTRSCHED                       0  Default
    Number of Streams scheduler daemons to run (0 = automatic)
STRCTLSZ                     1024  Default
    Maximum size of the control portion of a Streams message (bytes)
STRMSGSZ                        0  Default
    Maximum size of the data portion of a Streams message (bytes; 0 = unlimited)
acctresume                      4  Default
    Relative percentage of free disk space required to resume accounting
acctsuspend                     2  Default
    Relative percentage of free disk space below which accounting is suspended
aio_listio_max                256  Default      Immed
    Maximum number of async IO operations that can be specified in lio_list call
aio_max_ops                  2048  Default      Immed
    Maximum number of async IO operations that can be queued at any time
aio_monitor_run_sec            30  Default      Immed
    Frequency of AIO Thread Pool Monitor Execution (in seconds)
aio_physmem_pct                10  Default

	.
	.
	.


Each module now has a more detailed description associated with it as a result of using the -d option.

To group parameters based on the kernel module that defines the tunable, use the -g option, as shown in the following abbreviated example:


# kctune -g
Module     Tunable                     Value  Expression   Changes
cdfs       ncdnode                       150  Default      Immed
dump       alwaysdump                      0  Default      Immed
dump       dontdump                        0  Default      Immed
dump       dump_compress_on                1  Default      Immed
fs         bufcache_hash_locks           128  Default
fs         dbc_max_pct                    50  Default      Immed
fs         dbc_min_pct                     5  Default      Immed
fs         disksort_seconds                0  Default
fs         dnlc_hash_locks               512  Default
fs         fs_async                        0  Default
fs         fs_symlinks                    20  Default      Immed
fs         ftable_hash_locks              64  Default
fs         maxfiles                     8192  8192
fs         maxfiles_lim                 8192  8192         Immed
fs         ncsize                       8976  Default
fs         nfile                       65536  Default      Auto
fs         nflocks                      4096  Default      Auto
fs         o_sync_is_o_dsync               0  Default
fs         sendfile_max                    0  Default
fs         vnode_cd_hash_locks           128  Default
fs         vnode_hash_locks              128  Default
hpstreams  NSTREVENT                      50  Default
hpstreams  NSTRPUSH                       16  Default
hpstreams  NSTRSCHED                       0  Default
hpstreams  STRCTLSZ                     1024  Default
hpstreams  STRMSGSZ                        0  Default
hpstreams  streampipes                     0  Default
idds       enable_idds                     0  Default      Immed
inet       tcphashsz                    2048  Default
io         aio_listio_max                256  Default      Immed
io         aio_max_ops                  2048  Default      Immed
io         aio_monitor_run_sec            30  Default      Immed
io         aio_physmem_pct                10  Default
io         aio_prio_delta_max             20  Default      Immed
io         aio_proc_thread_pct            70  Default      Immed
io         aio_proc_threads             1024  Default      Immed
io         aio_req_per_thread              1  Default      Immed
io         io_ports_hash_locks            64  Default
io         max_async_ports                50  Default
ite        scroll_lines                  100  Default      Immed
lvm        maxvgs                         10  Default
pm         acctresume                      4  Default
pm         acctsuspend                     2  Default
pm         chanq_hash_locks              256  Default
pm         dst                             1  Default
	.
	.
	.

This output shows all the tunables grouped with their kernel modules. You can see that, in the case of the fs module, for example, many tunables are associated with some modules.

The -v output, as shown in the following abbreviated example, provides a lot of tunable-related information:




# kctune -v 
Tunable             NSTREVENT
Description         Maximum number of concurrent Streams bufcalls
Module              hpstreams
Current Value       50 [Default]
Value at Next Boot  50 [Default]
Value at Last Boot  50
Default Value       50
Can Change          At Next Boot Only

Tunable             NSTRPUSH
Description         Maximum number of Streams modules in a stream
Module              hpstreams
Current Value       16 [Default]
Value at Next Boot  16 [Default]
Value at Last Boot  16
Default Value       16
Can Change          At Next Boot Only

Tunable             NSTRSCHED
Description         Number of Streams scheduler daemons to run (0 = automatic)
Module              hpstreams
Current Value       0 [Default]
Value at Next Boot  0 [Default]
Value at Last Boot  0
Default Value       0
Can Change          At Next Boot Only

Tunable             STRCTLSZ
Description         Maximum size of the control portion of a Streams message (by
tes)
Module              hpstreams
Current Value       1024 [Default]
Value at Next Boot  1024 [Default]
Value at Last Boot  1024
Default Value       1024
Can Change          At Next Boot Only

Tunable             STRMSGSZ
Description         Maximum size of the data portion of a Streams message (bytes
; 0 = unlimited)
Module              hpstreams
Current Value       0 [Default]
Value at Next Boot  0 [Default]
Value at Last Boot  0
Default Value       0
Can Change          At Next Boot Only
Standard input


	.
	.
	.

This output shows additional information, including the value the parameter will have upon the next boot.

All tunables have manual pages. If, for example, you want to know more about a tunable, just issue the man for the tunable, as shown in the following example for nproc:

# man nproc

 nproc(5)                                                           nproc(5)
                          Tunable Kernel Parameters

 NAME
      nproc - limits the number of processes allowed to exist simultaneously

 VALUES
    Failsafe
      4200

    Default
      4200

    Allowed values
      100 - 30000

      This may be set higher, but more will not be used.  Setting nproc
      below 110 will interfere with the systems ability to execute in
      multi-user mode.  Some configurations may have a higher minimum.

      nproc must be greater than nkthread + 100.

Standard input

Only the beginning of the nproc output is shown, but you can see there is a lot of useful information in the man page, such as the default and allowed values. The following list shows commonly used options to kctune.

kctune command-line flags:

-a

Includes all information in the output that is normally suppressed.

-B

Backs up the currently running configuration prior to changing it.

-c config

Specifies the saved configuration to manage. If none is specified, manages the currently running configuration.

-C comment

Includes a comment pertaining to this invocation of the command in the kernel configuration log file.

-d

Displays the descriptions of each item.

-D

Displays elements for which there is a pending change at the next boot.

-g

Groups related tunables in the output.

-h

Holds the specified change(s) for the next boot.

-K

Keeps the currently running configuration, but does not back it up. Keeps the existing backup unmodified.

-P

Parses using the specified output format.

-S

Displays the elements that have been set to something other than the default.

-u

Allows the creation of user-defined tunables.

-v

Displays items using verbose output.

Some of these options are used in the upcoming kernel configuration example.

kconfig

kconfig manages kernel configurations.

Running kconfig with no options shows you all the saved kernel configurations on your system. You can view the output using -a for all, -v for verbose, and -P for parse.

Changes to the kernel can be delayed until the next boot using the -n option to kconfig. (Next boot options are also available with the -h option for kcmodule and kctune.)

To obtain a list of changes being held for the next boot, you would use the -D option to kconfig to show differences between the currently running kernel and what is planned for the next boot. You could also run kcmodule and kctune with the -D option to get this same list. If you don't want these changes to be applied at the next boot, use the -H option to kconfig, which "unholds" the settings.

To obtain a list of non-default kernel values, use the -S option to kconfig. This too is a shortcut for running both kcmodule and kctune with the -S option.

You can specify a saved configuration with no option to kconfig by just naming it on the command line or by using the -c option for kcmodule and kctune.

If you have made changes to the currently running kernel and want to save, use the -s option to kconfig.

You can load a saved configuration using the -l option to kconfig. If the configuration can be loaded without a reboot, the change takes effect immediately. If not, the change is held for the next reboot. You can specify that the change be applied at the next reboot with the -n option for kconfig. You can identify the configuration to be loaded a the next boot using the -w option to kconfig.

Several of these options are used in the upcoming kernel reconfiguration example.

The following is a list of commonly used kconfig options.

kconfig command-line flags:

-a

Includes all information in the output that is normally suppressed. This provides a lot of information so you may want to pipe this to more.

-B

Backs up the currently running configuration prior to changing it.

-C comment

Includes a comment pertaining to this invocation of the command in the kernel configuration log file.

-d config

Deletes the specified kernel configuration.

-D

Displays elements for which there is a pending change at the next boot.

-e

Exports the saved configuration.

-h

Holds the specified change(s) for the next boot.

-H

Discards all changes being held for the next boot.

-i config

Imports the specified configuration.

-K

Keeps the currently running configuration, but does not back it up. Keeps the existing backup unmodified.

-l config

Loads the specified configuration.

-P

Parses using the specified output format.

-S

Displays the elements that have been set to something other than the default.

-v

Displays items using verbose output.

kclog

kclog manages the kernel configuration log file.

All the commands previously covered (kcmodule, kctune, and kconfig) update and maintain the kernel configuration plain text log file called /var/adm/kc.log. You can view this file directly to see the kernel-related commands that have been issued, which is the way that I view kernel-related changes, or issue the kclog command to view /var/adm/kc.log.

kclog has the following commonly used command-line flags:

kclog commonly used command line options:

-a

Prints all entries matching

-c config

Prints log file entries from the specified configuration.

-C comment

Includes the specified comment.

kcusage

kcusage shows the usage level of kernel resources. If you issue the kcusage command with no options, you get output for the currently running system, as shown in the following output:

# kcusage
Tunable                 Usage / Setting
=============================================
dbc_max_pct                 5 / 50
maxdsiz              37666816 / 1073741824
maxdsiz_64bit         7258112 / 4294967296
maxfiles_lim               56 / 8192
maxssiz               1179648 / 8388608
maxssiz_64bit           20480 / 268435456
maxtsiz                421888 / 100663296
maxtsiz_64bit          237568 / 1073741824
maxuprc                     0 / 256
max_thread_proc            57 / 256
msgmni                      2 / 512
msgseg                      0 / 8192
msgtql                      0 / 1024
nfile                     586 / 65536
nflocks                    20 / 4096
ninode                    653 / 4880
nkthread                  484 / 8416
nproc                     150 / 4200
npty                        0 / 60
nstrpty                     0 / 60
nstrtel                     0 / 60
semmni                     23 / 2048
semmns                     25 / 8192
shmmax               17906400 / 68719476736
shmmni                      7 / 400
[rx8620b{root}:/roothome]>

This is an idle system so the resources are used minimally.

You can specify the time period over which data should be printed, including 24 hours, 31 days, and 52 weeks. Two interesting options to kcusage are -l, which prints a long format, and -t, which prints the top 5 users or processes that have consumed each resource. The following is an obviated listing of these two outputs:

# kcusage -l
Parameter:      dbc_max_pct
Usage:          5
Setting:        50
Percentage:     10.0

Parameter:      maxdsiz
Usage:          37666816
Setting:        1073741824
Percentage:     3.5

Parameter:      maxdsiz_64bit
Usage:          7258112
Setting:        4294967296
Percentage:     0.2

Parameter:      maxfiles_lim
Usage:          56
Setting:        8192
Percentage:     0.7

Parameter:      maxssiz
Usage:          1179648
Setting:        8388608
Standard input
	.
	.
	.


# kcusage -t
Tunable                 Usage / Setting           Usage      Id Name
==========================================================================
dbc_max_pct                 5 / 50
maxdsiz              37666816 / 1073741824
                                               37666816    3009 java
                                               28766208    1278 prm3d
                                               26869760    1254 midaemon
                                                4468736    1289 scopeux
                                                2424832    2438 rep_server
maxdsiz_64bit         7258112 / 4294967296
                                                7258112    1125 cimserver
                                                2019328     383 utmpd
                                                1814528    1506 icodd
                                                1134592     501 ipmon
                                                  69632    1505 cimserverd
maxfiles_lim               56 / 8192
                                                     56    3009 java
                                                     30     757 inetd
                                                     22    1156 pwgrd
                                                     20    1289 scopeux
                                                     20    2439 agdbserver
maxssiz               1179648 / 8388608
                                                1179648    3009 java
	.
	.
	.

kcusage has the following commonly used command-line flags:

-h

Prints kernel usage data over the past hour in 5- minute intervals

-d

Prints kernel usage data over the past 24 hours in hourly intervals

-m

Prints kernel usage data over the past 31 days in daily intervals

-y

Prints kernel usage data for the past 52 weeks in weekly intervals

-l

Prints the listing in long format

-t

Prints a listing that includes the top 5 processes or users of each resource

kcalarm

kcalarm manages alarms of kernel tunable parameters. By using kcalarm, you can perform a variety of alarm-related tasks.

kcalarm has the following command-line flags:

-a

Adds a tunable alarm.

-d

Deletes a tunable alarm.

-F

Forces a change in the status of an alarm.

-t threshold

Sets the threshold, which is based on a percentage of the current tunable value, such as 80%, which is the default

-e

Specifies the type of event that will trigger an alarm, such as initial, repeat, or return

-i interval

Specifies the sampling interval of the tunable in minutes. The default is 5 minutes

-c comment

Identifies the alarm request with your comment

-k key

Specifies a key that makes clear the alarm

-n notification

Target to be notified if the alarm is triggered such as the email address to which an email will be sent or a syslog entry to be written

-l

Produces a long listing

-s(on|off)

Sets the alarm on or off

-m(on|off|status)

Sets the monitoring of the kernel tunable as on, off, or view its present status

kcmond

The kcmond daemon monitors the amount of kernel resources consumed as part of Event Monitoring Service (EMS.) The data that kcmond captures can be displayed with kcusage. kcmond is an important part of managing alarms with kcalarm as described earlier. kcmond is started as part of EMS and is not designed to be run from the command line.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020