Sponsored Content
Operating Systems AIX GPFS is too slow after installtion Post 302823517 by thecobra151 on Wednesday 19th of June 2013 11:36:31 AM
Old 06-19-2013
GPFS is too slow after installtion

we have implement GPFS 3.5.0.10 with 4 nodes cluster AIX 6.1 TL8 and they VIO clients , after that we noticed a big delay while we execute any command like mmgetstate -a will take about 2.5 minutes .
PHP Code:
time mmgetstate -a Node number  Node name        GPFS state 
------------------------------------------
       
1      A         active
       2      B          active
       3      C          active
       4      D          active
real    1m31.688s
user    0m0.375s
sys     0m0.174s 

Last edited by thecobra151; 06-19-2013 at 01:31 PM..
 

10 More Discussions You Might Find Interesting

1. Solaris

solaris 9 intel installtion problem

Hi im trying to install solaris 9 Intel and when i insert the installation cd, i run threw all the steps and when it goes and configure the system it fails with this error cannot mount root on /pci@0,0/pci-ide@2.1/ide@1/sd@0,0"a fstype ufs panic/thread=fec29020" vfs_mountroot: cannot mount... (1 Reply)
Discussion started by: dennisca
1 Replies

2. Solaris

pkage installtion(pkgadd)

While installing the pakage getting an error ERROR: attribute verification </appl0-nz/RM/bin/d1cam.lst> failed pathname does not exist finally ending the installation with message Installation of <XYZ> partially failed. When do we get attribute verification error; (0 Replies)
Discussion started by: jitesh_roorkee
0 Replies

3. Solaris

/usr not sufficient during installtion

Hi everyone.. During Installation of solaris 10(in vmware) on X86,,,i gave /usr only 1gb thinking that to install only few packages..But later after inserting the 2nd cd ,,it installed complete 2nd cd,,and gave a status message as "failed".I skipped the installation of later cd's.. I rebooted... (1 Reply)
Discussion started by: sdspawankumar
1 Replies

4. Solaris

Jdk 1.6 Installtion

How to install the jdk 1.6 in the solaris sparc 10 64bit. Any patch is required for jdk 1.6 for solaris (2 Replies)
Discussion started by: saktiviji
2 Replies

5. AIX

How to configure new hdisk such that it has a gpfs fs on it and is added to a running gpfs cluster?

Hi, I have a running GPFS cluster. For one every mountpoint that i have created i have one disk assigned to it. That disk is converted to an NSD and is a part of the GPFS Cluster. Now i have a new disk and there is this requirement to add it to the GPFS cluster, such that this becomes an NSD.... (1 Reply)
Discussion started by: aixromeo
1 Replies

6. AIX

IBM P5 AIX Installtion

Hello, I am new to the area of ​​IBM AIX. I want a AIX 6.1 on IBM P5 server with four scsi hard disk size is 72GB each. after the the new boot from cdrom for the installtion. I could not find any Hard Disk (hdisk0). how can I configure the hard disk or find the Hard disk by first... (1 Reply)
Discussion started by: alkhatw
1 Replies

7. Ubuntu

Create a customized ubunto automated installtion cd

Hi 1- I want to create a cd or dvd of ubunto , that include a lot of installed packages entered by me . 2- automated installion (just enter the cd )and install by it self . (3 Replies)
Discussion started by: rashed
3 Replies

8. Solaris

Installtion of apache 2.2.22 on solaris 10

I am trying to install apache 2.2.22 on Solaris 10 but getting below error message when starting apache: /etc/init.d/apache2 start Server type is set to running /opt/apache/conf/startup.pl for groups shared mem Starting Apache HTTPD service with SSL disabled httpd: Syntax error on line... (2 Replies)
Discussion started by: prash358
2 Replies

9. Ubuntu

Issue with installtion of Red Hat in Laptop

Hi, I have already installed Ubuntu 10 in my laptop specifications :-Pentium M series 1.6Ghz 1024 RAM 100 GB hardisk When I am trying to install a new OS RED HAt 6.0 in machine via bootable pendrive I am getting the following error: This Kernal requires the following features not... (3 Replies)
Discussion started by: amit123456
3 Replies

10. SCO

Need Help with installtion of SCO UNIXware 7.0.1

Hi, I need help to install SCO Unixware 7.0.1. Can any one help with any documentation or installation notes for SCO Unixware 7.0.1. Thank you (1 Reply)
Discussion started by: farhandalvi
1 Replies
CRM_ATTRIBUTE(8)						  [FIXME: manual]						  CRM_ATTRIBUTE(8)

NAME
crm_attribute - manipulate attributes in the CIB SYNOPSIS
crm_attribute [options] DESCRIPTION
The crm_attribute command queries and manipulates node attributes and cluster configuration options that are used in the CIB. OPTIONS
--help, -? Print a help message. --verbose, -V Turn on debug information. Note Increase the level of verbosity by providing additional instances. --quiet, -Q When doing an attribute query using -G, print just the value to stdout. Use this option with -G. --get-value, -G Retrieve rather than set the preference. --delete-attr, -D Delete rather than set the attribute. --attr-value string, -v string Value to set. This is ignored when used with -G. --node-uuid node_uuid, -u node_uuid Specify the UUID of the node to change. --node-uname node_uname, -U node_uname Specify the uname of the node to change. --set-name string, -s string Specify the set of attributes in which to read or write the attribute. --attr-name string, -n string Specify the attribute to set or query. --type string, -t type Determine to which section of the CIB the attribute should be set or to which section of the CIB the attribute that is queried belongs Possible values are nodes, status, or crm_config. Additional Options: +-----------+--------------------+ |Type | Additional Options | +-----------+--------------------+ |nodes | -(U|u) -n [-s] | +-----------+--------------------+ |status | -(U|u) -n [-s] | +-----------+--------------------+ |crm_config | -n [-s] | +-----------+--------------------+ EXAMPLES
Query the value of the location attribute in the nodes section for the host myhost in the CIB: crm_attribute -G -t nodes -U myhost -n location Query the value of the cluster-delay attribute in the crm_config section in the CIB: crm_attribute -G -t crm_config -n cluster-delay Query the value of the cluster-delay attribute in the crm_config section in the CIB. Print just the value: crm_attribute -G -Q -t crm_config -n cluster-delay Delete the location attribute for the host myhost from the nodes section of the CIB: crm_attribute -D -t nodes -U myhost -n location Add a new attribute called location with the value of office to the set subsection of the nodes section in the CIB (settings applied to the host myhost): crm_attribute -t nodes -U myhost -s set -n location -v office Change the value of the location attribute in the nodes section for the myhost host: crm_attribute -t nodes -U myhost -n location -v backoffice FILES
/var/lib/heartbeat/crm/cib.xml--the CIB (minus status section) on disk. Editing this file directly is strongly discouraged. SEE ALSO
??? AUTHOR
crm_attribute was written by Andrew Beekhof. [FIXME: source] 07/05/2010 CRM_ATTRIBUTE(8)
All times are GMT -4. The time now is 05:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy