Author name: admin

b2blog/evo_hitlog’ is marked as crashed and should be repaired(Errno=145)

This is the error I got yesterday: —————————————- MySQL error! Table ‘./b2blog/evo_hitlog’ is marked as crashed and should be repaired(Errno=145) —————————————-   Easily fixed though. Logged in through SSH Went to mySQL Executed the command “repair table evo_hitlog;” or You can login to your webhosting Cpanel and go to databses and run “Repair DB”. All

b2blog/evo_hitlog’ is marked as crashed and should be repaired(Errno=145) Read More »

OpenSolaris COMSTAR

Installation 1. Install COMSTAR Server Utilities # pkg install storage-server # pkg install SUNWiscsi 2. Disable iscsitgt and physical:nwam Service – itadm gets confused with multiple physical instances; this assumes not using nwam. # svcadm disable iscsitgt # svccfg delete svc:/network/physical:nwam 3. Reboot Server # shutdown -i6 -g0 -y 4. Enable stmf service # svcadm

OpenSolaris COMSTAR Read More »

Linux Install & configure Squid in three easy steps

Squid configuration so that it will act as a transparent proxy   Iptables configuration Configure system as router Forward all http requests to 3128 (DNAT) Run scripts and start squid service First, Squid server installed (use up2date squid) and configured by adding following directives to file: # vi /etc/squid/squid.conf Modify or add following squid directives:

Linux Install & configure Squid in three easy steps Read More »

How to configure a VMware ESX / ESXi host with a QLogic HBA to boot from SAN in a CLARiiON environment

How to configure a VMware ESX / ESXi host with a QLogic HBA to boot from SAN in a CLARiiON environment Solution: This procedure explains how to configure the QLogic HBA to boot ESX/ESXi from SAN. The procedure involves enabling the QLogic HBA BIOS, enabling the selectable boot, and selecting the boot LUN. Procedure: 1.

How to configure a VMware ESX / ESXi host with a QLogic HBA to boot from SAN in a CLARiiON environment Read More »

EMC Client installation and checking

This web page is a quick guide on what to install and how to check that EMC SAN is attached and working Solaris Installing ========================================================== Install Emulex driver/firmware, san packages (SANinfo, HBAinfo, lputil), EMC powerpath Use lputil to update firmware Use lputil to disable boot bios Update /kernel/drv/lpfc.conf Update /kernel/drv/sd.conf Reboot Install ECC agent  

EMC Client installation and checking Read More »

Solaris : Emulex Firmware Upgrade

You will require the following files before you begin the upgrade:   solaris-2.1a18-6.02f-1a.tar lpfc-6.02f-sparc.tar EmlxApps300a39-Solaris.tar 1.Copy configuration files # cp -p /kernel/drv/lpfc.conf /kernel/drv/lpfc.conf.date # cp -p /kernel/drv/sd.conf /kernel/drv/sd.conf.date # cp -p /kernel/drv/st.conf /kernel/drv/st.conf.date # cp -p /etc/path_to_inst /etc/path_to_inst.date 2.Copy Driver / Firmware updates from shared area to local disk # mkdir /var/tmp/emulex # cp –p

Solaris : Emulex Firmware Upgrade Read More »

EMC Symmetrix Architecture

This document will be using the EMC symmetrix configuration. There are a number of EMC Symmetrix configurations but they all use the same architecture as detailed below. Front End Director Ports (SA-16b:1) Front End Director (SA-16b) Cache Back End Director (DA-02b) Back End Director Ports (DA-02b:c) Disk Devices Front End Director A channel director (front

EMC Symmetrix Architecture 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 »

Scroll to Top