Neoview Command Interface (NCI) Guide (R2.4)
This DELAY command puts the NCI session to sleep for 5 minutes before executing the next
command, which is to exit the session:
SQL>delay 5 mins
SQL> exit
DENY Command
The DENY command revokes read access of memory dump files from super.services (HP support
personnel). This command controls whether or not HP support personnel can read memory
dumps.
Syntax
DENY [SERVICES] ACCESS TO DUMPFILES
Considerations
• You must enter the command on one line. The command does not require an SQL terminator.
• Only ROLE.MGR can execute this command.
Example
This DENY command revokes access to the dumpfile.
SQL>DENY SERVICES ACCESS TO DUMPFILES
--- NS operation complete.
DISCONNECT Command
The DISCONNECT command terminates the connection from the Neoview platform, not from
NCI.
Syntax
DISCONNECT [WITH][status][IF{condition}]
status
is any 1-byte integer. status is a shell return value, and the range of allowable values is
platform dependent.
condition
is the same as the condition parameter defined for the “IF...THEN Command” (page 102). See
“Condition Parameter” (page 102).
Considerations
You must enter the command on one line.
Examples
This command terminates the connection to the Neoview platform. You can connect to the
Neoview platform by using the CONNECT and RECONNECT commands:
SQL>disconnect
Session Disconnected. Please connect to the database by using connect/reconnect command.
DENY Command 93