返回顶部
首页 > 资讯 > 后端开发 > Python >AIX 5L学习总结3
  • 313
分享到

AIX 5L学习总结3

AIX 2023-01-31 01:01:19 313人浏览 泡泡鱼

Python 官方文档:入门教程 => 点击学习

摘要

1.-bash-3.00$ prtconf | more //查看配置信息可以看到大部分配置信息。 -bash-3.00$ prtconf | more System Model: IBM,9110-51A Machin

1.-bash-3.00$ prtconf | more //查看配置信息可以看到大部分配置信息。

-bash-3.00$ prtconf | more
System Model: IBM,9110-51A
Machine Serial Number: 0697AC0
Processor Type: Powerpc_POWER5
Number Of Processors: 2
Processor Clock Speed: 2097 MHz
CPU Type: 64-bit
Kernel Type: 64-bit
LPAR Info: 1 06-97AC0
Memory Size: 1904 MB
Good Memory Size: 1904 MB
PlatfORM Firmware level: Not Available
Firmware Version: IBM,SF240_332
Console Login: enable
Auto Restart: true
Full Core: false
 
Network Information
        Host Name: aix
        IP Address: 192.168.X.18
        Sub Netmask: 255.255.255.0
        Gateway: 192.168.1.1
        Name Server: XXX.XXX.30.29
        Domain Name:
...skipping...
System Model: IBM,9110-51A
Machine Serial Number: 0697AC0
Processor Type: PowerPC_POWER5
Number Of Processors: 2
Processor Clock Speed: 2097 MHz
CPU Type: 64-bit
Kernel Type: 64-bit
LPAR Info: 1 06-97AC0
Memory Size: 1904 MB
Good Memory Size: 1904 MB
Platform Firmware level: Not Available
Firmware Version: IBM,SF240_332
Console Login: enable
Auto Restart: true
Full Core: false
 
Network Information
        Host Name: aix
        IP Address: 192.168.1.18
        Sub Netmask: 255.255.255.0
        Gateway: 192.168.1.1
        Name Server: XXX.XXX.30.29
        Domain Name:
 
Paging Space Information
        Total Paging Space: 512MB
        Percent Used: 9%
 
Volume Groups Information
==============================================================================
rootvg:
PV_NAME           PV STATE          TOTAL PPs   FREE PPs    FREE DISTRIBUTION
hdisk0            active            546         417         109..90..00..109..109
==============================================================================
 
INSTALLED RESOURCE LIST

The following resources are installed on the machine.
+/- = Added or deleted from Resource List.
*   = Diagnostic support not available.
       
  Model Architecture: chrp
  Model Implementation: Multiple Processor, PCI bus
       
+ sys0                                              System Object
+ sysplanar0                                        System Planar
* vio0                                              Virtual I/O Bus
* vsa1             U788C.001.AAA8364-P1-T7          LPAR Virtual Serial Adapter
* vty1             U788C.001.AAA8364-P1-T7-L0       Asynchronous Terminal
* vsa0             U788C.001.AAA8364-P1-T6          LPAR Virtual Serial Adapter
* vty0             U788C.001.AAA8364-P1-T6-L0       Asynchronous Terminal
* pci2             U788C.001.AAA8364-P1             PCI Bus
* pci1             U788C.001.AAA8364-P1             PCI Bus
* pci0             U788C.001.AAA8364-P1             PCI Bus
* pci13            U788C.001.AAA8364-P1             PCI Bus
+ ent0             U788C.001.AAA8364-P1-T1          2-Port 10/100/1000 Base-TX PCI-X Adapter (14108902)
+ ent1             U788C.001.AAA8364-P1-T2          2-Port 10/100/1000 Base-TX PCI-X Adapter (14108902)
* pci14            U788C.001.AAA8364-P1             PCI Bus
+ usbhc0           U788C.001.AAA8364-P1             USB Host Controller (33103500)
+ usbhc1           U788C.001.AAA8364-P1             USB Host Controller (33103500)
* pci15            U788C.001.AAA8364-P1             PCI Bus
* ide1             U788C.001.AAA8364-P1-T12         ATA/IDE Controller Device
+ cd0              U788C.001.AAA8364-P1-D5          IDE DVD-ROM Drive
* pci16            U788C.001.AAA8364-P1             PCI Bus
+ sisscsia1        U788C.001.AAA8364-P1             PCI-X Dual Channel Ultra320 SCSI Adapter
+ scsi2            U788C.001.AAA8364-P1-T10         PCI-X Dual Channel Ultra320 SCSI Adapter bus
+ scsi3            U788C.001.AAA8364-P1-T11         PCI-X Dual Channel Ultra320 SCSI Adapter bus
+ hdisk1           U788C.001.AAA8364-P1-T11-L5-L0   16 Bit LVD SCSI Disk Drive (73400 MB)
+ hdisk0           U788C.001.AAA8364-P1-T11-L8-L0   16 Bit LVD SCSI Disk Drive (73400 MB)
+ ses1             U788C.001.AAA8364-P1-T11-L15-L0  SCSI Enclosure Services Device
* pci17            U788C.001.AAA8364-P1             PCI Bus
* pci18            U788C.001.AAA8364-P1-C14-C1      PCI Bus
+ lai1             U788C.001.AAA8364-P1-C14-C1-T1   GXT135P Graphics Adapter
+ L2cache0                                          L2 Cache
+ mem0                                              Memory
+ proc0                                             Processor
+ proc2                                             Processor
* mouse0           U788C.001.AAA8364-P1-T3-L1       USB mouse
* kbd0             U788C.001.AAA8364-P1-T4-L1       USB keyboard


