The Network Administrator

The weblog of an IT pro specializing in virtualization, storage, servers and networking
  • rss
  • Home
  • About
  • Downloads
  • Contact

Lost your Root Password

MWahl | November 22, 2009 | 6:54 pm

If you have inheirted  an system or simply lost SU password in most cases you can reset the password. Remember phyiscal access is root or administrator access….

Open SuSE

If using CD/DVD boot media, You need to choose Rescue System

mount -o remount,rw /dev/sda2 /mnt

# cd /mnt
# chroot /mnt
# passwd (new password)

Reboot

Comments
Comments Off
Categories
Linux Server, Linux tools
Comments rss Comments rss
Trackback Trackback

Nagios IT Monitoring software

MWahl | November 22, 2009 | 6:35 pm

As an alternative to more costly software monitoring  solutions this is free, Nagios provides the means to monitor windows and linux servers and other equipment such as

 

  • Monitoring Windows machines
  • Monitoring Linux/Unix machines
  • Monitoring Netware servers
  • Monitoring routers/switches
  • Monitoring network printers
  • Monitoring publicly available services (HTTP, FTP, SSH, etc.)

To keeps things simple I chose to install Nagios on Open SuSE 11.2 http://software.opensuse.org/112/en. Just go through a typical install, make sure that you install apache2 or httpd (Fedora) and C/C++ development libraries. Also I like to change the default run level from 5 to 3 so that you can put the memory toward the server and not toward the GUI interface. I would also recommend enabling SSH to manager the server.  For the most part you will be modifying conf files and managing the server from http://nagios_server_IP/nagios. Once you have your monitoring server operating system built in my case I chose OpenSuSE, follow these simple steps….

As a quick note, step 1, I had an issue with these commands…..
/usr/sbin/usermod -a -G nagcmd nagios

/usr/sbin/usermod -a -G nagcmd wwwrun

so, instead I used….

/usr/sbin/usermod  -G nagcmd nagios
/usr/sbin/usermod  -G nagcmd wwwrun

 Also one more note, after two installs the status map has not worked. I am running OpenSuSE, to fix this problem I did the following.

Make sure these packages are installed.

 

 

 

 

 

http://nagios.sourceforge.net/docs/3_0/quickstart-opensuse.html

http://nagios.sourceforge.net/docs/3_0/quickstart-fedora.html

http://nagios.sourceforge.net/docs/3_0/quickstart-ubuntu.html

Debian/ubuntu

 

apt-get install

 

libgd

libgd-devel

libpng

libpng-devel

libjpeg

libjpeg-devel

zlib

zlib-devel

Fedora /centos/RHEL/opensuse

Use  yum install Or yast2 -i

 

gd

gd-devel

png

png-devel

jpeg

jpeg-devel

zlib

zlib-devel

While in the Nagios directory run the following commands. IF YOU ARE RUNNING RUNNING THESE COMMANDS ON AN EXISTING INSTALL YOU WILL LOSE DATA, SO PLEASE MAKE A COPY OF YOU CONFIG FILES.

 

 

 

Comments
Comments Off
Categories
Linux Server, Linux tools, Windows Server, Windows tools
Comments rss Comments rss
Trackback Trackback

Clonezilla

MWahl | September 15, 2009 | 9:21 pm

http://clonezilla.org/

What is Clonezilla ?

You’re probably familiar with the popular proprietary commercial package Norton Ghost®, and its OpenSource counterpart, Partition Image. The problem with these software packages is that it takes a lot of time to massively clone systems to many computers. You’ve probably also heard of Symantec’s solution to this problem, Symantec Ghost Corporate Edition® with multicasting. Well, now there is an OpenSource clone system (OCS) solution called Clonezilla with unicasting and multicasting!

Clonezilla, based on DRBL, Partition Image, ntfsclone, partclone, and udpcast, allows you to do bare metal backup and recovery. Two types of Clonezilla are available, Clonezilla live and Clonezilla SE (server edition). Clonezilla live is suitable for single machine backup and restore. While Clonezilla SE is for massive deployment, it can clone many (40 plus!) computers simultaneously. Clonezilla saves and restores only used blocks in the harddisk. This increases the clone efficiency. At the NCHC’s Classroom C, Clonezilla SE was used to clone 41 computers simultaneously. It took only about 10 minutes to clone a 5.6 GBytes system image to all 41 computers via multicasting!

Features of Clonezilla

  • Free (GPL) Software.
  • Filesystem supported: ext2, ext3, ext4, reiserfs, xfs, jfs of GNU/Linux, FAT, NTFS of MS Windows, and HFS+ of Mac OS. Therefore you can clone GNU/Linux, MS windows and Intel-based Mac OS, no matter it’s 32-bit (x86) or 64-bit (x86-64) OS. For these file systems, only used blocks in partition are saved and restored. For unsupported file system, sector-to-sector copy is done by dd in Clonezilla.
  • LVM2 (LVM version 1 is not) under GNU/Linux is supported.
  • Multicast is supported in Clonezilla SE, which is suitable for massively clone. You can also remotely use it to save or restore a bunch of computers if PXE and Wake-on-LAN are supported in your clients.
  • Based on Partimage, ntfsclone, partclone, and dd to clone partition. However, clonezilla, containing some other programs, can save and restore not only partitions, but also a whole disk.
  • By using another free software drbl-winroll, which is also developed by us, the hostname, group, and SID of cloned MS windows machine can be automatically changed.

