RSS Tech-Recipes - Windows

your computer how-to cookbook
iNeZha robot will deliver the feed updates to your IM or Email in real-time

Delivery Demo of iNezha MSN Robot

Subscribe it
iNezha robot say:
Tech-Recipes - Windows
Title:begin_script to mirror two drives on a Netra T2000
Summary:This is a quick script to configure mirroring of two drives in a Netra T2000 under Solaris. You may ... (10/1/2008 11:56:24 AM)
Subscribe it

About "Tech-Recipes - Windows"

Author:Claim it now
Website:http://www.tech-recipes.com/
RSS:http://www.tech-recipes.com/...ipes&file=rss&catid=4&subcat=1
Update interval: 3 days
Last update: 61 days ago
Tags: tech-recipes techrecipes
Subscribers:2
Shared Subscribers:1
Bookmarked or Shared Articles:0  

Recent contents of "Tech-Recipes - Windows"

begin_script to mirror two drives on a Netra T2000 125 days ago Read More http://www.tech-recipes.com/rx/2955/begin_script_to_mirror_two_drives_on_a_netra_t2000/
This is a quick script to configure mirroring of two drives in a Netra T2000 under Solaris. You may need to alter the device settings for your system, but once you have a script like this that work...
Solaris: Delete ZFS slices from a disk 290 days ago Read More http://www.tech-recipes.com/rx/2787/solaris_delete_zfs_slices_from_a_disk/
You know ZFS, it is really cool, you can have tons of filesystems in a zpool, you can create raidz/mirror/stripes with just one command, it has compression, quotas and every other cool feature that...
Solaris: create ssh keys for quick server logins 742 days ago Read More http://www.tech-recipes.com/rx/1870/solaris_create_ssh_keys_for_quick_server_logins/
To make access to both servers easier, I created keys for ssh, so I can shell server to server with no password. Following the steps in this Tech-Recipe will make it possible to login to one system...
Simple Directory Server 5.2 Master Replication 745 days ago Read More http://www.tech-recipes.com/rx/1856/simple_directory_server_5_2_master_replication/
This Tech-Recipe provides a simple way to replicate LDAP servers. Do your homework to ensure that this is going to give you all that you need to protect your LDAP world. I just wanted to get folks ...
Solaris 10 Directory Server Installation 754 days ago Read More http://www.tech-recipes.com/rx/1828/solaris_10_directory_server_installation/
This Tech-Recipe details an installation of Directory Server 5.2 p4 from Sun Microsystems into a Solaris 10 whole-root zone. Good DS installation instructions are VERY difficult to find. Also cover...
ZFS: Ten reasons to reformat your hard drives 899 days ago Read More http://www.tech-recipes.com/rx/1446/zfs_ten_reasons_to_reformat_your_hard_drives/
The much anticipated release of the new ZFS filesystem in Solaris 10 will revolutionize the way system administrators (and executives) think about and work with filesystems. Breaking free of the tr...
ZFS: Create a writable clone of a filesystem 901 days ago Read More http://www.tech-recipes.com/rx/1436/zfs-create-a-writable-clone-of-a-filesystem/
A ZFS clone is a writable copy of a snapshot of a filesystem. Phew. It’s much simpler than that sounded. While a filesystem snapshot is read-only, a writable version can be created through cloning....
ZFS: Restore a filesystem from a snapshot backup 901 days ago Read More http://www.tech-recipes.com/rx/1435/zfs-restore-a-filesystem-from-a-snapshot-backup/
ZFS snapshots provide point-in-time backups of filesystems which utilize minimal disk space and CPU load. This, combined with the fact that you can make billions of billions of snapshots, makes tak...
ZFS: Create a snapshot of a filesystem 901 days ago Read More http://www.tech-recipes.com/rx/1434/zfs-create-a-snapshot-of-a-filesystem/
Of the many cool features of the new ZFS filesystems, one of the coolest is taking snapshots of a live filesystem. This provides a read-only point-in-time copy of the whole filesystem. While this s...
ZFS: Create a raidz filesystem 909 days ago Read More http://www.tech-recipes.com/rx/1418/zfs-create-a-raidz-filesystem/
ZFS supports a type of RAID-5 redundancy called raidz. This redundancy works at the ZFS pool level and affects all created filesystems in that pool. According to the Sun docs, raidz offers ‘better ...