2.-bash-3.00$ lsdev -Cc processor//查看系统有几个cpu
proc0 Available 00-00 Processor
proc2 Available 00-02 Processor

-bash-3.00$ lsdev -Cc disk//查看所有磁盘
hdisk0 Available 0G-08-01-8,0 16 Bit LVD SCSI Disk Drive
hdisk1 Available 0G-08-01-5,0 16 Bit LVD SCSI Disk Drive

-bash-3.00$ lsdev -Cc if//查看网络设备
en0 Available 0D-08 Standard Ethernet Network Interface
en1 Defined   0D-09 Standard Ethernet Network Interface
en2 Defined   0D-08 Standard Ethernet Network Interface
en3 Defined   0D-09 Standard Ethernet Network Interface
et0 Defined   0D-08 IEEE 802.3 Ethernet Network Interface
et1 Defined   0D-09 IEEE 802.3 Ethernet Network Interface
et2 Defined   0D-08 IEEE 802.3 Ethernet Network Interface
et3 Defined   0D-09 IEEE 802.3 Ethernet Network Interface
lo0 Available       Loopback Network Interface

-bash-3.00$ lsdev -Cc adapter//查看所有适配器
ent0      Available 0D-08 2-Port 10/100/1000 Base-TX PCI-X Adapter (14108902)
ent1      Available 0D-09 2-Port 10/100/1000 Base-TX PCI-X Adapter (14108902)
ide1      Available 0F-08 ATA/IDE Controller Device
lai1      Available 0I-00 GXT135P Graphics Adapter
sisscsia1 Available 0G-08 PCI-X Dual Channel Ultra320 SCSI Adapter
usbhc0    Available 0E-08 USB Host Controller (33103500)
usbhc1    Available 0E-09 USB Host Controller (33103500)
vsa0      Available       LPAR Virtual Serial Adapter
vsa1      Available       LPAR Virtual Serial Adapter

-bash-3.00$ lsattr -El proc0//查看cpu属性
frequency   2096901000     Processor Speed       False
smt_enabled true           Processor SMT enabled False
smt_threads 2              Processor SMT threads False
state       enable         Processor state       False
type        PowerPC_POWER5 Processor type        False

lscfg [-vps] [-l Name ]

-bash-3.00$ lscfg -vl hdisk0//查看hdisk0的序列号和属性
  hdisk0           U788C.001.AAA8364-P1-T11-L8-L0  16 Bit LVD SCSI Disk Drive (73400 MB)

        Manufacturer................IBM   H0
        Machine Type and Model......HUS153073VL3800
        FRU Number..................03N5282    
        ROS Level and ID............53343130
        Serial Number...............004F478B
        EC Level....................H17923Y  
        Part Number.................03N5281    
        Device Specific.(Z0)........000004129F00013A
        Device Specific.(Z1)........VBPSS410   
        Device Specific.(Z2)........0068
        Device Specific.(Z3)........08076
        Device Specific.(Z4)........0001
        Device Specific.(Z5)........22
        Device Specific.(Z6)........H17923Y  
        Brand.......................H0

