ADC CLI Commands

ns-rollbackcmd

The following operations can be performed on “ns-rollbackcmd”:

show ns rollbackcmd

Generates the command(s) that can be used to roll back the command(s) that are specified in an input file.

For example, if you want to roll back the creation of a load balancing virtual server named vserver_test, you must include the ‘add lb vserver vserver_test ..’ command in the input file. The output of this command is the ‘rm lb vserver vserver_test’ command.

Synopsis

show ns rollbackcmd [-fileName ] [-outtype ( cli | xml )]

Arguments

fileName File that contains the commands for which the rollback commands must be generated. Specify the full path of the file name.

outtype Format in which the rollback commands must be generated.

Possible values: cli, xml

Example

show ns rollbackcmd -file

ns-rollbackcmd