HP9000系统知识手册
目录
前言 ............................................................................................................ 2 第一章 Fundamental of HP-UNIX system ..................................................... 2
一、Some beginning commands ................................................................................................. 2 二、Basic file system commands ............................................................................................... 3 三、What can we do with files? ............................................................................................... 3 四、File permissions and access ................................................................................................. 3 五、shell的基础知识 ....................................................................................................................... 4 六、shell的高级特征 ....................................................................................................................... 4 七、引用 ................................................................................................................................................... 5 八、输入和输出重定向 .................................................................................................................. 5 九、使用网络服务 ............................................................................................................................. 6 十、进程控制 ........................................................................................................................................ 6 十一、Shell编程 ................................................................................................................................. 6 十二、shell编程—分支 ................................................................................................................. 7 十三、Shell编程—循环 ................................................................................................................ 8 十四、Vi工具 ....................................................................................................................................... 8 十五、文件脱机存储 ....................................................................................................................... 9 第二章 Admin I .............................................................................................. 9
一、受限SAM ...................................................................................................................................... 9 二、定制用户账号 ........................................................................................................................... 10 三、文件系统 ...................................................................................................................................... 10 四、联接外围设备 ........................................................................................................................... 10 五、配置设备文件 ........................................................................................................................... 10 六、配置磁盘设备 ........................................................................................................................... 11 七、文件系统 ...................................................................................................................................... 11 八、文件系统创建 ........................................................................................................................... 12 九、File system的修复 ................................................................................................................. 12 十、文件系统管理 ........................................................................................................................... 12 十一、系统备份................................................................................................................................. 12 十二、计划cron作业 .................................................................................................................... 13 十三、用SD-UX管理软件 ....................................................................................................... 13 十四、补丁管理................................................................................................................................. 14
十五、重新配置内核 ................................................................................................................. 14
十六、Shutdown and reboot ....................................................................................................... 14 十七、管理交换区 ........................................................................................................................... 15 第三章 Admin II ........................................................................................... 15
一、局域网概念................................................................................................................................. 15 二、局域网硬件................................................................................................................................. 15 三、配置IP连通性 ......................................................................................................................... 16 四、配置路由 ...................................................................................................................................... 16 五、配置子网 ...................................................................................................................................... 16
- 1 -
HP9000系统知识手册
六、解决网络连通性问题 .......................................................................................................... 16 七、启动网络服务 ........................................................................................................................... 16 八、NFS概念 ...................................................................................................................................... 17 九、NFS配置 ...................................................................................................................................... 17 十、Automounter ............................................................................................................................... 17 十一、DNS名字解析 .................................................................................................................... 18 十二、配置和保护ARPA/Berkeley服务 ......................................................................... 19 十三、管理bootp和tftp.............................................................................................................. 19 十四、介绍网络时间协议(NTP) ..................................................................................... 20 第四章 综合知识.......................................................................................... 21
一、 Features of RA-RISC ......................................................................................................... 21 二、SS_CONFIG ............................................................................................................................... 22 三、Machine checks ........................................................................................................................ 22 四、Small Computer System Interface ................................................................................. 23 五、K Class ........................................................................................................................................... 23 六、R&D Class ................................................................................................................................... 23 七、维护小知识................................................................................................................................. 24
前言
HP9000系统知识手册是根据本人的培训笔记和日常的维护服务工作记录编写而成,主要包含四个章节,前三章主
要是HP-UNIX老三篇的内容,第四章包括一些HP9000小型机系统的基本知识和本人在维护中积累的维护小知识。
本人编写此知识手册的目的主要有两个方面,一是对自己的记忆力没有信心,担心我记录的笔记一旦丢失,我多
年的积累的东西就全部付之东流,我的大脑一夜就回到了解放前。二是形成一个电子版的手册,便于需要时查询,尤其是在用户现场时,不用去翻书,以避免用户的冷眼相待。
由于本人的水平有限,所以此知识手册的内容有一些片面之处,尤其是第四章维护小知识中的一些case产生问题
的原因多种多样,那么解决这些问题的solution也是多方面的,而此手册记录的方法只是其一,仅供同志们在遇到此类问题时多一条思路。
欢迎兄弟们补充完善这个手册。
第一章 Fundamental of HP-UNIX system
一、Some beginning commands
1、id 2、who 3、date
;Display you user and group identifications ;Indentify other users logged on to the system ;Display the system time and date
4、passwd ;Assign a password to your user account 5、echo ;Display simple messagess to your screen 6、banner ;Display arguments in large letters 7、clear ;Clears terminal screen
- 2 -
HP9000系统知识手册
8、write username [tty] ;Sends message to username if logged in
;Display the system news
9、mesg [y|n] ;Allows or denies “write”to your terminal 10、news[-a] [-n] [headline]
-a -n
;Display all news ;Display new headlines
二、Basic file system commands
1、pwd
-d
;Display where are you ;列举目录的特征
;列出文件详细信息
2、ls –a ;List all files
-l(ll)
-F(lsf) ;显示中用/表示目录,用*表示可执行文件 -R(lsr) ;递归显示指定目录及其下的文件
;Change directory
3、cd
4、find path_list expression
example:find / -name .profile mkdir [-p] [-m mode] dir_pathname -p
;如果中间目录不存在,创建中间目录 -m ;创建完后,将其权限设定为mode指定权限 5、mkdir and rmdir
三、What can we do with files?
1、ls ;Look at the characteristics of a file 2、cat
;Look at the contents of a file
;Display the end of files
3、more ;Look at the contents of a file,one screenful at a time 4、tail [-n]
-n -n -d -t -o
;显示文件最后n行 ;打印份数
;执行打印请求的打印机名 ;打印结果的首页标题 ;指定与打印机有关的选项
5、lp [-d dest] [-n number] [-o option] [-t title] [-w] [file…]
-w ;文件打印完时向用户终端写一个消息
;取消打印作业
;拷贝一个文件或目录
6、lpstat [-t]
7、cancel [id] [printer]
8、cp [-r] [-I] file1[dir] new_file[destdir]
9、mv [-I] file1[dir] newfile[destdir] ;剪切一个文件或目录 10、ln file newfile[destdir] ;链接一个文件或目录 11、rm [-ri] [-f] ;-f 强制性删除文件或目录
四、File permissions and access
1、 chmod u+rwx,g+rwx,o+rwx [777] file 2、 umask g=rwx,u=rwx,o=rwx
[-s]
;user file create mode mask
;以标志格式显示出目前创建文件时默认模式的掩码值
- 3 -
HP9000系统知识手册
3、 touch [-amct] file…
[-a] time [-m] time [-t] time [-c]
;更新文件的时间戳,可创建空白文件
;将文件的访问时间改为 ;将文件的修改时间改为 ;使用指定的时间
;如果该文件不存在,不要创建这个文件
4、 chown owner [:group] filename ;改变文件所有者 5、 su – [user_name] ;切换用户标识 6、 newgrp [groupname] ;切换到新组中去
newgrp
;返回原组,用户必须在/etc/group文件中指定为groupname的成员
;list the access control list(ACL) for a file
;change the ACL for a file
7、 lsacl filename
chacl ACL filename
访问权限级别:(u.g,rwx)(u.%,rwx)(%,g,rwx)(%,%,rwx) 注意:ACL 只在hsf文件系统上得到支持,HP-UX11.00默认不是hfs
五、shell的基础知识
1、 别名化:alias [name[=string]] 2、 命令历史:history [-n|a z]
3、 重输入命令:r c [一个命令的首字母] 4、 用户环境:env
Two important variables: PATH ;设置搜索命令的路径 TERM ;描述使用终端类型的环境变量 Eval ‘tset –s –Q –h’
启动使系统会读取文件/etc/ttytype,用里面提供信息正确设置终端类型 5、 .kshrc
;不仅仅在登录时读取,而且每次启动一个新的shell时都读取此文件
ENV=~/.kshrc Export ENV
6、 whereis [-b|-m|-s] command ;查找命令
六、shell的高级特征
1、 Variable substitution
A、$name 例:echo ${file} and $PATH
B、用绝对路径名定义一个变量值 ;例my_ls=“ls –aFC” C、$(command) ;命令替换,用此命令的输出结果来替换 D、~号替换
单独的~or~/,用HOME变量取代 ~+,用PWD变量值取代 ~-,用OLDPWD变量值取代
~xxx(字符)/,shell核对xxx与某用户名匹配,若匹配,则取代之
2、 Displaying variable values A、 echo $HOME B、 env C、 set
D、 unset ;删除指定变量的当前值,值变为NULL
- 4 -