-bash-3.00$ lscfg -vp -l hdisk1 //两种方法查看属性。
  hdisk1           U788C.001.AAA8364-P1-T11-L5-L0  16 Bit LVD SCSI Disk Drive (73400 MB)

        Manufacturer................IBM   H0
        Machine Type and Model......HUS153073VL3800
        FRU Number..................03N5282    
        ROS Level and ID............53343130
        Serial Number...............004F4A8F
        EC Level....................H17923Y  
        Part Number.................03N5281    
        Device Specific.(Z0)........000004129F00013A
        Device Specific.(Z1)........VBPSS410   
        Device Specific.(Z2)........0068
        Device Specific.(Z3)........08076
        Device Specific.(Z4)........0001
        Device Specific.(Z5)........22
        Device Specific.(Z6)........H17923Y  
        Brand.......................H0


  PLATFORM SPECIFIC

  Name:  sd
    node:  sd
    Device Type:  block

3.-bash-3.00$ lsvg -o //查看激活的卷组
rootvg

 

4.-bash-3.00$ smit mktcpip//用smit来设置ip地址
                        Minimum Configuration & Startup

 To Delete existing configuration data, please use Further Configuration menus

Type or select values in entry fields.
Press Enter AFTER making all desired changes.
 
[MORE...2]                                              [Entry Fields]
  Network MASK (dotted decimal)                      [255.255.255.0]
* Network INTERFACE                                   en0
  NAMESERVER
           Internet ADDRESS (dotted decimal)         [xxx.xxx.30.29]
           DOMAIN Name                               []
  Default Gateway
       Address (dotted decimal or symbolic name)     [192.168.1.1]
       Cost                                          [0]                      #
       Do Active Dead Gateway Detection?              no                     +
  Your CABLE Type                                     N/A                    +
  START Now                                           no                     +
[BOTTOM]
 
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                             

 

--结束END--

本文标题: AIX 5L学习总结3

