Neoview Command Interface (NCI) Guide (R2.5)
Considerations
• If seconds or minutes are not specified, the default is seconds.
• The maximum delay limit is 3600 seconds. You can override this value by setting
hpnci.maxDelayLimit in _JAVA_OPTIONS. The unit is seconds for hpnci.maxDelayLimit.
• This command works in all modes and does not require an SQL terminator.
Examples
• This DELAY command puts the NCI session to sleep for 5 seconds before executing the next
command:
SQL>delay 5 secs
SQL> show views
• 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.SECMGR can execute this command.
• You can execute this command only in SQL mode.
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.
80 NCI Commands