forked from open-power/op-test
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCONFIG.YAML
More file actions
37 lines (34 loc) · 1.97 KB
/
CONFIG.YAML
File metadata and controls
37 lines (34 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
LINUX:
COMMANDS:
- "hostname"
- "cat /etc/os-release | grep PRETTY_NAME"
- "uname -r"
- "lsmcode" #Firmware
- "tail /proc/cpuinfo | grep cpu" # will give info whether its P8/P9,P10 or P11
#kvm commands
- "arch" # Architecture
- "lscpu | grep 'Model name' | cut -f 2 -d ':' | awk '{$1=$1}1'" # Processor
- "nproc" # No-of-CPUs
- "free -mh" # RAM
#VIOS Commands
- "lscfg" # Display hardware configuration information.
- "vmstat" # Copy: Report virtual memory statistics.
#FS Commands
- "mkfs.ext4 -V"
- "mkfs.xfs -V"
HMC:
COMMANDS:
- "lshmc -V" #HMC software version, release, service pack, and build level
- "lssyscfg -r sys -F name,state,type_model,serial_num" #List Managed Systems with on name,state,type_model,serial_num
- "lssyscfg -r lpar -m SYS -F name,state,os_version" #Get system lpar's with name,state,os_version
- "lshwres -r proc -m SYS --level sys" #Get proc resources available from sys
- "lshwres -r mem -m SYS --level sys" #Get mem resources available from sys
- "lssyscfg -r lpar -m SYS -F name,lpar_env,state,os_version" #List All LPARs and Identify VIOS Partitions
- "lshwres -r virtualio --rsubtype eth -m SYS --level lpar" #Virtual Ethernet Adapter (VEA) Info
- "lshwres -r virtualio --rsubtype scsi -m SYS --level lpar" #scsi Adapter Info
- "lshwres -r virtualio --rsubtype fc -m SYS --level lpar" #fc Adapter Info
- "lssyscfg -r lpar -m SYS -F name,kvm_capable" #To check KVM capable lpars
- "lssysconn -r all" # This command lists system connections and includes the FSP/BMC IP address.
#IO Commands
- "lshwres -r io -m SYS --rsubtype slot --filter 'lpar_names=LPAR_NAME'" # List physical IO
- "lshwres -r virtualio --rsubtype fc --level lpar -m SYS -F adapter_type,lpar_name,slot_num,remote_lpar_name,remote_slot_num,wwpns" # List virtual IOs