Tags: information

Collecting Unix System Information

Technology, Linux, Solaris, Aix, HP-UX Send feedback »
At the very least, collect the following information for each system that you have: 1. Hostname: % hostname 2. Hostname aliases: % grep `hostname` /etc/hosts | awk '{ print $3 }' 3. Host network addresses: % grep `hostname` /etc/hosts | awk '{ print $1… more »

Oracle: Usefull Commands

Technology, Oracle Send feedback »
1.EXPORT: exp system@test owner=test123 file=d:\oracle\user.dmp log=d:\oracle\userdump.log rows=y statistics=none feedback=100 indexes=y consistent=y compress=n; (for individual tables=table1,table2,.....) 2.IMPORT: imp system@test fromu… more »

Oracle: HOW TO GET INFORMATION REGARDING TABLESPACE

Technology, Oracle Send feedback »
desc dba_tablespaces or desc v$tablespace; more »

Oracle: HOW TO GET TEMPFILE INFORMATION

Technology, Oracle Send feedback »
desc dba_temp_files or desc v$tempfile; more »

Veritas / AIX : Logical Volume Manager

Technology, Veritas, Aix Send feedback »
Tasks AIX Logical Volume Manager Veritas Volume Manager Create a Volume Group mkvg vxdg init Create a Logical Volume mklv vxassist make… more »