help
The following operations can be performed on "help":
help
Use this command to display help information for a CLI command, for a group of commands, or for all CLI commands.
Synopsis
help [(commandName) | | -all]
Arguments
commandName
The name of a command for which you want full usage information.
groupName
The name of a command group for which you want basic usage information.
all
Use this option to request basic usage information for all commands.
Example
1.To view help information for adding a virtual server, enter the following CLI command:
help add vserver
The following information is displayed:
Usage: add vserver [ port>] [-type ( CONTENT | ADDRESS )] [-cacheType ] [-backupVServerName ] [-redirectURL ] [-cacheable ( ON | OFF )] [-state ( ENABLED | DISABLED )]
where:
serviceType = ( HTTP | FTP | TCP | UDP | SSL | SSL_BRIDGE | SSL_TCP | NNTP| DNS | ANY )
= ( TRANSPARENT | REVERSE | FORWARD )
Done
2.To view help information for all DNS commands, enter the following command:
help dns
The following information is displayed:
add aaaaRec ... [-TTL ]
rm aaaaRec [ ...]
show aaaaRec [ | -type ]
add addRec ... [-TTL ] [-private ]
rm addRec [ ...]
show addRec [ | -type ]
add cnameRec [-TTL ]
rm cnameRec
show cnameRec [ | -type ]
add mxRec -mx -pref [-TTL ]
rm mxRec
set mxRec -mx [-pref ] [-TTL ]
show mxRec [ | -type ]
add nsRec [-p ] [-s ] [-TTL ]
rm nsRec [-p | -s ]
show nsRec [ | -type ]
set dns parameter [-timeout ] [-retries ] [-minTTL ] [-maxTTL ] [-TTL ( ENABLED | DISABLED )] [-cacheRecords ( YES | NO )]
show dns parameter
add soaRec -contact -serial -refresh -retry -expire -minimum -TTL
rm soaRec
set soaRec [-contact ] [-serial ][-refresh ] [-retry ] [-expire ] [-minimum ][-TTL ]
show soaRec [ | -type ]
add dns ptrRec ... [-TTL ]
rm dns ptrRec [ ...]
show dns ptrRec [ | -type ]
add dns srvRec -priority
-weight -port
rm dns srvRec [ ...]
set dns srvRec [-priority ]
[-weight ] [-port ] [-TTL ]
show dns srvRec [( []) | -type ]
Done