The World's Blogmee

Recovering from a Boot Disk Failure in Solaris

On December 7, 2011 · In System, UNIX ( Solaris-BSD)

Recovering from a failed boot disk is not a very difficult procedure using Solstice DiskSuite when the system has been properly setup and documented initially. Recovering from failures of this nature are good examples of the power of DiskSuite, even in a simple two disk mirroring situation. For the purposes of this demonstration, [...]

Continue Reading →

Setup Mirroring Disks or RAID 1 in Solaris

On December 7, 2011 · In System, UNIX ( Solaris-BSD)

In this example we will be mirroring two disks, both on the same controller. The first disk will be the primary disk and the second will be the mirror. The disks are:
Disk 1: c0t0d0
Disk 2: c0t1d0
The partitions on the disks are presented below. There are a few [...]

Continue Reading →

LINUX Command – File and Directory Command

On November 7, 2011 · In LINUX ( CentOS, Debian, Ubuntu ....)

# cd /home     enter to directory ‘/ home’

# cd ..      go back one level

# cd ../..    go back two levels

# cd      go to home directory

# cd ~user1     go to home directory

# cd –      go to previous directory

# cp [...]

Continue Reading →

LINUX Command – file search

On November 7, 2011 · In LINUX ( CentOS, Debian, Ubuntu ....)

# find / -name file1            search file and directory into root filesystem from ‘/’
# find / -user user1            search files and directories belonging to ‘user1′
# find /home/user1 -name \*.bin                   search files with [...]

Continue Reading →

LINUX Command – Archives and compressed files

On November 7, 2011 · In Backup & Recovery, LINUX ( CentOS, Debian, Ubuntu ....)

# bunzip2 file1.bz2              decompress a file called ‘file1.bz2′
# bzip2 file1                  compress a file called ‘file1′
# gunzip file1.gz            decompress a file called ‘file1.gz’
# gzip file1              [...]

Continue Reading →

LINUX Command – Backup

On October 18, 2011 · In Backup & Recovery, LINUX ( CentOS, Debian, Ubuntu ....)

# find  /var/log -name ‘*.log’  | tar cv –files-from=- | bzip2 > log.tar.bz2      find all files with ‘.log’ extention and make an bzip archive

# find  /home/user1 -name ‘*.txt’ | xargs cp -av –target-directory=/home/backup/ –parents        find and copy all files with ‘.txt’ extention from a directory [...]

Continue Reading →

LINUX Command – Management APT package ( Debian/Ubuntu )

On October 18, 2011 · In LINUX ( CentOS, Debian, Ubuntu ....)

The Advanced Packaging Tool or APT, is a free user interface that works with core libraries to handle the installation and removal of software on the Debian GNU/Linux distribution and its variants.  APT simplifies the process of managing software on Unix-like computer systems by automating the retrieval, configuration and installation of software packages, [...]

Continue Reading →

Setup Solaris IP Multipathing ( IP Multihome )

On October 5, 2011 · In HOW TO, Internet & Networking, System, UNIX ( Solaris-BSD)

Requirements

Get 2 network interface cards in your machine . It is not required that they be the same type but it is important that they have the same speed capability.

Obtain 4 IP addresses in the same local lan (or vlan) segment. In Multipathing there are 2 fixed (or private) [...]

Continue Reading →

Config Aggregate Network Interfaces in Solaris

On October 3, 2011 · In HOW TO, Internet & Networking, UNIX ( Solaris-BSD)

According to Wikipedia, aggregating network interfaces; a.k.a. link aggregation “is a computer networking term which describes using multiple network cables/ports in parallel to increase the link speed beyond the limits of any one single cable or port, and to increase the redundancy for higher availability.”

This article describes how to aggregate [...]

Continue Reading →

Optimize LINUX Kernel for Internet Services

On September 26, 2011 · In Internet & Networking, LINUX ( CentOS, Debian, Ubuntu ....), System

Most Linux distributions ship with buffers and other Transmission Control Protocol (TCP) parameters conservatively defined. You should change these parameters to allocate more memory to enhancing network performance. Kernel parameters are set through the proc interface by reading and writing to values in /proc. Fortunately, the sysctl program manages these in a somewhat [...]

Continue Reading →
Page 1 of 1312345»10...Last »
    • NEW INFO
    • HOW TO
    • LINUX ( CentOS, Debian, Ubuntu ….)
    • UNIX ( Solaris-BSD)
    • Backup & Recovery
    • Business & Finance
    • Internet & Networking
    • Security
    • System
    • System Management
    • Virtualization
  • Popular Posts

    Sorry. No data so far.

  • Recent Posts

    • Recovering from a Boot Disk Failure in Solaris
    • Setup Mirroring Disks or RAID 1 in Solaris
    • LINUX Command – File and Directory Command
    • LINUX Command – file search
    • LINUX Command – Archives and compressed files
    • LINUX Command – Backup
    • LINUX Command – Management APT package ( Debian/Ubuntu )
    • Setup Solaris IP Multipathing ( IP Multihome )
    • Config Aggregate Network Interfaces in Solaris
    • Optimize LINUX Kernel for Internet Services
  • Tags

    accounting apache backup Caching content Centos certificate cluster config lighttpd Containers debian file system freebsd high available https ifconfig lighttpd lighttpd.conf limit connection linux command monitor monitor systems mysql mysql server netstat nginx opensource optimize optimze webserver php recover reduce cpu reduce load webserver rsync Share Files Shell Scripts solaris solaris 10 ssl Tuning ubuntu webserver web server zfs zone zpool

The World's Blogmee

Pages

The Latest

  • Recovering from a Boot Disk Failure in Solaris
    Recovering from a failed boot disk is not a very difficult procedure […]

More

Thanks for visiting our site, and stay updated by subscribing to the RSS feed.
© 2011 Blogmee.info
Platform by PageLines