Apr 24 2009

World’s Biggest data centers Server Room

Category: IBM Server, Serveradmin @ 2:10 pm

 

World’s Biggest data centers Server Room

World’s Biggest data centers Server Room

World’s Biggest data centers Server Room

World’s Biggest data centers Server Room

World’s Biggest data centers Server Room

World’s Biggest data centers Server Room

World’s Biggest data centers Server Room

World’s Biggest data centers Server Room

World’s Biggest data centers Server Room

World’s Biggest data centers Server Room

World’s Biggest data centers Server Room

data_center_22

World’s Biggest data centers Server Room

World’s Biggest data centers Server Room

World’s Biggest data centers Server Room

World’s Biggest data centers Server Room

World’s Biggest data centers Server Room

World’s Biggest data centers Server Room

Share This Post


Apr 23 2009

HP Pavilion dv3t

Category: HP, Laptopadmin @ 3:18 am

This lightweight Intel-based pavilion notebook boasts of a 13.3-inch LED-backlit display, Core 2 Duo processor (2.0GHz T6400), and up to seven hours of runtime on the optional 9-cell battery. The Pavilion dv3t is about 1.25-inches thick and weighs just under 5 lbs. The base model comes with 2GB of RAM, but HP is currently offering a free upgrade to 3GB. Wi-Fi (b/g or optional Wi-Fi and Bluetooth), optional integrated mobile broadband, an HDMI port, DVD burner or optional Blu-ray drive, and a VGA webcam with microphone. You can customize the Pavilion dv3t with up to 8GB of RAM, a faster processor (up to a 2.66 GHz T9550), and an optional 512MB NVIDIA GeForce G 105M.

HP-Pavilion-dv3t-Moonlight-white

Features include:

  • 13.3-inch diagonal LED Bright View display with 16:9 aspect ratio for full-screen HD content viewing
  • Intel Core 2 Duo Processor T6400
  • Up to 500 GB hard drive, providing ample room for photos, music and other content
  • HP Webcam and microphone for staying in touch with friends and family
  • HP Media Smart software for enjoying photos, listening to music and watching Internet TV or movies in high-definition
  • Optional built-in Blu-ray disc drive and remote control
  • SRS Premium Sound for optimal audio performance
  • Optional 9-cell battery with up to 7 hours of battery life
  • Full-sized keyboard for comfortable typing
  • ENERGY STAR qualified and EPEAT Silver registered

Share This Post


Apr 23 2009

Top 10 Laptop of 2008-2009

Category: Laptopadmin @ 3:10 am
  1. Hp Pavilion dv2700 (Core2duo 2.0Ghz, 2GB RAM) 41YtQzLByaL
  2. Acer Aspire 2920Z (Dual Core 1.6Ghz, 2GB RAM) acer_aspire_2920z_1
  3. Compaq Presario v3800 (Core2duo 2.0Ghz, 2GB RAM) compaq-presario-v3800-series-1
  4. Acer Aspire 4930G (Core2duo 2.4Ghz, 4GB RAM) acer-aspire-4930
  5. Acer Extensa 4620Z (Dual core 1.6Ghz, 1GBRAM) acer-extensa-4630z_large
  6. Acer Aspire 5920G (Core2duo 2.0Ghz, 2GB RAM) acer_aspire_5920g
  7. Acer Aspire 4930 (AMD Turion 2.0Ghz, 1GB RAM) acer_aspire_4930_1
  8. Apple MacBook (Core2duo 2.2Ghz, 1GB RAM) apple_macbook_pro_17_s20004
  9. Dell XPS M1530 (Core2duo 2.2Ghz, 2GB RAM) dell-xps-m153008-thumb
  10. Acer Aspire One (Intel Atom 1.6Ghz,1GB RAM)aspire_one_d150_rot

Share This Post


Apr 16 2009

Office 2007 SP2 Built-In ODF and PDF Support

Category: Microsoft, Office 2007admin @ 1:36 am

Microsoft’s Office team has officially announced a Service Pack 2 for Office 2007, which adds some speed, reliability, and printing improvements across the board. The major new new thing? Native support for Open Document files (ODF), the major format of Open Office.org, without a plug-in, and printing to PDF. SP2 should arrive on April 28

