Dell Acceleration Appliances for Databases User Manual

Page 19

Advertising
background image

admin@url> getall = {each (volumes) {volume:get $1}}

admin@url> getall

vol1

vol2

...

Subcommands are surrounded by parentheses. They are particularly useful with the each
command:

each (volumes) {volume:get $1}

Logging Off, Shutting Down, or Restarting the Server

To log off the console, use the exit or quit command. Using exit allows a script to specify a
numeric exit code, while quit always returns 0.

To restart the server, use the

system:restart

command.

To shut down the server from the command line, use the

system:shutdown

command.

19

Advertising