Welcome to GeekyFacts
VMware to Xen image conversion guide Print E-mail
Written by geekyB   
Monday, 02 February 2009 07:48
This Geekyfacts document has detailed steps about converting a Windows VMware guest image into a Xen guest image. The document expects you to have good knowledge of Vmware and Xen.

To convert a Vmware image (vmdk file) to Xen compatible image, the steps listed below has to be followed. There are 3 major activities involved in this
  1. Update Vmware Windows machine's registry entries
  2. Convert the image to xen format
  3. Configure the image as xen vm.

Read more...
 
Netapp Admin guide : Basics Print E-mail
Written by geekyB   
Tuesday, 13 January 2009 08:14

This GeekyFacts Netapp beginner guide has details about basic Netapp commands and an example to explain each command.

How to find Data Ontap version on a filer :

geekyFiler> version
NetApp Release 7.3P3: Wed Sep 17 22:29:32 PDT 2008

How to find "uptime" of a filer?

The uptime command gives system uptime, similar to Unix. Also it gives number of NFS, CIFS, FCP, iSCSI operations on a Netapp filer.
geekyFiler*> uptime
  8:58pm up 23 days, 43 mins, 1354234 NFS ops, 940 CIFS ops, 0 HTTP ops, 0 FCP ops, 0 iSCSI ops
geekyFiler*>
Last Updated on Tuesday, 13 January 2009 08:25
Read more...
 
Tunable Virtual memory kernel parameters : Part 1 Print E-mail
Written by geekyB   
Monday, 05 January 2009 17:22

This document gives you details about tunable virtual memory parameters in Linux, that can help you to improve your system performance.

vm.nr_hugepages

Linux 2.6 has the feature which allows processes to use large paging sizes, called as hugetlb pages. This feature will be used to gain good performance in high performance computing systems. Hugetlb behavior is similar to that of bigpages, the pages are backed by large TLB entries, are not pageable, and are preallocated, which means that once you allocate X megabytes of hugetlb pages, that amount of physical memory can be used only through hugetlbfs.

/proc/meminfo also provides information about the total number of hugetlb pages configured in the kernel. It also displays information about the number of free hugetlb pages at any time.  It also displays information about the configured hugepage size - this is needed for generating the proper alignment and size of the arguments to the above system calls.

Last Updated on Monday, 05 January 2009 17:31
Read more...
 
Netapp - How to disable snapshot for a volume Print E-mail
Written by geekyS   
Tuesday, 06 January 2009 06:39

Perform the following steps to disable automatic snapshot for a volume, 

 

Disable the snapshot schedule for the volume 

Below command will disable the snapshot schedule for the volume "testvol"

filer > snap sched testvol
Volume testvol: 2 4 8@2,4,6,12,16

filer >  snap sched testvol 0 0 0
filer > snap sched testvol
Volume testvol: 0 0 0

Last Updated on Tuesday, 06 January 2009 07:53
Read more...
 
Containers - Branded Zones creation Print E-mail
Written by geekyS   
Tuesday, 30 December 2008 13:04

What is a Branded Zones ?

Branded zones(BrandZ) provides the framework to create non-global zones that contain non-native operating environments. This allows individual zones to emulate an OS environment other than the native one of the global OS. The brand for a zone is set at the time the zone is created, and is implemented with interposition points within the OS kernel that can be used to change the behavior of syscalls, process loading, thread creation, and other elements. Three brands that have been implemented are Solaris Containers for Linux Applications, Solaris 8 Containers, and Solaris 9 Containers.


Supported Brands based on architecture

Last Updated on Tuesday, 30 December 2008 13:46
Read more...
 
<< Start < Prev 1 2 3 4 5 Next > End >>

Page 1 of 5