office2007 SP2 What’s new Microsoft Office 2007 SP2

  • Support for Open Document Format (ODF), XML Paper Specification (XPS) and Portable Document Format (PDF).
  • Improved Outlook Calendaring reliability.
  • Improved Outlook performance.
  • Enabling Object Model support for Charts in Microsoft Ofice PowerPoint 2007 and Microsoft Office Word 2007.
  • Improved cryptographic functionality b supporting all cryptographic algorithms offered by the operating system.
  • Improved functionality in Microsoft Office Excel 2007 charting mechanism.
  • Ability to ungroup SmartArt graphics (and as a result, the ability to add animations to them in PowerPoint 2007).
  • Ability for Visio 2007 to export UML models to an XML file compliant with the XMI standard.
  • Tool that enables the uninstallation of Office client Service Packs.

Share This Post


Apr 15 2009

Router

Category: Router, switchadmin @ 4:23 am
  • LAN switches make use of  packet switching. The switch establishes a connection between two segments and keeps the connection just long enough to send the current packet. packet.switching
  • Incoming packets, which are part of an Ethernet frame, save to a temporary memory area. The temporary memory area is a buffer.
  • The switch reads the MAC address that is in the frame header and compares the address to a list of addresses in the switch lookup table. In a LAN with an Ethernet basis, an Ethernet frame contains a normal packet as the payload of the frame. The frame has a special header that includes the MAC address information for the source and destination of the packet.
  • Switches  work at Layer 2 (Data or Datalink) of the Open System Interconnection (OSI) reference model
  • Use  MAC addresses to switch the traffic.
  • Switches use one of three methods for routing traffic  Cut-through,Store and forward, Fragment-free
  • Most Ethernet LAN switches use transparent bridging to create the address lookup tables.Transparent bridging has five parts:
    • Learning
    • Flooding
    • Filtering
    • Forwarding
    • Aging

Switches use one of three methods for routing traffic:

    • Cut-through
    • Store and forward
    • Fragment-free

    Cut-through:

    • Switches only read the MAC address as soon as a packet is detected by the switch.
    • Address consists of   six bytes therefore switch  store the six bytes.
    • After this the switches immediately begin to send the packet to the destination node, even though the rest of the packet is coming into the switch.
    • Reduces latency  but decreases reliability.
    • Only be used where the speed of the outgoing interface is less than or equal to the incoming interface speed.

    Store and forward:

    • In a store and forward method switch saves the entire packet to the buffer
    • Then checks the packet for Cyclic Redundancy Check (CRC) errors or other problems.
    • If the packet has an error, the packet is discarded.
    • Otherwise, the switch looks up the MAC address and sends the packet on to the destination node.
    • Many switches combine the two methods by using cut-through until a certain error level is reached, then changing over to store and forward.
    • Very few switches are strictly cut-through because this provides no error correction.

    Fragment free:

    • A less common method is fragment-free.
    • It works like cut-through, but stores the first 64 bytes of the packet before sending the packet on.
    • Because the most errors and all collisions occur during the initial 64 bytes of a packet.
    • Only useful if there is a chance of a collision on the source port

There are four major phases to the bootup process:


1. Performing the POST
2. Loading the bootstrap program
3. Locating and loading the Cisco IOS software
4. Locating and loading the startup configuration file or entering setup mode

1. Performing the POST
The Power-On Self Test (POST) is a common process that occurs on almost every computer during bootup. The POST process is used to test the router hardware. When the router is powered on, software on the ROM chip conducts the POST. During this self-test, the router executes diagnostics from ROM on several hardware components including the CPU, RAM, and NVRAM. After the POST has been completed, the router executes the bootstrap program.

2. Loading the Bootstrap Program
After the POST, the bootstrap program is copied from ROM into RAM. Once in RAM, the CPU executes the instructions in the bootstrap program. The main task of the bootstrap program is to locate the Cisco IOS and load it into RAM.
Note: At this point, if you have a console connection to the router, you will begin to see output on the screen.

3. Locating and Loading Cisco IOS
Locating the Cisco IOS software. The IOS is typically stored in flash memory, but can also be stored in other places such as a TFTP (Trivial File Transfer Protocol) server.
If a full IOS image can not be located, a scaled-down version of the IOS is copied from ROM into RAM. This version of IOS is used to help diagnose any problems and can be used to load a complete version of the IOS into RAM.
Note: A TFTP server is usually used as a backup server for IOS but it can also be used as a central point for storing and loading the IOS. IOS management and using the TFTP server is discussed in a later course.

4. Locating and Loading the Configuration File
Locating the Startup Configuration File. After the IOS is loaded, the bootstrap program searches for the startup configuration file, known as startup-config, in NVRAM. This file has the previously saved configuration commands and parameters including:

  • interface addresses
  • routing information
  • passwords
  • any other configurations saved by the network administrator

