Archivo de la categoría: solaris

nas SOlaris

devfsadm zpool create nas c3t600A0B80004934D60000048D49C03492d0 echo $? nas 398G 25G 373G 7% /nas Para añadir más espacio zpool add nas c4t600A0B80004934D600000ACB4C40287Ad0 nas 663G 25G 638G 4% /nas #zpool status pool: nas state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM nas ONLINE 0 0 0 c4t600A0B80004934D6000004B949CF782Cd0 ONLINE 0 0 0 c4t600A0B80004934D600000ACB4C40287Ad0 ONLINE 0… Read More: nas SOlaris »

Link Aggregation

dladm create-aggr -d e1000g0 -d e1000g1 1 #cat /etc/aggregation.conf # # Copyright 2005 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident «@(#)aggregation.conf 1.1 05/09/01 SMI» # # DO NOT EDIT OR PARSE THIS FILE! # # Use the dladm(1m) command to change the contents of this file.… Read More: Link Aggregation »

mysql st2540

Scaling SugarCRM and MySQL on Sun’s Coolthreads Server and Solaris Operating System

Bandwith Monitoring Tools

I did a lot of research about [tag]bandwidth[/tag] [tag]monitoring[/tag] [tag]tools[/tag] recently. Yesterday, I wrote about ibmonitor and bandwidthd in Bandwidth Monitoring blog. Today I just would like to share another great bandwidth monitoring tools. Note: The installation guide below running either with RHEL3/4 and FC4. A. tcptrack is a sniffer which displays information about [tag]TCP[/tag] connections it sees on a network interface. It passively watches… Read More: Bandwith Monitoring Tools »

JDS Project Develops ZFS Time Slider

 JDS Project Develops ZFS Time Slider   The ZFS Time Slider UI is the most recent delivery from the JDS Project, endorsed by the Desktop Group. Browse the source and specs here.The UI uses SMF services to determine when and which ZFS filesystem to snapshot based on a set schedule, so you can backup and restore files safely and efficiently! The ZFS Time Slider development… Read More: JDS Project Develops ZFS Time Slider »

NFS SOlaris 10

1. enable NFS server by running the following: svcadm -v enable -r network/nfs/server 2. Run the following command will not persist over reboots. share -F nfs -o rw /webpool To persist over reboots, add an entry to /etc/dfs/dfstab /etc/dfs/dfstab» 13 lines, 430 characters # Place share(1M) commands here for automatic execution # on entering init… Read More: NFS SOlaris 10 »