HP-UX

Operating System Tuning for Oracle Database

This chapter describes how to tune Oracle Database. It contains the following sections: Importance of Tuning Operating System Tools Tuning Memory Management Tuning Disk I/O Monitoring Disk Performance System Global Area Tuning the Operating System Buffer Cache 1.1 Importance of Tuning Oracle Database is a highly optimizable software product. Frequent tuning optimizes system performance and …

Operating System Tuning for Oracle Database Read More »

Unix Disabling Daemons / services from inetd.conf

Tune your system more by disabling all unwanted and unused daemons from running on the system. This can be done by  editing the /etc/inetd.conf file and the rc files or directories. Modify the /etc/inetd.conf file and disable unnecessary daemons running on the system. # vi /etc/inetd.conf # # Configuration file for inetd(1M). See inetd.conf(4). # …

Unix Disabling Daemons / services from inetd.conf Read More »

Unix Disabling Daemons / services from inetd.conf

Tune your system more by disabling all unwanted and unused daemons from running on the system. This can be done by  editing the /etc/inetd.conf file and the rc files or directories. Modify the /etc/inetd.conf file and disable unnecessary daemons running on the system. # vi /etc/inetd.conf # # Configuration file for inetd(1M). See inetd.conf(4). # …

Unix Disabling Daemons / services from inetd.conf Read More »

How do I extend the terminal width or set term variables with ksh? / Not Getting the full command info from ps in Unix terminal ?

To identify processes to kill we need to view the FULL output from the ps command (we use the comm field). But by default we are not able to view full command.  So here is the solution.. Solaris : /usr/ucb/ps -awux You may need two “w” options. From ps(1b): -w Uses a wide output format …

How do I extend the terminal width or set term variables with ksh? / Not Getting the full command info from ps in Unix terminal ? Read More »

How do I extend the terminal width or set term variables with ksh? / Not Getting the full command info from ps in Unix terminal ?

To identify processes to kill we need to view the FULL output from the ps command (we use the comm field). But by default we are not able to view full command.  So here is the solution.. Solaris : /usr/ucb/ps -awux You may need two “w” options. From ps(1b): -w Uses a wide output format …

How do I extend the terminal width or set term variables with ksh? / Not Getting the full command info from ps in Unix terminal ? Read More »

How to interpret PV and VG numbers from HP-UX syslog.log

Error messages like the following in syslog.log: Aug 14 00:14:05 cust1 vmunix: LVM: Performed a switch for Lun ID = 0 (pv = 0x000000005ed22800), from raw device 0x1f00b400 (with priority: 0, and current flags: 0x40) to raw device 0x1f03b400 (with priority: 1, and current flags: 0x0). Aug 14 00:14:05 cust1 vmunix: LVM: Performed a switch …

How to interpret PV and VG numbers from HP-UX syslog.log Read More »

Scroll to Top