smit 命令

The System Management Interface Tool (SMIT) provides a menu-driven interface that
provides access to most of the common system management functions within one
consistent environment.


Type or select values in entry fields.
Press Enter AFTER making all desired changes.
 
                                                     [Entry Fields]
  YEAR                                               [12]               #
  MONTH                                              [11月]            +
  DAY (1-31)                                         [25]               #
* HOUR (0-23)                                        []                 #
* MINUTES (0-59)                                     []                 #
  SHELL to use for job execution                      Korn (ksh)       +
* COMMAND or SHELL SCRIPT (full pathname)            []
F1=Help              F2=Refresh               F3=Cancel         F4=List
Esc+5=Reset          Esc+6=Command            Esc+7=Edit        Esc+8=Image
Esc+9=Shell          Esc+0=Exit               Enter=Do     

各标识的含义:
*  A required field
#  A numeric value is required for this field.
/  A pathname is required for this field.
X  A hexadecimal value is required for this field.
?  The value entered will not be displayed.
+  A pop-up list or ring is available.

快捷键含义:
F1 (or ESC-1)  Help - show contextual help information
F2 (or ESC-2)  Refresh - redraw the display (A)
F3 (or ESC-3)  Cancel - return to the previous screen (A)
F4 (or ESC-4)  List - display a pop-up list of possible values (A)
F5 (or ESC-5)  Reset - restore the original value of an entry field
F6 (or ESC-6)  Command - show the AIX command that will be executed
F7 (or ESC-7)  Edit - a field in a pop-up box or select from a multi-selection pop-up list
F8 (or ESC-8)  Image - save the current screen to a file (A) and Show the current fastpath
F9 (or ESC-9)  Shell - start a sub-shell (A)
F9  Reset All Fields (M)
F10 (or ESC-0)  Exit - exit SMIT immediately (A)
F10  Go to command bar (M)
F12  Exit - exit SMIT immediately (M)
Ctrl-l  List - give a pop-up list of possible values (M)
PgDn (or Ctrl-v)  Scroll down one page
PgUp (or ESC-v)  Scroll up one page
Home (or ESC-<)  Go to the top of the scrolling region
End (or ESC->)  Go to the bottom of the scrolling region
Enter  Do the current command or select from a single-selection pop-up list
/text  Finds the text in the output
n  Finds the next occurrence of the text

日志:
smit.log          smit.script       smit.transaction
会将所有操作记录在三个文件中,smit.log 记录了操作过程及结果,smit.script与smit.transaction基本相同,后者比前者更具可读性。在smit -x命令下,后者不会进行记录。

命令:
smit [-options][FastPath]
字符界面:
smitty 或 smit -C
不执行命令:
smit -x (记录于smit.script)
更改记录位置:
smit -s /home/oracle/smit.script -l /home/oracle/smit.log
smit -s /home/pts/1 -l /dev/pts/2

错误:
1800-005 SMIT requires a minimum of 24 line by 80 column output display.
        Check terminal or window size and try again.
解决办法:当前窗口太小导致。

你可能感兴趣的:(SMIT)