Featured »

March 2, 2022 – 2:00 pm

Books have been written on the subject of awk and sed. Here’s a small sample of commands I put together over the years that are useful for everyday system administration tasks. Most of these tasks …

Read the full story »
Networking

Unix and Linux network configuration. Multiple network interfaces. Bridged NICs. High-availability network configurations.

Applications

Reviews of latest Unix and Linux software. Helpful tips for application support admins. Automating application support.

Data

Disk partitioning, filesystems, directories, and files. Volume management, logical volumes, HA filesystems. Backups and disaster recovery.

Monitoring

Distributed server monitoring. Server performance and capacity planning. Monitoring applications, network status and user activity.

Commands & Shells

Cool Unix shell commands and options. Command-line tools and application. Things every Unix sysadmin needs to know.

Home » Archive by Category

Articles in Applications

Sun Java Desktop

December 21, 2005 – 8:07 pm
solaris-logo

A few screenshots taken with Sun Java Desktop running under Solaris 10 on a SunBlade 2000 workstation, which also works great as a heated footstool when placed under your desk.

A general view of the desktop …

Veritas Enterprise Administrator GUI

December 9, 2005 – 11:27 am
HP-Greets-IBM-2

The following is an overview of the GUI for Veritas Enterprise Administrator 3.2

Exporting spreadsheet data to MySQL

December 9, 2005 – 2:10 am
logo_mysql

The following is a process for migrating spreadsheet data to MySQL database using a Shell script in a Unix environment. To follow this tutorial you must already know how to create MySQL schemas and tables. …

Script to modify Veritas HA Cluster Resource Configuration

December 7, 2005 – 11:10 am
shell

The following interactive Korn shell script can be used to make common changes to the configuration of Veritas HA Cluster resources. The script enables you to view the listing of available resources; view resource configuration; …

Bounce Veritas HA Cluster resource

December 7, 2005 – 11:01 am
boot

The following is a Korn shell script that can be used from command line or cron to bounce a Veritas HA Cluster resource. This can be useful to resolve certain problems with Oracle databases running …

Running Windows Apps on Linux

December 5, 2005 – 11:43 pm
windows-logo-readerszone

CrossOver is a commercial variation of Wine freeware – a Windows emulator for Linux. This program allows you to run popular Windows applications under x86-based Unixes, including Linux, FreeBSD, and Solaris. Wine and CrossOver can …

Basic Exceed configuration

November 22, 2005 – 11:22 pm
network_cable_01

The following is a list of steps for basic configuration of Exceed to connect to Unix servers.

NetBackup statistics, Part II

November 21, 2005 – 5:04 pm
1378002_16584036

This script uses the output of the script in the previous example to calculate yearly backup load for each Veritas NetBackup client.

NetBackup statistics, Part I

November 21, 2005 – 4:59 pm
shell_003

The following script will calculate total size of data backups for each Veritas NetBackup client over the past week (or as defined by the “daysago” variable in the script). The final output will be uploaded …

If Exceed host window does not come up

November 21, 2005 – 11:30 am
ethernet cables

If Exceed host selection window doesn’t come up or disappears after a few seconds, check the servers in the xdmcp.txt file for Exceed for a dead xdm process. Restart xdm by running /etc/rc3.d/S90xdm stop and …

Install PHP, Mysql, Apache2 on Solaris 9

November 21, 2005 – 11:05 am
apache

A sample procedure for installing PHP, MySQL and Apache2 on Solaris 9.

Apache MySQL PHP Solaris 8 Installation

November 21, 2005 – 11:03 am
di-logo-solaris-orange

A sample procedure for installing PHP, MySQL and Apache2 on Solaris 8.

vx command to show vmsa processes running:

November 21, 2005 – 11:00 am

vx command to show vmsa commandline processes running:

Using GNUPlot to chart MySQL data

November 20, 2005 – 12:17 pm
shell_0005

The following Korn shell function connects to a MySQL database and extracts specified data, which is then plotted as a function of time using GNUPlot.  Using correct syntax is critical. Note the use of single- …

Database operations with SQL and Korn shell

November 20, 2005 – 11:46 am
logo_mysql

The following Korn shell function will read the a directory containing CSV data files named server_sysstat.20051119.csv with format:

Using NetBackup to restore boot disk

November 19, 2005 – 11:13 pm
dump truck

enable “Rename hard links”
disable “Rename soft links”
if root of destination drive is mounted as /destination/ then select “Restore to alternate path: from / to /destination/ , Restore search path
This is the alternate path for everything: …

Oracle reinstallation

November 19, 2005 – 10:35 pm

Before beginning Oracle REinstall, make sure to remove the /var/opt/oracle/oraInst.loc file created by /tmp/orainstRoot.sh script during prior installation.
 
Was this article helpful for you? Do you have any feedback? click this to get in contact with …