AIX 第3章 指令记录

[ssdb01.shz.hn|oracle|/home/oracle]$oslevel -rq 

--查看系统已安装的维护级别
Known Recommended Maintenance Levels
------------------------------------
5300-09
5300-08
5300-07
5300-06
5300-05
5300-04
5300-03
5300-02
5300-01
5390-00

[email protected]:/usr/sys/inst.images#bootlist -m normal -o

查看启动系统的磁盘
hdisk0 blv=hd5
hdisk1 blv=hd5

[email protected]:/usr/sys/inst.images#lsvg -l rootvg       

查看rootvg是否有镜像    当PPs是LPs的两倍,代表有镜像
rootvg:
LV NAME             TYPE       LPs     PPs     PVs  LV STATE      MOUNT POINT
hd5                 boot       1       2       2    closed/syncd  N/A
hd6                 paging     210     420     2    open/syncd    N/A
hd8                 jfs2log    1       2       2    open/syncd    N/A
hd4                 jfs2       160     320     2    open/syncd    /
hd2                 jfs2       80      160     2    open/syncd    /usr
hd9var              jfs2       40      80      2    open/syncd    /var
hd3                 jfs2       16      32      2    open/syncd    /tmp
hd1                 jfs2       1       2       2    open/syncd    /home
hd10opt             jfs2       16      32      2    open/syncd    /opt
lg_dumplv           sysdump    12      12      1    open/syncd    N/A
lg_dumplv0200       sysdump    12      12      1    open/syncd    N/A

[email protected]:/usr/sys/inst.images#lsdev -Cc adapter

--查看支持的适配器类型

ent0    Available 03-08 2-Port 10/100/1000 Base-TX PCI-X Adapter (14108902)
ent1    Available 03-09 2-Port 10/100/1000 Base-TX PCI-X Adapter (14108902)
ent2    Available 04-00 2-Port 10/100/1000 Base-TX PCI-Express Adapter (14104003)
ent3    Available 04-01 2-Port 10/100/1000 Base-TX PCI-Express Adapter (14104003)

--网络适配器

ent4    Available       Logical Host Ethernet Port (lp-hea)
ent5    Available       Logical Host Ethernet Port (lp-hea)

fcs0    Available 05-00 4Gb FC PCI Express Adapter (df1000fe)
fcs1    Available 07-00 4Gb FC PCI Express Adapter (df1000fe)

--光纤存储卡(用于服务器与阵列柜的连接)

lhea0   Available       Logical Host Ethernet Adapter (l-hea)
sa0     Available 02-08 2-Port Asynchronous EIA-232 PCI Adapter
sissas0 Available 00-08 PCI-X266 Planar 3Gb SAS Adapter
usbhc0  Available 01-08 USB Host Controller (33103500)
usbhc1  Available 01-09 USB Host Controller (33103500)
usbhc2  Available 01-0a USB Enhanced Host Controller (3310e000)
vsa0    Available       LPAR Virtual Serial Adapter

[email protected]:/usr/sys/inst.images#lsdev -Cc if

--直接查看网络适配器   -if  表示 interface  -C表示已经定制的 (Customized)  -c表示class (类别)

en0 Available 03-08 Standard Ethernet Network Interface
en1 Available 03-09 Standard Ethernet Network Interface
en2 Defined   04-00 Standard Ethernet Network Interface
en3 Defined   04-01 Standard Ethernet Network Interface
en4 Defined         Standard Ethernet Network Interface
en5 Defined         Standard Ethernet Network Interface
et0 Defined   03-08 IEEE 802.3 Ethernet Network Interface
et1 Defined   03-09 IEEE 802.3 Ethernet Network Interface
et2 Defined   04-00 IEEE 802.3 Ethernet Network Interface
et3 Defined   04-01 IEEE 802.3 Ethernet Network Interface
et4 Defined         IEEE 802.3 Ethernet Network Interface
et5 Defined         IEEE 802.3 Ethernet Network Interface
lo0 Available       Loopback Network Interface

