Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Wait time tuning research Oracle
  • Global Unique Identifier Generation in Oracle 9.2 SYS_GUID() Oracle
  • catall.sh Linux/Unix
  • dbinv.sql Oracle
  • create PLAN_TABLE command. Oracle
  • fdisk -l explaination about Primary-Logical-Extended Partitions Linux/Unix
  • Running some SQL on multiple databases connecting using monitoring userid and password Linux/Unix
  • Insert cause enqueue locks Oracle
  • Adding addidional hard drive and attach it to a linux box. Linux/Unix
  • runsql_once.ksh Linux/Unix
  • CTAS with LONG Column for 7.x and 8 and 8i Oracle
  • Some OS level threshold for performance. Linux/Unix
  • PLSQL Table Syntax 1 Oracle
  • For Search and replace unix command. Linux/Unix
  • Adding a new disk and mount it automatically. on VMWARE LINUX Linux/Unix

Unix command for system configuration

Posted on 21-Oct-2010 By Admin No Comments on Unix command for system configuration

Seeing kernel version (32/64 Bit) on Unix flavors.

-isainfo -kv on Solaris

-lsconf on AIX

-uname -a on Linux

to See configuration

-prtdiag on Solaris

-lsconf on AIX

-dmidecode on Linux

Other useful Unix commands:

Disk usage.

# df -al

Memory information.

# free

Network information.

# ifconfig -a

Installed Modules information.

#lsmod

Currently mounted filesystems/shares.

# mount

Process tree

# pstree

System uptime information.

# uptime

Services running in different runlevels.

# chkconfig –list

Generates hardware configuration report. (Not sure whether it is present in RH9)

# /usr/share/rhn/up2date_client/hardware.py

Installed RPMS.

# rpm -q –all

List of currently open files.

# lsof -b +M -n -l

Attached USB devices.

# lsusb

Routing table information.

# route -n

Partition table

# fdisk -l

System hostname

# hostname

IP Tables information

# iptables -t filter -nvL

Listing PCI Devices

# lspci

# lspci -n

# lspci -nv

# lspci -nvv

Linux/Unix, shell

Post navigation

Previous Post: Oracle Recommended Patches — Oracle Database ID 756671.1
Next Post: fuser to check who is using diretory

Related Posts

  • CPU speed on solaris Linux/Unix
  • catall.sh Linux/Unix
  • rm_backup_arch_file.ksh Linux/Unix
  • Which environment is used by currently running process ( Very good) Linux/Unix
  • xargs use Linux/Unix
  • Passing from Unix to PLSQL using bind variables Linux/Unix

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (388)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (337)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Privileges Required to Create Procedures and Functions that uses objects from other schema. Oracle
  • True Session Wait Activity in Oracle 10g Verygood Oracle
  • Rman Notes -1 Oracle
  • catall.sh Linux/Unix
  • SQL_PROFILE – I explaination Oracle
  • export import with parameter file. Oracle
  • Free conference number from http://www.freeconference.com Oracle
  • lck.sql Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme