OpenKB.info, system administration notes and articles System Administration Notes and Articles
 Home  Register  Site map  FAQ  
Search for


Get Firefox!

 

   New Articles
 Shell script to create a backup of a file

By alapps - 01/02/2008 10:24am

Place the script in a directory that is in the system path (i.e /usr/local/bin )

-----BEGIN backup
#!/usr/bin/bash
BACKUP_FILE=$1
cp ${BACKUP_FILE} ...

[ Read more... ]

 Solaris Volume Manager example for the IBM FileNet P8 Process Engine

By alapps - 01/02/2008 10:08am


In this example, slice 7 is used to hold the logical volumes and the databases.

Note: This setup is for a test environment.  For a production environment, the meta databases should be on multiple slices and different from the logical volumes.

Create ...

[ Read more... ]

 Oracle - sample files

By alapps - 01/02/2008 09:52am

Below is a sample .profile for use with Oracle.  The version below is 10.2 (Change as needed)

-----BEGIN .profile
ORACLE_BASE=/opt/oracle
   export ORACLE_BASE
...

[ Read more... ]

 Syntax for a shortcut to lock a Windows workstation

By alapps - 01/02/2008 09:48am


Create a shortcut (usually on the desktop)

Shortcut name: Lock Workstation
Target: %windir%\\system32\\rundll32.exe user32.dll,LockWorkStation
Start in: %windir%
...

[ Read more... ]

 Recursive scp

By zareh - 12/06/2007 02:58pm

scp -r username@hostname:/remote_path local_path ...

[ Read more... ]

   Past Articles
HPUX user customization (.profile, etc.)
By alapps - 11/14/2007 02:13pm

user customization for HPUX 

Recursive FTP with wget
By alfonso - 10/26/2007 08:01am

How to recursively download using wget

Recursive FTP with ncftpget
By zareh - 05/10/2007 02:38pm

How to do recursive ftp with ncftpget

WebSphere (WAS) - Command to find current installed/running version
By alapps - 04/24/2007 02:21pm

How-to determine the current installed version of the WebSphere Application Server.

DB2 Command Reference
By alapps - 04/24/2007 02:17pm

Miscellaneous commands to administer DB2 from the command line

Desktop CDE Login disable/enable
By alapps - 04/24/2007 02:15pm

How-to enable/disable the CDE login     

Veritas VCS - How-to retrieve current installed version
By alapps - 04/24/2007 02:14pm

How to determine the current installed version of Veritas Cluster Server (VCS)

How to restore source file for a dbm database file
By zareh - 03/08/2007 10:41am

How to restore source file for a dbm database file

WebSphere 6.x Cluster Notes
By alapps - 11/30/2006 04:36pm

Notes for creating a WebSphere 6.x Application Server Cluster           

Memory Arguments for JAVA in Bea WebLogic
By alapps - 10/25/2006 03:30pm

Arguments for use with Bea WebLogic to avoid Max Permsize and out of memory errors.

SUN ALOM SC Setup
By alapps - 10/11/2006 03:41pm

SUN Console Automated Lights Out Management (ALOM) setup instructions.

ORA-01113: file N needs media recovery
By zareh - 09/11/2006 08:28am

How to recover the Oracle database from a ORA-01113 error message


 

 Advertisement

 
 About OpenKB.info Site map FAQ Contact Us
Privacy policy  | Terms and conditions 
 
©2007 OpenKB.info, All rights reserved.