Table 23 syntax descriptions, Figure 25 examples of comments, The svpip subcommand – HP StorageWorks XP Remote Web Console Software User Manual

Page 55: Syntax, Description, Operands, 25 examples of comments, 23 syntax descriptions, The svpip, Subcommand

Advertising
background image

Performance Control XP user guide

55

Indicates that a previously used operand can be repeated. For detailed information, see

Table 23

.

Notes on writing script in the command file
Note the following when you write script in your command file:
• Ensure that only one subcommand is used in one line.
• Note that empty lines in any command file will be ignored.
• Use a semicolon (;) if you want to insert a comment in your command file. If you enter a semicolon

in one line, the remaining characters in that line will be regarded as a comment.

Figure 25

Examples of comments

Viewing the online Help for subcommands
You can display the online Help to view the syntax of subcommands when you are working at the

command prompt. To be able to view the online Help, you must use the help subcommand of the

Export Tool. For detailed information about how to use the help subcommand, see

The help

subcommand” on page 76

.

The svpip subcommand

Syntax

svpip

Δ{ip-address|host-name}

Description

The svpip subcommand specifies the IP address or the host name of the SVP.

Operands

ip-address

Specifies the IP address of the SVP.

host-name

Specifies the host name of the SVP.
If the host name includes any character that is neither an alphanumeric nor a period, the host name

must be enclosed by double quotation marks (").

Table 23

Syntax descriptions

Syntax

The syntax indicates that you can write the following script

connect

Δip-address

connect 123.01.22.33

destination

Δ

[directory]

destination

destination c:\temp

compress

Δ

[yes|no]

compress

compress yes

compress no

answer

Δ

{yes|no}

answer yes

answer no

ports

Δ

[name][Δ...]

ports

ports port-1

ports port-1 port-2

;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;; COMMAND FILE: command.txt ;;;;

;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

svpip 158.214.135.57 ; IP address of SVP

login expusr "passwd" ; Log onto SVP

Advertising