A.2 accept license command, A.3 activate ost command, A.4 boot server command – HP StorageWorks Scalable File Share User Manual
Page 297
accept license command
A–3
A.2 accept license command
The
accept license
command accepts and installs license information. For information about license
file concepts, see Section 3.11.1.
Syntax
accept license
A.3 activate ost command
The
activate ost
command activates OST services that were previously deactivated.
Before an OST service can be activated, the file system that uses the service must be stopped. If for any
reason you cannot stop the affected file system(s) before you run the
activate ost
command, you can
use the
force=yes
option with the command. This will force command to complete, but the services will
not be activated until the affected file system(s) are next restarted.
Syntax
activate osts ost_list [force=yes]
Arguments
ost_list
Specify the names of the OST services that are to be activated. You can specify
a single service, a comma-separated list of services, or a range of services. For
example,
ost3
or
ost[3-6]
.
force=yes
Allows the command to be used without first stopping the affected file
system(s).
Example
The following example activates
ost3
and
ost7
:
sfs> activate osts ost[3,7]
A.4 boot server command
The
boot server
command boots servers.
Syntax
boot server server_name|all
Arguments
server_name
|
all
Required. Specify the names of the servers to be booted, or
all
to boot all
servers in the HP SFS system. You can specify a single server, a comma-
separated list of servers, or a range of servers.
Examples
The following example boots the
south4
server:
sfs> boot server south4
The following example boots the
south2
,
south3
, and
south4
servers:
sfs> boot server south[2–4]