Which Clonezilla Shall I Use ?

  • Clonezilla Live: Clonezilla live allows you to use CD/DVD or USB flash drive to boot and run clonezilla (Unicast only)
  • Clonezilla SE: Clonezilla SE is included in DRBL, therefore a DRBL server must first be set up in order to use Clonezilla to do massively clone (unicast, broadcast and multicast are supported)
Comments
Comments Off
Categories
Linux Server, Linux tools, Windows Server, Windows tools
Comments rss Comments rss
Trackback Trackback

TechPosters: Technical Posters and Cheats for IT Guys

MWahl | September 6, 2009 | 7:29 am

http://posters.msug.vn.ua/default.aspx

Comments
Comments Off
Categories
Linux Server, Networking, Windows Server
Comments rss Comments rss
Trackback Trackback

CrackingWEP

MWahl | September 6, 2009 | 7:17 am

https://help.ubuntu.com/community/CrackingWEP

Comments
Comments Off
Categories
Linux Server, Linux tools, Security
Comments rss Comments rss
Trackback Trackback

Recovering Filesystems from corrupted RAID sets

MWahl | August 9, 2009 | 2:07 pm

http://unixwiz.net/techtips/recovering-failed-raid.html

Comments
Comments Off
Categories
Linux Server, Windows Server
Comments rss Comments rss
Trackback Trackback

Top Free Linux Online Courses

MWahl | August 9, 2009 | 2:05 pm

http://brajeshwar.com/2008/top-free-linux-online-courses/

Comments
Comments Off
Categories
Linux Server, Linux tools
Comments rss Comments rss
Trackback Trackback

ReactOS

MWahl | July 26, 2009 | 9:12 pm

ReactOS is a free, modern operating system based on the design of Windows XP/2003. Written completely from scratch, it aims to follow the Windows® architecture designed by Microsoft from the hardware level right through to the application level. This is not a Linux based system, and shares none of the unix architecture.

http://www.reactos.org/en/index.html

Comments
Comments Off
Categories
Linux Server
Comments rss Comments rss
Trackback Trackback

Next Entries »

some text

RSS Netcast

  • Find my Exchange 2010 version with the help of PowerShell May 9, 2012
  • IIS 7.5 Url Rewrite April 29, 2012
  • Allow non-IT user to make changes to active directory/GAL domain user Title and Department April 28, 2012

Categories

  • Activesync (1)
  • Amazon EC2 (5)
  • Amazon S3 (2)
  • Antivirus (1)
  • Blackberry (9)
  • Blackberry Enterprise Server (1)
  • blogs (3)
  • Cisco (6)
  • Citrix Xenapp (2)
  • Databases (2)
  • HTC (1)
  • IIS 7 (1)
  • Internet Explorer (1)
  • iPhone (4)
  • Linux Server (18)
  • Linux tools (11)
  • Microsoft Apps (2)
  • Microsoft Exchange (13)
  • Microsoft Office (1)
  • Microsoft Sharepoint Services (2)
  • Microsoft SQL Server (4)
  • Monitoring (2)
  • MS IIS 6 (1)
  • MYSQL (1)
  • NetCast (3)
  • Networking (20)
  • OpsView/Nagios (1)
  • Photos (1)
  • RAID (1)
  • Scripts (4)
  • Secure FTP (1)
  • Security (10)
  • Smart Phones (1)
  • Tech Preview (8)
  • Uncategorized (42)
  • Virtual Servers (4)
  • Web Browsers (2)
  • Web Server load balancing (1)
  • Web Servers (10)
  • Windows Desktops (17)
  • Windows Server (24)
  • Windows tools (23)
  • WordPress (1)

Recent Posts

  • Find my Exchange 2010 version with the help of PowerShell
  • IIS 7.5 Url Rewrite
  • Allow non-IT user to make changes to active directory/GAL domain user Title and Department
  • Problems Installing SharePoint 2010 SP1
  • Email Notifications Not Sending In SQL Server 2008

Archives

Blogroll

  • IT Pro Security Community
  • Jeff Stevenson
  • kevin devin
  • lopsa lopsa
  • MWahl social.microsoft.com
  • Network Security
  • Petri
  • SVROPS
  • Technology blog from bbc
  • technology review
  • THE WAN LAN LORD
  • Zakki's Blog
rss Comments rss valid xhtml 1.1 design by jide powered by Wordpress get firefox