If the startup configuration file, startup-config, is located in NVRAM, it is copied into RAM as the running configuration file, running-config.
Executing the Configuration File. If a startup configuration file is found in NVRAM, the IOS loads it into RAM as the running-config and executes the commands in the file, one line at a time. The running-config file contains interface addresses, starts routing processes, configures router passwords and defines other characteristics of the router.

Enter Setup Mode (Optional). If the startup configuration file can not be located, the router prompts the user to enter setup mode. Setup mode is a series of questions prompting the user for basic configuration information. Setup mode is not intended to be used to enter complex router configurations, and it is not commonly used by network administrators.
When booting a router that does not contain a startup configuration file, you will see the following question after the IOS has been loaded:

Command Line Interface
Depending on the platform and IOS, the router may ask the following question before displaying the prompt:
Would you like to terminate autoinstall? [yes]:
Press the Enter key to accept the default answer.
Router>
Note: If a startup configuration file was found, the running-config may contain a hostname and the prompt will display the hostname of the router.
Once the prompt displays, the router is now running the IOS with the current running configuration file. The network administrator can now begin using IOS commands on this router

Share This Post


Apr 15 2009

JVC GD-463D10

Category: Monitoradmin @ 3:53 am

JVC Japan have announced its new lineup of monitor – GD-463D10. It is a 46-inch LCD HDTV with a native 1,920 x 1080 resolution, a 2,000:1 contrast ratio, dual 10 watt speakers, support for 3D material and weighs 26.7 kg.JVC GD-463D10

While the monitor supports 3D display, the content that is around the market is pretty much limited.

Share This Post


Apr 15 2009

Cisco Router useful tips and Commands

Category: Hardwareadmin @ 2:52 am

Cisco_11 802.1D IEEE specification for STP.

Root bridge Switch that includes the designated port with the highest priority or the lowest MAC address.

Spanning-tree algorithm (STA) System used to calculate a loop-free network topology for STP.

Spanning Tree Protocol (STP) A protocol that uses the spanning- tree algorithm to map the best path through the network and block ports that can create a redundant path for data in the network.

Frame tagging Method used to identify frame membership in a VLAN as the frame traverses a trunked link.

Inter-Switch Link (ISL) Cisco proprietary method of frame tagging for Fast Ethernet and Gigabit Ethernet links.

Static VLAN Assignment of a switch port to a VLAN by an administrator.

Virtual local area network (VLAN) A logical grouping of network users and resources connected defined ports on the switch. A VLAN looks like, and is treated like, its own subnet.

show cdp neighbor Display a summary of connected cdp devices

show cdp entry * Display detailed information on all devices

show ip protocols Display current routing protocols

show ip route  Display IP routing table

show access-lists Display access lists, this includes the number of displayed matches

show isdn status Check the router can see the ISDN switch

show frame-relay pvc  Check a Frame Relay PVC connections

show frame-relay lmi show lmi traffic stats

show frame-relay map Display the frame inverse ARP table

Enable Enter privileged mode

disable Return to user mode from privileged

Logout or exit or quit  Exit Router

up arrow or <Ctrl-P> Recall last command

down arrow or <Ctrl-N> Recall next command

<Shift> and <Ctrl> and 6 then x Suspend or abort

<Ctrl-R> Refresh screen output

TAB Compleat Commandcisco_logo

Share This Post


Apr 03 2009

Dell’s new PowerEdge server series

Category: DELL, New Arrival, Product Details, Serveradmin @ 12:05 pm

This week, Dell released a whole slew of product announcements, including the continuation of a major revamp of the Power Edge server line.  As a long-time big fan of Dell servers, I’m pretty excited about the new hardware.

In general, you won’t find much that is significantly revolutionary in the new server designs. In most cases, the new server models update older versions by adding support for newer Intel processors, additional RAM, and more internal storage. The servers do have a new look, though. Now, to be fair, the servers support a lot more RAM — 50% more, in fact. As data centers continue to shrink due to virtualization, increasing memory capability is critical.

The servers also sport:

  • New embedded management capabilities designed to simplify server and infrastructure management.
  • Energy efficient options to help organizations achieve green initiatives. 
  • Power Edge R610

Although I haven’t found any documentation indicating that Dell plans to discontinue the Power Edge 1950 III, I can’t imagine that the older model won’t be replaced by the new PowerEdge R610, Dell’s 1U rack-mountable newcomer to the Power Edge server line. The R610 brings all of the enhancements that one would expect, including support for additional RAM (up to 96 GB), six drive bays in the 1U factor, and support for the newest Intel processors.

