-
Oracle Clusterware disable and enable
For Oracle10g you can use the CRS init script init.crs to control CRS services. Run the init.crs script with no arguments to display usage parameters. The location of the init.crs script is operating system dependant: Solaris: the scripts are in /etc/init.d Linux: the scripts are in /etc/init.d HP-UX: the scripts are in /sbin/init.d AIX: the…
-
Automated test tools for Java
A list of automated test tools for Java. See which one suites your purpose. My personal favorite is Grinder. MaxQ – MaxQ is a free web functional testing tool. It includes an HTTP proxy that records your test script, and a command line utility that can be used to playback tests. The proxy recorder automatically…
-
Deleting DBA Jobs
Just because I always forget how to do this. To delete jobs from Oracle dba_jobs use the following package dbms_job.remove(xxx) where xxx is the job number. Don’t forget to stick execute in from of the command.
-
Retaining device names across servers – HPUX
Device files are automatically created by insf as the kernel boots up and the names are assigned in the order in which the hardware is discovered. The first discovered I/O card will be called instance 0 (the c0 part of the name) followed by the device address on the card’s bus (SCSI address for example)…
-
HP-UX Logical Volume Manager – Quick Guide
HP-UX Logical Volume Manager – Quick Guide Procedures Filesystem Procedures: Create a new filesystem: (A new filesystem will require a new logical volume) Create the Logical Volume (Procedure Below) Create the File System Using newfs: newfs -F <filesystem_type> <path_to_lvol_devicefile> newfs -F vxfs /dev/vg02/lvol1 Using mkfs: mkfs -F <FILESYSTEM TYPE> -o bsize=<OPTIONS>,<OPTIONS> <PATH TO LV>…

