Some commands on AIX

本文列出了AIX系统上的一些常用命令,如磁盘使用和文件系统查看命令等。还介绍了CICS客户端和服务器的相关操作,包括启动、重启、查看连接等。此外,给出了连接Oracle数据库、检查tnsnames.ora和监听状态的命令,对后续工作有一定参考价值。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

 1  Some commands on AIX, just list here as a reminder.
2
3 I hope this will be useful for my latter work.
4
5 1.
6 $du -ks
7 $du -ks *
8 $df -k
9 $df -m
10
11 2.
12 $ls -F
13
14 3.
15 $su - root
16 $su - oracle
17
18 4. cics commands
19 a) cics client and cics transaction gateway(ctg)
20 ctg.ini is in /opt/IBM/cicstg/bin
21 ctgserver.jar and ctgclient.jar is in /opt/IBM/cicstg/classes
22 start cics client listener
23 $cicscli -S=$REGION_NAME
24 $cicscli -S=cmsvc1
25
26 restart cics client daemo
27 $cicscli -J
28
29 list current cics client connections
30 $cicscli -l
31
32 b)cics server
33 check if cics server is active.
34 $lssrc -a | grep cics
35
36 start a region
37 $cicscp -v start region $REGION_NAME
38
39 see log
40 $cicstail -r $REGION_NAME
41
42 where is cics log???
43
44 5. oracle
45 connect oracle as a sysdba
46 $sqlplus "/as sysdba"
47
48 check tnsnames.ora
49 $tnsping sid
50
51 listener status
52 $lsnctl status
53
54 To Be Continued...
55 " vim:ft=sh
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值