PowerEdge R610

Power Edge R610:

 

 

1950 III

R610

Form

Rack

Rack

Height

1U

1U

Sockets

Dual

Dual

Max cores

Eight

Eight

Processors

Xeon 5400

Xeon 5500

Chipset

Intel 5000X

Intel 5520

Max RAM

64GB

96GB

Drive bays

2 x 2.5″ or 2 x 3.5″

6 x 2.5″

Max int. disk

2.0 TB

3.0 TB

Network ports

2 x GbE

2 x Gb E

Power Edge R710:

Picking up where the Power Edge 2950 III left off, Dell’s new Power Edge R710 server also increases server capacity by providing for up to 144 GB of RAM in the 2U form factor along with eight 2.5″ drive bays and maximum internal storage of 6.0 TB. Like its older cousin, the R710 is a rack mountable server, but the new system provides four gigabit Ethernet ports on the motherboard, whereas the 2950 III provided two.

PowerEdge R710

PowerEdge R710

PowerEdge R710 

  2950 III R710
Form Rack Rack
Height 2U 2U
Sockets Dual Dual
Max cores Eight Eight
Processors Xeon 5400 Xeon 5500
Chipset Intel 5000X Intel 5520
Max RAM 64GB 144GB
Drive bays 2 x 2.5″ or 2 x 3.5″ 8 x 2.5″ or 6 x 3.5″
Max int. disk 2.0 TB 6.0 TB
Network ports 2 x GbE 4 x GbE
PowerEdge T610

Dell also introduced an update to its venerable Power Edge 2900 III tower server. Dubbed the Power Edge T610, this new server increases total RAM capacity from 64 GB to 96 GB and total maximum internal storage from 6.0TB to 8.0TB. This is the one update that kind of disappoints me. This 5U behemoth has less expansion capability than one would think when compared to the R610 and R710. In the R710, for example, total possible RAM is 144 GB, with only 96 GB allowed in the T610.  Further, even though the T610 can support up to 8 TB of internal disk space allowed in eight drive bays, with 5U of space, it seems like a lost opportunity to provide a great general purpose storage server with, say, 16 bays. Maybe that’ll come when (if) Dell releases a T710 model.

PowerEdge R710

PowerEdge T610

 


  2900 III T610
Form Tower Tower
Height 5U 5U
Sockets Dual Dual
Max cores Eight Eight
Processors Xeon 5400 Xeon 5500
Chipset Intel 5000X Intel 5520
Max RAM 64GB 96GB
Drive bays 4 x 3.5″ or
6 x 3.5″ or
8 x 2.5″
8 x 2.5″ or
8 x 3.5″
Max int. disk 6.0 TB 8.0 TB
Network ports 2 x GbE 2 x GbE

PowerEdge M610

The M610 is Dell’s first hardware revision of the M600, initially introduced as a part of Dell’s new M1000e blade solution. Personally, I love the M1000e/M600 combination we’re using at Westminster College, so I’m happy to see a hardware update. Like the M600, the M610’s default configuration comes with dual gigabit Ethernet adapters, but the M610’s RAM capacity is 96 GB as compared to the M600’s 64 GB limit.  Further, the M610 can make use of larger disks, meaning that a single half-height blade can hold up to 600 GB of space.

PowerEdge M610

PowerEdge M610

PowerEdge M610


  M600 M610
Form Blade Blade
Height Half Half
Sockets Dual Dual
Max cores Eight Eight
Processors Xeon 5400 Xeon 5500
Chipset Intel 5000X Intel 5520
Max RAM 64GB 96GB
Drive bays 2 x 2.5″ 2 x 2.5″
Max int. disk 300 GB 600 GB
Network ports 2 x GbE 2 x GbE

PowerEdge M710

The new M710 is really the only new server that doesn’t have a predecessor. The M710’s capabilities, not to mention its model number, have it sitting between the M610 and the quad processor M900 series blade. The M710 is a full-height blade supporting up to 144 GB of RAM (this thing has eighteen DIMM sockets), 1.2TB of internal storage, and up to two processors. With 4 gigabit Ethernet ports in the base configuration, the M710 has ample communications capabilities, too. Because this is a full-height blade, there are four PCIe x8 mezzanine ports available for additional communications options, such as Fibre Channel.

PowerEdge M710

Share This Post