[email protected]:/usr/sys/inst.images#smit chgenet

--查看/更改网络适配器信息

[email protected]:/usr/sys/inst.images#smit tcpip

--smit tcpip--Minimum Configuration & Startup

--网络接口、主机名、TCP/IP地址、网关等信息查看及配置

[email protected]:/usr/sys/inst.images#ifconfig -a

--查看系统中已分配ip地址的网络接口

en0: flags=5e080863,c0<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD(ACTIVE),PSEG,LARGESEND,CHAIN>
        inet 10.136.6.222 netmask 0xffffff00 broadcast 10.136.6.255
         tcp_sendspace 131072 tcp_recvspace 65536 rfc1323 0
en1: flags=5e080863,c0<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD(ACTIVE),PSEG,LARGESEND,CHAIN>
        inet 10.136.10.134 netmask 0xffffff00 broadcast 10.136.10.255
         tcp_sendspace 131072 tcp_recvspace 65536 rfc1323 0
lo0: flags=e08084b<UP,BROADCAST,LOOPBACK,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT>
        inet 127.0.0.1 netmask 0xff000000 broadcast 127.255.255.255
        inet6 ::1/0
         tcp_sendspace 131072 tcp_recvspace 131072 rfc1323 1

[email protected]:/usr/sys/inst.images#ifconfig en0

--查看特定的网络接口
en0: flags=5e080863,c0<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD(ACTIVE),PSEG,LARGESEND,CHAIN>
        inet 10.136.6.222 netmask 0xffffff00 broadcast 10.136.6.255
         tcp_sendspace 131072 tcp_recvspace 65536 rfc1323 0

[email protected]:/usr/sys/inst.images#ifconfig en0 up

--激活特定接口

[email protected]:/usr/sys/inst.images#ifconfig en0 down

--关闭网卡接口(关闭操作不代表会将接口上设置好的地址删除,只是不启用这个接口)

[email protected]:/usr/sys/inst.images#ifconfig en0 delete

--删除网络接口上的ip地址

[email protected]:/usr/sys/inst.images#ifconfig en0 192.168.1.123 netmask 255.255.255.0 up

--给en0分配ip地址并激活

[email protected]:/#lssrc -g tcpip

--查看TCP/IP组的相关服务  -g 表示group

Subsystem         Group            PID          Status
hostmibd         tcpip            82386        active
snmpd            tcpip            70576        active
aixmibd          tcpip            127184       active
snmpmibd         tcpip            82632        active
muxatmd          tcpip            99278        active
inetd            tcpip            197242       active
rwhod            tcpip                         inoperative
xntpd            tcpip                         inoperative
dpid2            tcpip                         inoperative
dhcpcd           tcpip                         inoperative
dhcpcd6          tcpip                         inoperative
ndpd-host        tcpip                         inoperative
ndpd-router      tcpip                         inoperative
tftpd            tcpip                         inoperative
gated            tcpip                         inoperative
named            tcpip                         inoperative
routed           tcpip                         inoperative
iptrace          tcpip                         inoperative
timed            tcpip                         inoperative
dhcpsd           tcpip                         inoperative
dhcpsdv6         tcpip                         inoperative
dhcprd           tcpip                         inoperative
mrouted          tcpip                         inoperative
pxed             tcpip                         inoperative
binld            tcpip                         inoperative
dfpd             tcpip                         inoperative

inetd服务是众多Internet服务的管理程序,其配置文件中定义了那些internet服务会启动,启动inetd后,inetd服务(守护进程)会侦听客户端的连接请求,并在接受请求后,调用适当的服务程序进行处理

[email protected]:/#lssrc -s inetd

查看特定服务的状态   -s status
Subsystem         Group            PID          Status
inetd            tcpip            197242       active

[email protected]:/#startsrc -s inetd

--手工启动inetd服务

[email protected]:/#stopsrc -s inetd

--手工关闭inted服务

