HP StorageWorks Storage Mirroring Scripting Guide (T2558-96327, April 2009)

15 - 1
Server Settings
While only a subset of the server settings are available through the
Management Console, all of the Storage Mirroring server settings
are accessible through DTCL. You can retrieve the value of a setting
or you can update the value of a setting.
Retrieving setting values—To retrieve the current value of a setting, use the Storage Mirroring
get command. This command will return the value of the specified setting from the specified
server.
Updating setting values—To update the value of a setting, use the Storage Mirroring set
command. This command will modify the value of the specified setting on the specified server.
Command GET
Description Requests the value of a Storage Mirroring program setting from the specified
server
Syntax
GET <setting> [machine]
Options
setting—See the table Storage Mirroring Server Settings on page
15-2 for a complete list of the Storage Mirroring program settings
machine—Name of the machine
Examples
get netport
get VerifyLogName
get DefaultAddress
Notes
If you do not specify a machine name, the value from the current source
will be returned. If you have not identified an active source, no data will
be returned.
Machine names that contain non-alphanumeric characters must be
enclosed in quotation marks.
Command SET
Description Modifies the value of a Storage Mirroring program setting for the specified
server
Syntax
SET <setting>=<value> [machine]
Options
setting—See the table Storage Mirroring Server Settings on page
15-2 for a complete list of the Storage Mirroring program settings
value—See the table Storage Mirroring Server Settings on page 15-2
for a complete list of the Storage Mirroring program settings
machine—Name of the machine
Examples
set netport=1100
set DefaultAddress="129.12.34.3"