NAME

      mxglobalsettings - manage global settings in Systems Insight Manager


SYNOPSIS

      mxglobalsettings -s [-f] {setting=value}...
      mxglobalsettings -ld [setting]...


DESCRIPTION

      The mxglobalsettings command is used to manage the global settings
      that are persisted in globalsettings.props.  Changes in global
      settings made via mxglobalsettings will take effect immediately
      without restarting HP SIM, and the changes will be persisted
      automatically to globalsettings.props.

      mxglobalsettings recognizes the following options:

	   -s {setting=value}...
			  Sets one or more global settings on the command
			  line.	 "setting" is a key name in the
			  globalsettings.props file, and "value" is the
			  value to assign to that setting.

	   -f		  When used in conjunction with "-s", this option
			  forces the creation of new settings in
			  globalsettings.props without prompting for
			  confirmation.	 Without this option,
			  mxglobalsettings will prompt to confirm the
			  assignment of values to previously-undefined
			  settings.

	   -ld		  List global settings in "name = value" format.  If
			  individual setting names are specified, then only
			  those settings will be listed; otherwise all
			  settings from globalsettings.props will be listed.


RETURN VALUE

      Upon completion, mxglobalsettings returns:

	      0 The operation completed successfully.
	     -1 An error occured during operation.

AUTHOR

      mxglobalsettings was developed by the Hewlett-Packard Company.