[email protected]:/#refresh -s inetd

--在修改了/etc/inetd.conf文件后,使用此命令进行刷新

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

[email protected]:/#lssrc -t ftp

--查看ftp服务状态

[email protected]:/#vi /etc/inetd.conf

--编辑配置文件将ftp哪行注释

[email protected]:/#refresh -s inetd

--刷新配置文件

[email protected]:/#lssrc -t ftp

--再次查看ftp专题

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

[email protected]:/# vi /etc/services

--可编辑此文件来修改Internet服务的服务端口

[email protected]:/#refresh -s inetd

--刷新配置文件

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

/etc/passwd文件记录用户定义列表

/etc/security/passwd文件记录相应的用户密码信息

mkuser--创建用户

passwd--设置密码(UINX通用指令)

pwdadm--设置密码(AIX特有指令)

chuser 修改用户属性,不包括密码

lsuser 查看用户属性

rmuser 删除用户

who 确定当前登录进来的用户

[email protected]:/#cat /etc/security/lastlog |more

--查看最后一次登录的信息,(成功的IP,失败的IP,成功的时间等信息)

[email protected]:/#vi /etc/security/limits

--查看用户的资源限制信息

[email protected]:/#vi /etc/motd

--修改登录AIX的欢迎词

[email protected]:/#lsuser oracle

--查看用户属性
oracle id=500 pgrp=oinstall groups=oinstall,dba,asmadmin home=/oracle2 shell=/usr/bin/ksh login=true su=true rlogin=true daemon=true admin=false sugroups=ALL admgroups= tpath=nosak ttys=ALL expires=0 auth1=SYSTEM auth2=NONE umask=22 registry=files SYSTEM=compat logintimes= loginretries=0 pwdwarntime=0 account_locked=false minage=0 maxage=0 maxexpired=-1 minalpha=0 minother=0 mindiff=0 maxrepeats=8 minlen=0 histexpire=0 histsize=0 pwdchecks= dictionlist= fsize=-1 cpu=-1 data=-1 stack=-1 core=2097151 rss=65536 nofiles=2000 time_last_login=1372709813 time_last_unsuccessful_login=1374957561 tty_last_login=/dev/pts/0 tty_last_unsuccessful_login=/dev/pts/1 host_last_login=10.136.5.165 host_last_unsuccessful_login=10.136.33.201 unsuccessful_login_count=10 roles=

[email protected]:/#who /var/adm/wtmp |more

--使用who命令查看/etc/utmp  /var/adm/wtmp /etc/security/failedlogin等文件信息

[email protected]:/#chsh

改变用户的shell
Current available shells:
                /bin/sh
                /bin/bsh
                /bin/csh
                /bin/ksh
                /bin/tsh
                /bin/ksh93
                /usr/bin/sh
                /usr/bin/bsh
                /usr/bin/csh
                /usr/bin/ksh
                /usr/bin/tsh
                /usr/bin/ksh93
                /usr/bin/rksh
                /usr/bin/rksh93
                /usr/sbin/uucp/uucico
                /usr/sbin/sliplogin
                /usr/sbin/snappd
root‘s current login shell:
                /usr/bin/ksh
Change (yes) or (no)? > no
Login shell not changed.

AIX 第3章 指令记录,布布扣,bubuko.com

时间: 2024-10-11 06:17:25

AIX 第3章 指令记录的相关文章

AIX 第7章 指令记录

要点: AIX文件系统的访问路径 AIX文件系统目录树 创建AIX文件系统 文件系统的卸载和删除 文件系统的自动挂载 文件系统的容量管理 文件系统的一致性管理 文件系统的卸载失败 文件系统的快照管理 LVM常用命令总结 AIX存储部署实践 存储使用中的例外 在UNIX中,每创建一个文件,就会有一个对应的i-nodes,这些连续的i-nodes形成了i-nodes表 i-nodes表包含了这个文件系统中所有文件索引编号,当用户访问文件是,UNIX先通过i-nodes表涨到相应的文件i-nodes编

