Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • True Session Wait Activity in Oracle 10g Verygood Oracle
  • Query to Generate aggregate on every 30 mins. Oracle
  • set_env_dba Linux/Unix
  • get_vmstat.ksh for Solaris Oracle
  • find_err.sql for finding errors from dba_errors. Oracle
  • Remove duplicate rows from table Oracle
  • Wait time tuning research Oracle
  • crtgr.sql /* For creating trigger from data dictionary */ Oracle
  • Rman Notes -1 Oracle
  • SYSOPER Mystery Oracle
  • To see how much time or progress of long transaction Oracle
  • Another Tuning Article for subheap of shared pool Oracle
  • sesswait.sql Oracle
  • Remove DOS CR/LFs (^M) Linux/Unix
  • Standby Database Behavior when a Datafile is Resized on the Primary Database Note:123883.1 Oracle

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

  • How does one SELECT a value from a table into a Unix variable? From SQL to Shell Linux/Unix
  • prepfiles.sh for step by step generating pending statistics files Oracle
  • Logic to chech # of parameters command line parameters Linux/Unix
  • rm_backup_arch_file.ksh Linux/Unix
  • Debugging Shell FIles Linux/Unix
  • .profile Linux/Unix

Leave a Reply Cancel reply

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

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Django (0)
  • GIT (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (402)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (350)
  • SQL Server (6)
  • Uncategorized (5)
  • Videos (0)

Recent Posts

  • SAT Mathematics 10 questions and answer at the end.30-Apr-2026
  • top 10 AI news today30-Apr-2026
  • runon_allpdbs_show_conname.sh23-Apr-2026
  • runon_allcdbs_find_pdbs.sql23-Apr-2026
  • Running PDB on single node in RAC09-Apr-2026
  • find_arc.sql09-Apr-2026
  • pvm_pre_change.sql08-Apr-2026
  • find_encr_wallet.sql08-Apr-2026
  • find_pdbs.sql08-Apr-2026
  • Creating a Container Database using dbaascli08-Apr-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • move_arch_files.ksh Linux/Unix
  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry Oracle
  • checking redhat linux version Linux/Unix
  • TRUNCATE Privs Oracle
  • RAC with RHEL4 and 11g Oracle
  • USER_TABLES.Freelists Oracle
  • login.sql Oracle
  • Create type and Grant on it. Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme