Archive for the 'Uncategorized' Category


Jan 05 2009

Latset Pass4side coupon codes

Published by mac0002 under Uncategorized

Coupon Code for Pass4side cisco Certification Exam
Pass4side cisco certification exam expert, always writing post for providing the latest Pass4side exam information, now I get a Pass4side promo code of 15% from Pass4side testing engine, when you buy Pass4side exam product, you can input this p4s discount code and buy your p4s exam questions, the detailed operation steps you can ask for all help from Pass4side online chat, this discount code can existed about two weeks, you can also tell your friends or colleauges this news, here AK give you the best luck when you take your cisco certification exam, good luck for your all Pass4side cisco practice exam certificates.Pass4side is the leader in supplying certification candidates with current and up-to-date training materials for Cisco Certification and Exam preparation. Pass4side Cisco resources are constantly being revised and updated for relevance and accuracy. We 100% guarantee the materials with quality and reliability which will help you pass any Cisco certification exam.

Pass4side.com Coupon Codes
As an IT Professional seeking certification you have one goal in mind - pass those tough certification exams. At Pass4side, that s our goal too, and we re so confident in our ability to help you pass that we guarantee it! Our exams are designed to simula Pass4side.com

Coupon Codes

CISCO:
ccnp 642-901 825 845 812 or 642-825 845 892 : P4SCCNP119 75%

ccdp 642-863 873 892 : P4SCCDP911 75%

CCNA+CCNP 640-802 642-901 825 845 812 :P4SCCNANP9 70%

640-802 642-825 845 892 : P4SCCNANP9 70%

ccda+ccdp 640-802 640-863 873 892 :P4SCCDADP8 70%

CCSP 642-502 522 532 511 551 : P4SCCSP333 75%


Technorati : , ,

No responses yet

Nov 24 2008

Pass4side Certification Exam(Exam 101: Detailed Objectives)

Published by mac0002 under Uncategorized

Pass4side Provide Latest LPI exam 101 EXAM info

Exam 101: Detailed Objectives

More Exam info visit: www.pass4side.com

This is a required exam for LPIC-1 or LPI certification Level 1. It covers basic skills for the Linux professional that are common across all distributions of Linux.

IMPORTANT INFORMATION: These are the current 101 objectives, which are valid effective 2006-01-01. The 101 exams which are delivered through test centers all over the world, will reflect these updated objectives for English in early 2006 and all other languages by late 2006/early 2007. Candidates should be prepared to take exams based upon these objectives after 2006.

Each objective is assigned a weighting value. The weights range roughly from 1 to 10 and indicate the relative importance of each objective. Objectives with higher weights will be covered in the exam with more questions.

Maintainer:Dimitrios “Taki” Bogiatzoules, Product Developer
Last modification: 2005-12-31
Topic 101: Hardware & Architecture

1.101.1 Configure Fundamental BIOS Settings
Comment this objective!
Weight: 1

Description: Candidates should be able to configure fundamental system hardware by making the correct settings in the system BIOS in x86 based hardware.

Key knowledge area(s):
Enable and disable integrated peripherals.
Configure systems with or without external peripherals such as keyboards.
Correctly set IRQ, DMA and I/O addresses for all BIOS administrated ports and settings for error handling.

The following is a partial list of the used files, terms and utilities:
/proc/ioports
/proc/interrupts
/proc/dma
/proc/pci

1.101.3 Configure Modem and Sound cards
Comment this objective!
Weight: 1

Description: Candidates should be able to configure modem and soundcard settings.

Key knowledge area(s):
Ensure devices meet compatibility requirements (particularly that the modem is not an unsupported win-modem).
Verify that correct resources are used by the cards.
Configure modem for outbound dial-up.
Set serial port speeds.

The following is a partial list of the used files, terms and utilities:
/proc/dma
/proc/interrupts
/proc/ioports
/proc/pci
lspci
lsusb

1.101.4 Setup non-IDE Devices
Comment this objective!
Weight: 1

Description: Candidates should be able to configure non-IDE devices as SCSI, SATA, USB drives using the special BIOS as well as the necessary Linux tools.

Key knowledge area(s):
Differentiate between the various types of non-IDE devices.
Manipulate BIOS to detect used and available SCSI IDs.
Set the correct hardware ID for different devices, especially the boot device.
Configure BIOS settings to control the boot sequence when both non-IDE and IDE devices are present .

The following is a partial list of the used files, terms and utilities:
SCSI ID
/proc/scsi/
scsi_info

1.101.5 Setup different PC expansion cards
Comment this objective!
Weight: 3

Description: Candidates should be able to configure various cards for the various expansion slots.

Key knowledge area(s):
Know the differences between coldplug and hotplug devices.
Determine hardware recources for devices.

The following is a partial list of the used files, terms and utilities:
The appropriate subdirectories of /proc
hotplug configuration files, terms and utilities
lspci
lsusb

1.101.6 Configure Communication Devices
Comment this objective!
Weight: 1

Description: Candidates should be able to install and configure different internal and external communication devices like modems, ISDN adapters and DSL modems.

Key knowledge area(s):
Verification of compatibility requirements (such as the modem is not a winmodem).
Correctly set IRQs, DMAs and I/OPorts of the cards to avoid conflicts between devices.
Load and configure suitable device drivers.
Set serial port speed.
Setup modem for outbound PPP connections.

The following is a partial list of the used files, terms and utilities:
/proc/dma
/proc/interrupts
/proc/ioports
setserial

1.101.7 Configure USB devices
Comment this objective!
Weight: 1
Description: Candidates should be able to activate USB support, use and configure different USB devices.
Key knowledge area(s):
Identify and load the correct USB driver module.
Demonstrate knowledge of the USB layer architecture and the modules used in the different layers.

The following is a partial list of the used files, terms and utilities:
lspci
xHCI modules
lsusb
/etc/usbmgr/
usbmodules
/etc/hotplug
udev configuration files, utilities and documentation
Topic 102: Linux Installation & Package Management

1.102.1 Design hard disk layout
Comment this objective!
Weight: 5

Description: Candidates should be able to design a disk partitioning scheme for a Linux system.

Key knowledge area(s):
Allocate filesystems and swap space to separate partitions or disks.
Tailor the design to the intended use of the system.
Ensure the /boot partition conforms to the BIOS requirements for booting.

The following is a partial list of the used files, terms and utilities:
/ (root) filesystem
/var filesystem
/home filesystem
swap space
mount points
partitions

1.102.2 Install a boot manager
Comment this objective!
Weight: 1

Description: Candidates should be able to select, install and configure a boot manager.

Key knowledge area(s):
Providing alternative boot locations and backup boot options (for example, using a boot floppy or a bootable CDROM).
Install and configure a boot loader such as GRUB or LILO.
Interact with the boot loader.

The following is a partial list of the used files, terms and utilities:
/boot/grub/grub.conf
/boot/grub/menu.lst
grub-install
MBR
superblock
first stage boot loader
/etc/lilo.conf
lilo

1.102.3 Make and install programs from source
Comment this objective!
Weight: 5

Description: Candidates should be able to build and install an executable program from source. This objective includes being able to unpack a file of sources. Candidates should be able to make simple customizations to the Makefile, for example changing paths or adding extra include directories, either in the raw Makefile or using the configure tools.

Key knowledge area(s):
Unpack a file of sources using typical compression utilities.
Make simple customizations to Makefile such as changing paths or adding extra include directories.
Apply parameters to a configure script.
Know where sources are stored by default.
Compile a RPM or DPKG software package using sources.

The following is a partial list of the used files, terms and utilities:
RPM and DPKG commands
/usr/src/
gunzip
gzip
bzip2
tar
configure
make

1.102.4 Manage shared libraries
Comment this objective!
Weight: 3

Description: Candidates should be able to determine the shared libraries that executable programs depend on and install them when necessary.

Key knowledge area(s):
Identify shared libraries.
Identify the typical locations of system libraries.
Load shared libraries.

The following is a partial list of the used files, terms and utilities:
ldd
ldconfig
/etc/ld.so.conf
LD_LIBRARY_PATH

1.102.5 Use Debian package management
Comment this objective!
Weight: 8

Description: Candidates should be able to perform package management using the Debian package tools.