AIX 第4章 指令记录

[email protected]:/#lsdev -Cc disk --查看磁盘设备信息   -C customized -c class hdisk0       Available 00-08-00 SAS Disk Drive hdisk1       Available 00-08-00 SAS Disk Drive hdisk2       Available 05-00-01 EMC CLARiiON FCP RAID 5 Disk hdisk3       Available 0

AIX 第6章 指令记录

AIX 存储管理 物理卷的概念和管理 卷组的概念和管理 逻辑卷的基本概念和管理 文件系统在逻辑卷上构建 日志文件系统的管理 镜像提高数据可用性 应用系统所需的存储切换 换页空间的功能和管理 在AIX的初始化安装过程中,安装系统的所用磁盘会被自动设置为根卷组(rootvg),rootvg无需特别设置,该卷组在AIX系统安装过程中被直接创建,其他卷组在管理员后期进行创建.   物理卷与卷组 物理卷:可以是本地磁盘,也可以是SCSI.SAS方式连接到服务器的外部磁盘 物理卷构成卷组才能使用 一块物理磁

AIX 第5章 指令记录

AIX引导过程 AIX不同引导模式 AIX的关闭 AIX的计划任务 AIX服务的管理 AIX的常用日志 POST=Power On Self Test rc.boot 的三次调用 /etc/inittab脚本的调用 respawn表示如果该进程不存在,则重新启动该进程,如果进程终止也重新启动该进程(也就是指定了respawn类型的进程通常是“杀不死”的) ssdb04.shz.hn:/#ls /usr/lib/boot --查看AIX启动逻辑卷完整列表(Boot LV--BLV)hd5逻辑卷的文

AIX 第2章 指令记录

[email protected]:/#mount  node       mounted        mounted over    vfs       date        options     -------- ---------------  ---------------  ------ ------------ ---------------         /dev/hd4         /                jfs2   May 30 09:40 rw,log

ARM重要汇编指令记录

IMPORT ,定义表示这是一个外部变量的标号,不是在本程序定义的EXPORT ,表示本程序里面用到的变量提供给其他模块调用的.以上两个在汇编和C语言混合编程的时候用到 ENDP    表示PROC所定义的过程结束. (end procedure)ENDS    表示SEGMENT定义的段结束.   (end segment)END     程序结束. B.BL.BX.BLX 和 BXJ跳转.带链接跳转.跳转并切换指令集.带链接跳转并切换指令集.跳转并转换到 Jazelle 状态. 状态寄存器传

linux下history命令显示历史指令记录的使用方法

linux下history命令显示历史指令记录的使用方法 History命令主要用于显示历史指令记录内容, 下达历史纪录中的指令 .1>History命令语法: [[email protected]]# history [n][[email protected]]# history [-c][[email protected]]# history [-raw] histfiles参数:n   :数字,要列出最近的 n 笔命令列表-c  :将目前的shell中的所有 history 内容全部消除-

AIX系统管理员--第一章笔记

IBM产品系列 x系类为PC服务器-- e-server x        x表示x-architecture        可自由选择运行环境,windows.linux.unix等    p系类为小型机-- e-server p        p表示performance[性能]        运行功能强大的unix系统,如p550.p570    i系列为中型机-- e-server i        i表示intergrated        目前已经和p系列融合在一起    z系列为大

git 指令记录

由于之前一直用svn 用git也是用图形化的工具 还是要了解一下git指令 因为都是版本控制工具 有很多相似之处 所以理解起来也比较轻松 仓库: github上面的项目 工作目录下面的所有文件都不外乎这两种状态:++1. 已跟踪 2. 未跟踪++ git 有一个暂存区(staged area), 即跟踪区. 在暂存区的文件都是被跟踪状态的,所有准备好要提交的文件才放到暂存区 提交的时候不是直接从本地提交 而是把暂存区的文件全部提交上去 初始化新仓库 $ git init 从现有仓库中克隆 $ g