磁盘及卷管理(较为复杂,简单罗列AIXHP-UX命令对比):<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

项目                     AIX                      HP-UX          

列出卷组              lsvg                      displayvg

列出物理卷           lspv                      pvdisplay

列出逻辑卷           lslv                       lvdisplay

创建卷组              mkvg                    vgcreate

创建物理卷           mkdev                  pvcreate

创建逻辑卷           mklv                     lvcreate

导出卷组              exportvg                vgexport

导入卷组              importvg               vgimport

扩展卷组              extendvg               vgextend

缩减卷组              reducevg               vgreduce

激活卷组              arryonvg               vgchange –a y

关闭卷组              arryoffvg               vgchange –a n

 

各平台文件系统的fstab

AIX                      /etc/filesystems

HP-UX                  /etc/fstab

Tru64                   /etc/fstab

solaris                   /etc/vfstab

linux                     /etc/fstab

进入控制台管理(这个说法不是很准确,各个系统对此定义都不相同):

AIX                      启动时在出现键盘(图标or keyboard)之后,扬声器(图标or speaker)之前,按1键(字符界面)或者F1(图形界面)。SMS

HP-UX                  Ctrlb进入,键入“co”退出。GSPMP

Tru64                   只能shutdown –h now关闭后进入。SRM

solaris                   sopta

 

各系统菜单化管理程序接口

AIX                      smitsmitty

HP-UX                  sam

Tru64                   sysman

solaris                  

 

安装oracle时设置oracle用户的PATH变量:

Platform                      Paths

---------------------------------------

AIX                     $ORACLE_HOME/bin,/usr/bin,/etc,/usr/lbin,/usr/bin/X11,and /usr/local/bin, if it exists

HP                       $ORACLE_HOME/bin,/usr/bin,/etc,/usr/bin/X11,and /usr/local/bin, if it exists

Linux                   $ORACLE_HOME/bin,/usr/bin,/bin,/usr/bin/X11/,and /usr/local/bin, if it exists

Solaris                  $ORACLE_HOME/bin,/usr/ccs/bin,/usr/bin,/etc,/usr/openwin/bin, and /usr/local/bin,if it exists

Tru64                   $ORACLE_HOME/bin, /usr/bin,/etc, /usr/bin/X11, and /usr/local/bin, if it exists

 

各平台创建设备文件:

AIX                      cfgmgr

HP-UX                  insf –e

Tru64                   mknod(4.0)dsfmgr -K

solaris