Create Startup scripts for Weblogic Admin server and NodeManager The following instructions are for creating Linux Startup scripts for Weblogic 10.x This procedure uses RC scripts for starting / shutting down the process as a UNIX daemon. Login to a root account Create the following file in the /etc/init.d/weblogic_start with the following contents. …
Category: Computers
Howto and other interesting information on computers systems and programming.
Mar 06
Bulletproof SSH Tunnel using Cygwin and AutoSSH
Ever try to get around those pesky firewalls at work? Well here is a way to setup permanent SSH tunnels that will self heal! The main reason I set this up was so that I wouldn’t have to keep setting up firewall holes in my remote routers. All of my systems now phone home and …
Jan 12
Running Juniper SA SPE on VirtualBox using Named Pipes
This article explains howto run the Juniper Virtual Appliance on VirtualBox and hopefully Oracle VM. First Install VirtualBox Download the Juniper Virtual Appliance SA SPE and unzip the file into a folder. Import the appliance as OVF. Create a 10 Gig Dynamic VDI for the Disk. Since the Juniper Appliance needs a serial console …
Dec 28
Backup and Restore Magento
This explains howto export and import all the data and images from a Magento Ecommerce system. First from the export machine, goto the the Admin for Magento. Then System / Import-Export / Dataflow-Profiles / Export All Products. Then choose Run Profile from the Menu on left. This will create a local file on the …
Dec 19
Fixing OVM 3.1.1 Database
I found myself in a situation where I had “ghost” repository servers in presented to my nfs repository. This stopped my from being able to import anything into the repository. Not good. So I found this quick fix…. Ran as follows: /etc/init.d/ovmm stop NOTE: cat /u01/app/oracle/ovm-manager-3/.config (This provides some of the info you need …