Fibre Channel Topologies

    Point-to-Point: In this topology, devices are connected directly to each other. This topology allows the devices to communicate using the full bandwidth of the link. Arbitrated Loop (FC-AL): In this topology, devices are attached to a shared “loop”. FC-AL is analogous to the token ring topology. Each device has to contend for performing

Fibre Channel Topologies Read More »

Unix Disabling Daemons / services from inetd.conf

Tune your system more by disabling all unwanted and unused daemons from running on the system. This can be done by  editing the /etc/inetd.conf file and the rc files or directories. Modify the /etc/inetd.conf file and disable unnecessary daemons running on the system. # vi /etc/inetd.conf # # Configuration file for inetd(1M). See inetd.conf(4). #

Unix Disabling Daemons / services from inetd.conf Read More »

Unix Disabling Daemons / services from inetd.conf

Tune your system more by disabling all unwanted and unused daemons from running on the system. This can be done by  editing the /etc/inetd.conf file and the rc files or directories. Modify the /etc/inetd.conf file and disable unnecessary daemons running on the system. # vi /etc/inetd.conf # # Configuration file for inetd(1M). See inetd.conf(4). #

Unix Disabling Daemons / services from inetd.conf Read More »

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 »

Scroll to Top