本文链接: https://lsjlt.com/news/183740.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
  • AIX 5L学习总结3
    1.-bash-3.00$ prtconf | more //查看配置信息可以看到大部分配置信息。 -bash-3.00$ prtconf | more System Model: IBM,9110-51A Machin...
    99+
    2023-01-31
    AIX
  • python 学习总结3
    Python蟒蛇绘制 一、实现程序如下 1 import turtle 2 turtle.setup (650, 350, 200, 200)#turtle的绘图窗体turtle.setup(width, height, start...
    99+
    2023-01-30
    python
  • BGP学习 总结3
      BGP DECISION PROCESS 1 largest weight ( local orininated path :32768 other 0 ) 2 largest local-preefernce (BGP default...
    99+
    2023-01-31
    BGP
  • jdbc学习总结3------javab
     1.测试类的内容: 在包:com.hanchao.test中   package com.hanchao.test;  import com.hanchao.dao.UserDao; import com.hanchao.entity.U...
    99+
    2023-01-31
    jdbc javab
  • Kubernetes 学习总结(3) M
    APIserver符合RESTful风格,支持GET/PUT/DELETE/POST等各种操作。所以也支持kubectl通过一系列命令对各处资源进行管理控制。常用的资源1)、workLoad(工作负载型资源,运行APP,对外提供服务): P...
    99+
    2023-01-31
    Kubernetes
  • Java 多线程学习总结3
    在上一篇中,我们当然希望a++,b++执行完之后,show方法再来show.我们需要的是“原子”动作,一次性地把a++,b++不间断地执行。在java中是利用“互斥”的方法,互斥谁呢?互斥的是相同对象的加锁代码。如果我们把第一篇的SomeB...
    99+
    2023-01-31
    多线程 Java
  • Mongodb学习总结
    Mongodb相关操作总结 2020/4/2 Mongodb使用的是类似与json字符串的形式存储数据 [ { key:value }, { key:value }, ] Mongodb使用了不存在的对...
    99+
    2019-08-19
    Mongodb学习总结
  • mysqlimport学习总结
    原文链接: https://www.modb.pro/db/23208xy 摘要:mysqlimport是MySQL数据库提供的一个命令行程序,可用于数据导入。...
    99+
    2024-04-02
  • WorkFlow学习总结
     最近在工作中要实现一种“流程审批”的功能,查阅资料得知,workFlow技术可以满足我的需求,于是就开始沉下心来好好学习一下这门技术。总结的学习资料也拿出来和大家共享一下。  什么是工作流: 工作流...
    99+
    2023-06-05
  • mysql学习总结(一)
        作为一名小白,今天开始上传自己的学习总结。 ...
    99+
    2016-11-21
    mysql学习总结(一)
  • python 学习总结4
    数字类型及操作 一、整数类型   (1)python中的整数与数学中的概念是一致的,可以正也可以负,没有取值范围。        pow(x,y)函数是计算x的y次幂,想计算多大就多大。   (2)在整数类型中有四种进制形式      十...
    99+
    2023-01-30
    python
  • python 学习总结5
    字符串类型及操作 一、字符串类型的表示   (1)字符串:由0个或多个字符组成的有序字符序列     例如:“请输入带有符号的温度值” 或者‘c’都是字符串   (2)字符串是字符的有序序列,可以对其中的字符进行索引     例如:“请”...
    99+
    2023-01-30
    python
  • python 学习总结1
    计算机与程序设计 一、计算机的概念   1.计算机是根据指令操作数据的设备。   2.计算机主要包括两个功能性一个是功能性另一个是计算性   功能性是对数据的操作,表现为数据计算,输入输出处理和结果存储   可编程性是根据一系列指令自动的...
    99+
    2023-01-30
    python
  • python 学习总结2
    温度转换问题 一、温度转换   目前有两种表示温度的方法一种是摄氏度另一种是华氏度,摄氏度的结冰点为0度,沸点为100度将温度等分刻画,华氏度的结冰点为32度,沸点为212度将温度进行等刻度划分。   现需要将按格式输入的摄氏度转换为华氏...
    99+
    2023-01-30
    python
  • Python学习总结__Day1
    一、Python是一门什么类型语言 1、解释型:一边编译一边执行,劣势是运行速度慢,但通过运用PyPy交互解释器(JIT技术)会让python程序执行速度快很多。优势是可移植性强。 2、强类型:即类型安全类型。除非通过强制转换,否则变量类...
    99+
    2023-01-31
    Python
  • 函数学习总结
    定义 自己总结:就相当于现实中各种用途的工具,有着对数据进行各种处理的功能(实质就是比较复杂的变量?!) 分类  自定义函数和Python语言已经定义过的常用的内置函数 自定义函数的组成部分 def 函数名(参数1,参数2...): '...
    99+
    2023-01-31
    函数
  • python学习总结-----pytho
    一、python简介    python 是一种面向对象、解释性的脚本语言,遵循 GPL 协议。语法简单、社区强大、丰富的库支持。又被称为“胶水语言”。能把其他语言(主要C/C++)写的模块很轻松的结合在一起。二、python 安装 win...
    99+
    2023-01-31
    python pytho
  • spring框架学习总结
    目录Spring 框架概述Spring优点Spring体系结构Spring拓展Spring Boot与Spring CloudSpring IoC 容器 (IoC 也称为依赖项注入(...
    99+
    2024-04-02
  • list学习内容总结
    list定义:list[]或者[]内任意类型的内容,多个用逗号分开 name1 = list(['Cyberpunk2077', 'Jim', 2077]) name2 = list('Cyberpunk2077') name3 = ...
    99+
    2023-01-31
    内容 list
  • Python学习总结(二)----pyt
         继续学习python中,越来越发现python的方便,也找到了一些python与C/C++的一些相同点与不同点。由于我看的书中缺乏编程练习题,我就在想如何能够尽快地熟悉python。由于我一直在参加算法竞赛,所以就想到了用Pyth...
    99+
    2023-01-31
    Python pyt
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作