Posts

Showing posts from November, 2014

Solaris Logic Volume MD

metadb metastat metainit -r metadetach dx dxx metatach dx dxx metasync
metainit -r metadb -i metastat metattach d0 d20 metadeattach d0 d20 metasync d0 http://troysunix.blogspot.com/2010/12/mounting-svm-root-disk-from-cdrom.html Mounting an SVM Root Disk from CDROM The following illustrates how to mount a root disk under Solaris Volume Manager (SVM) control when booted from a CDROM.  Our host details:         HOST:                   snorkle         PROMPT:                 cdrom [0]         OS:                     Solaris 10 u8 x86         SVM ROOT DEVICE:        d2         PHYSICAL ROOT SLICE:    c1t1d0s0         NOTES:                  The following is applicable for Solaris                                 9 and 10, x86 and SPARC.  Also, while a                                 boot from CDROM is used for the example,                                 booting from jumpstart would work as well. Though the following details accessing the SVM managed root disk, after step 3, any SVM volume could instead be mounted and managed. Regardless

Netapp/IBM NAS file system on Volume xxx is out of inodes

use "df -i" on the client to check the inodes. xxxxx:/vol/home01 14199161888 3250047496   78% 31876688   100% /home On Netapp/IBM NAS, double the size: xxxxx02> maxfiles home01 Volume home01: maximum number of files is currently 31876689 (31876689 used). xxxxx02> maxfiles home01 63753378 The new maximum number of files specified is more than twice as big as it needs to be, based on current usage patterns.  This invocation of the operation on the specified volume will allow disk space consumption for files to grow up to the new limit depending on your workload. The maxfiles setting cannot be lowered below the point of any such additional disk space consumption and any additional disk space consumed can never be reclaimed. Also, such consumption of additional disk space could result in less available memory after an upgrade. The new maximum number of files will be rounded to 63753378. Are you sure you want to change the maximum number of files? yes xxxxx02> maxfi