Key knowledge area(s):
Install, upgrade and uninstall Debian binary packages.
Find packages containing specific files or libraries which may or may not be installed.
Obtain package information like version, content, dependencies, package integrity and installation status (whether or not the package is installed).

The following is a partial list of the used files, terms and utilities:
unpack
configure
/etc/dpkg/dpkg.cfg
/var/lib/dpkg/*
/etc/apt/apt.conf
/etc/apt/sources.list
dpkg
dselect
dpkg-reconfigure
apt-get
alien

1.102.6 Use Red Hat Package Manager (RPM)
Comment this objective!
Weight: 8

Description: Candidates should be able to perform package management using RPM based tools.

Key knowledge area(s):
Install, re-install, upgrade and remove RPM packages.
Obtain information on RPM packages such as version, status, dependencies, integrity and signatures.
Determine what files a package provides, as well as find which package a specific file comes from.

The following is a partial list of the used files, terms and utilities:
/etc/rpmrc
/usr/lib/rpm/*
rpm
grep
Topic: 103 GNU & Unix Commands

1.103.1 Work on the command line
Comment this objective!
Weight: 5

Description: Candidates should be able to interact with shells and commands using the command line. The objective assumes the bash shell.

Key knowledge area(s):
Use single shell commands and one line command sequences to perform basic tasks on the command line.
Use and modify the shell environment including defining, referencing and exporting environment variables.
Use and edit command history.
Invoke commands inside and outside the defined path.
Use commands recursively through a directory tree.

The following is a partial list of the used files, terms and utilities:
bash
echo
env
exec
export
pwd
set
unset
~/.bash_history
~/.profile

1.103.2 Process text streams using filters
Comment this objective!
Weight: 6

Description: Candidates should should be able to apply filters to text streams.

Key knowledge area(s):
Send text files and output streams through text utility filters to modify the output using standard UNIX commands found in the GNU textutils package.

The following is a partial list of the used files, terms and utilities:
cat
cut
expand
fmt
head
hexdump
join
nl
paste
pr
sed
sort
split
tac
tail
tr
unexpand
uniq
wc

1.103.3 Perform basic file management
Comment this objective!
Weight: 3

Description: Candidates should be able to use the basic Linux commands to manage files and directories.

Key knowledge area(s):
Copy, move and remove files and directories individually.
Copy multiple files and directories recursively.
Remove files and directories recursively.
Use simple and advanced wildcard specifications in commands.
Using find to locate and act on files based on type, size, or time.

The following is a partial list of the used files, terms and utilities:
cp
find
mkdir
mv
ls
rm
rmdir
touch
file globbing

1.103.4 Use streams, pipes and redirects
Comment this objective!
Weight: 5

Description: Candidates should be able to redirect streams and connect them in order to efficiently process textual data. Tasks include redirecting standard input, standard output and standard error, piping the output of one command to the input of another command, using the output of one command as arguments to another command and sending output to both stdout and a file.

Key knowledge area(s):
Redirecting standard input, standard output and standard error.
Pipe the output of one command to the input of another command.
Use the output of one command as arguments to another command.
Send output to both stdout and a file.

The following is a partial list of the used files, terms and utilities:
tee
xarg
<
<<
>>
|
` (back ticks)

1.103.5 Create, monitor and kill processes
Comment this objective!
Weight: 5

Description: Candidates should be able to perform basic process management.

Key knowledge area(s):
Run jobs in the foreground and background.
Start a process that will run without being associated to a terminal.
Signal a program to continue running after logout.
Monitor active processes.
Select and sort processes for display.
Send signals to processes.
Kill processes including processes that did not terminate correctly after an X session has closed

The following is a partial list of the used files, terms and utilities:
&
bg
fg
jobs
kill
nohup
ps
top
killall

1.103.6 Modify process execution priorities
Comment this objective!
Weight: 3

Description: Candidates should be able to manage process execution priorities.

Key knowledge area(s):
Know the default priority of a job that is created.
Run a program with higher or lower priority than the default..
Change the priority of a running process.

The following is a partial list of the used files, terms and utilities:
nice
ps
renice
top

1.103.7 Search text files using regular expressions
Comment this objective!
Weight: 3

Description: Candidates should be able to manipulate files and text data using regular expressions. This objective includes creating simple regular expressions containing several notational elements. It also includes using regular expression tools to perform searches through a filesystem or file content.

Key knowledge area(s):
Create simple regular expressions containing several notational elements.
Use regular expression tools to perform searches through a filesystem or file content.

The following is a partial list of the used files, terms and utilities:
grep
sed

1.103.8 Perform basic file editing operations using vi
Comment this objective!
Weight: 1

Description: Candidates should be able to edit text files using vi. This objective includes vi navigation, basic vi modes, inserting, editing, deleting, copying and finding text.

Key knowledge area(s):
Navigate a document using vi.
Use basic vi modes (Command, Insert, Replace).
Insert, edit, delete, copy and find text.

The following is a partial list of the used files, terms and utilities:
vi
/, ?
h,j,k,l
G, H, L
i, c, d, dd, p, o, a
ZZ, :w!, :q!, :e!
:!
Topic 104: Devices, Linux Filesystems, Filesystem Hierarchy Standard

1.104.1 Create partitions and filesystems
Comment this objective!
Weight: 3

Description: Candidates should be able to configure disk partitions and then create filesystems on media such as hard disks. This includes the handling of swap partitions.

Key knowledge area(s):
Use various mkfs commands to set up partitions and create various filesystems, including ext2, ext3, reiserfs, vfat and xfs.

The following is a partial list of the used files, terms and utilities:
fdisk
mkfs
mkswap

1.104.2 Maintain the integrity of filesystems
Comment this objective!
Weight: 3

Description: Candidates should be able to maintain a standard filesystem, as well as the extra data associated with a journaling filesystem.

Key knowledge area(s):
Verify the integrity of filesystems.
Monitor free space and inodes.
Repair simple filesystem problems.

The following is a partial list of the used files, terms and utilities:
du
df
fsck
e2fsck
mke2fs
debugfs
dumpe2fs
tune2fs

1.104.3 Control mounting and unmounting filesystems
Comment this objective!
Weight: 3

Description: Candidates should be able to configure the mounting of a filesystem.

Key knowledge area(s):
Manually mount and unmount filesystems.
Configure filesystem mounting on bootup.
Configure user mountable removeable filesystems such as tape drives, floppies and CDROMs.

The following is a partial list of the used files, terms and utilities:
/etc/fstab
mount
umount

1.104.4 Managing disk quota
Comment this objective!
Weight: 3

Description: Candidates should be able to manage disk quotas for users.

Key knowledge area(s):
Set up a disk quota for a filesystem.
Edit, check and generate user quota reports.

The following is a partial list of the used files, terms and utilities:
quota
edquota
repquota
quotaon

1.104.5 Use file permissions to control access to files
Comment this objective!
Weight: 5

Description: Candidates should be able to control file access through the proper use of permissions.

Key knowledge area(s):
Manage access permissions on regular and special files as well as directories.
Use access modes such as suid, sgid and the sticky bit to maintain security.
Use the group field to grant file access to workgroups.
Basic knowledge of ACL.
Know how to change the default file creation mode of the shell.

The following is a partial list of the used files, terms and utilities:
chmod
umask
chattr (where applicable)

1.104.6 Manage file ownership
Comment this objective!
Weight: 1

Description: Candidates should be able to control user and group ownership of files. This objective includes the ability to change the user and group owner of a file as well as the default group owner for new files.

Key knowledge area(s):
Manage access permissions on regular and special files as well as directories.
Use the group field to grant file access to workgroups.

The following is a partial list of the used files, terms and utilities:
chmod
chown
chgrp

1.104.7 Create and change hard and symbolic links
Comment this objective!
Weight: 1

Description: Candidates should be able to create and manage hard and symbolic links to a file.

Key knowledge area(s):
Create links.
Identify hard and/or softlinks.
Copying versus linking files.
Use links to support system administration tasks.

The following is a partial list of the used files, terms and utilities:
ln

1.104.8 Find system files and place files in the correct location
Comment this objective!
Weight: 5

Description: Candidates should be thouroughly familiar with the Filesystem Hierarchy Standard (FHS), including typical file locations and directory classifications.

Key knowledge area(s):
Understand the correct locations of files under the FHS.
Find files and commands on a Linux system.
Know the location and propose of important file and directories as defined in the FHS.

The following is a partial list of the used files, terms and utilities:
find
locate
slocate
updatedb
whereis
which
/etc/updatedb.conf
Topic 110: The X Window System

1.110.1 Install & Configure X11
Comment this objective!
Weight: 5

Description: Candidates should be able to install and configure X and an X font server.

Key knowledge area(s):
Verify that the video card and monitor are supported by an X server.
Customize and tune X for the videocard and monitor.
Install and configure an X font server.
Install fonts.
Manually edit the X Window configuration file.

The following is a partial list of the used files, terms and utilities:
xorgcfg
xorgconfig
/etc/X11/xorg.conf XF86Setup
xf86config
xvidtune
/etc/X11/XF86Config
.Xresources

1.110.2 Setup a display manager
Comment this objective!
Weight: 3

Description: Candidates should be able setup and customize a display manager. This objective covers the display managers XDM (X Display Manger), GDM (Gnome Display Manager) and KDM (KDE Display Manager).

Key knowledge area(s):
Turn the display manager on or off.
Change the display manager greeting.
Change default color depth for the display manager.
Configure display managers for use by X-stations.

The following is a partial list of the used files, terms and utilities:
/etc/inittab
/etc/X11/xdm/*
/etc/X11/kdm/*
/etc/X11/gdm/*

No responses yet

Oct 28 2008

Testking 70-528 Download

Published by mac0002 under Uncategorized

Testking Microsoft 70-528 Braindumps description
Testking 70-528 Braindumps is included in the complete unlimited access package. This 70-528 Braindumps is just one of the many exams included, so that you can pass 70-528 easily, whether you are trying to pass your MCSE, CCNA or any other popular certification today. For perfect 70-528 exam training, don’t rely on 70-528 braindumps. Get the 70-528 study guide, which is actually the best 70-528 pdf you can get with questions and answers to pass 70-528 today. Any free 70-528 exam resource is not going to give you the edge you need when it comes to perfect training. The 70-528 download file from Testking.com is filled with the most realistic information you can find for 70-528 exam prep. The 70-528 Practice Question & Answers you get from Testking.com is unsurpassed. That’s why thousands rely upon us to provide the best 70-528 (and cheapest) training. If your budget for 310-615v4.14 is limited, you need the complete package. Do not rely on free 70-528 study guides or expensive 70-528 training guide. Demand the best 70-528 training!

Share4cert Hot exam 70-528 Download

No responses yet

Aug 18 2008

Pass4side IBM Storage Networking Solutions III 000-204 FreeDownload

Published by mac0002 under Uncategorized

Test 204:Storage Networking Solutions Version 3



 

Test information:


  • Number of questions: 69
  • Time allowed in minutes: 120
  • Required passing score: 64%
  • Test languages: English

Storage Networking Architecture (30%)


  1. Explain technology differences and consider performance characteristics of file system protocols, block I/O protocols, and direct attached disk subsystems
  2. Understand interoperability in a multi-vendor SAN environment
  3. Understand which storage networking products allow intermix of FICON and Fibre Channel
  4. Describe the functionality of Operations Manager, and when this function is beneficial to a customer
  5. Understand Business Continuity/Disaster Recovery (BC/DR) concepts
  6. Understand licensing features for IBM SAN products
  7. Understand the recovery capabilities of N series products
  8. Understand the application and technical requirements for the licensed software features for N series products
  9. Identify the key benefits of N series WAFL
  10. Know the functionality of N series products and which features are licensed, provided at no charge., etc.
  11. Know the features and limitations of Data ONTAP

Initial Solution Design (38%)


  1. Determine the client’s growth needs and expansion capability
  2. Use the best practices for different networked storage topologies, protocols, and solutions including cost and performance factors
  3. Consider client’s existing IP network and estimate the additional load of a solution on the network
  4. Assess the client’s high availability requirements
  5. Differentiate the security management features of each protocol in a heterogenous environment
  6. Determine when switch-based SANs should be consolidated into a director core architecture
  7. Consider where extended distance options are appropriate, and the implications of using different protocols and fiber channel cable types
  8. Consider the implications of combining tape and disk in networked storage solutions
  9. Determine when an IBM SAN Volume Controller can simplify the management of a multi-tiered storage network infrastructure
  10. Determine the best storage networking solution that addresses performance requirements
  11. Describe the benefits and limitations of N series MetroCluster
  12. Describe and identify N series Snap features and MetroCluster, and their impact on customer requirements
  13. Understand storage-based copy services and their impact on SAN environments
  14. Understand the methods and tools used to gather all the configuration information of an existing infrastructure
  15. Describe the benefits and features of Remote LAN Module and AutoSupport

Solution Development (20%)


  1. Using best practices, plan a fabric layout, including number of switches, paths, ISL, zones, cabling, buffer credits, redundancy, optics, etc.
  2. Use best practices to recommend a backup solution for N series
  3. Calculate the effective capacity for N series products, i.e., SnapShot, RAID levels, vaulting
  4. Understand SAN fabric interoperability for fabric consolidation and SAN routing
  5. Consider physical requirements such as rack design for network storage products
  6. Propose a virtualized IBM System Storage N series environment using MultiStore
  7. Determine what multi-protocol options can be used with an N series solution
  8. Given a customer scenario, determine the number of ports required for a specific configuration, i.e. fibre channel and Ethernet ports, gateway ports (SAN, NAS, and iSCSI)
  9. Determine when to recommend an N series-based gateway solution

Solution Implementation (12%)


  1. Understand and use N series management tools and basic configuration
  2. Understand multipathing driver requirements for SAN, NAS, or iSCSI environments
  3. Describe the process of discovering new iSCSI LUNs in different environments, i.e., Windows and Linux
  4. Using best practices, optimize the environment using zoning and LUN masking to ensure data integrity
  5. Plan the initial N series installation
  6. Perform upgrades to Data ONTAP

To assess your current skill level and readiness for Test 204 - Storage Networking Solutions Version 3, you can take a Web-based assessment test.



Passing this assessment test does not result in achieving a credential. It is designed to provide diagnostic feedback on the Examination Score Report, correlating back to the test objectives, showing how you scored on each section of the test.



For this assessment test, the passing score is 64% and the time provided to take the test is 120 minutes.

A $10.00 test fee applies worldwide to each time a test is taken, even if the same test is retaken. VISA, Master Card and American Express credit cards are accepted.

To take the assessment test:


  • Access the Web-based test delivery tool Link to content outside of ibm.comPrime.
  • If you already have an account on Prime, select Secure Sign-In and continue to Take Test. Otherwise select First Time Registration and follow the 2 steps below:





















Step 1: If you already have a Prometric ID number enter it into Step 1. If you do not have one, proceed to Step 2.
Step 2: Select the Systems & Storage Assessment Tests section. Enter your demographic data and ‘Submit’.
Note: Choose your username and password that you will use every time you take a test via Prime. Record them for future reference, along with your ID number that Prime generates.


  • Select Take Test (first option).
  • Under Public Test (first rectangle), select the Systems & Storage Assessment Tests section, and ‘Submit’.
  • Select “System Storage” folder, then select “AT204 - 204 Assessment Exam Storage Networking Solutions Version 3″, and proceed with on screen instructions.

Pass4side IBM Storage Networking Solutions Version 3
Test204(000-204) Demo FreeDownload

More Test Infomation visit:

www.pass4side.com

2 responses so far

Aug 12 2008

I Need Ciscowork 2000 ?

Published by mac0002 under Uncategorized

I Need Ciscowork 2000 ?


Well, you probably mean CiscoWorks software?



CiscoWorks has wide variety of software for Network Management. You didn’t mentioned which kind of sw do you need… VMS, RME….?



Also, this kind of sw is very expensive, and is usually purchased in enterprise environments.



If you are a Cisco partner, I would suggest to contact your local Cisco office to get some Demo sw for your testing.



If you’re not Cisco partner, contact some Cisco partners in your area and ask them for presentation or pilot project in your company.



Regards,

No responses yet

Next »