Sponsored Content
Special Forums UNIX and Linux Applications High Performance Computing showq shows less active nodes as normal Post 302567034 by armando_2011 on Friday 21st of October 2011 10:19:07 PM
Old 10-21-2011
showq shows less active nodes as normal

Hi,

I am new in system administration. I observe that some nodes in our cluster
are not considered as active by showq:


22 active jobs 217 of 257 processors in use by local jobs (84.44%)
15 of 17 nodes active (88.24%)

but then I try to log into each of the nodes by ssh and they are working,
well at least I can log in.

Is there any command to know what is happening with the nodes
besides showq? I have tried
pbsnodes and it shows some nodes as exclusive and the others as free but none of
them as down.

We are running:

Red Hat Enterprise Linux Workstation release 6.1 of 64 bit.

thanks.Smilie
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

i-nodes

first off, i am new to unix so please bear with me. i was reading somewhere that if your i-nodes get critical that it can slow your network down. what are i-nodes and when do they become a critical number? this is what mine states: / (/dev/root ): 777058 blocks 569290 i-nodes... (4 Replies)
Discussion started by: djatwork
4 Replies

2. UNIX for Dummies Questions & Answers

nodes

how do you list all the nodes in unix :confused: (3 Replies)
Discussion started by: kamisi
3 Replies

3. UNIX for Advanced & Expert Users

Managing nodes???

Does anyone know something about this? I have no idea what it means and how to do it. but if anyone can give me and explanation and also point me to a website, i'd really appreciate it (5 Replies)
Discussion started by: TRUEST
5 Replies

4. Shell Programming and Scripting

vmstat returns good val for cpuIdle put ps shows no active process

hi i'm running a shell script that checks the amount of cpu idle either using /usr/bin/vmstat 1 2 or sar 1 2 (on unixware) before i run some tests(if cpu idle greater than 89 I run them). These tests are run on many platforms, linux(suse, redhat) hp-ux, unixware, aix, solaris, tru64. ... (5 Replies)
Discussion started by: OFFSIHR
5 Replies

5. UNIX for Advanced & Expert Users

du -k shows different size in two nodes

After rcp -rp from remote host, using du -k to verify the file size but total file size have different size. Check on individual file, file size is correct. How can I confirm on the file size after ftp? Pls advise. Thank you. (15 Replies)
Discussion started by: KhawHL
15 Replies

6. UNIX for Advanced & Expert Users

Active / Non Active users ?

Hey, I have few Questions : 1. How to Check/Find who all are the users accessing the server using their id ? 2. How to Check who is the active user or non active user (whose id exists but the access privileges has been removed) ? I am presently using AIX5.3 as a server. Please suggest... (3 Replies)
Discussion started by: varungupta
3 Replies

7. AIX

Question about HACMP for active-active mode

Hi all, I am new to HACMP. So sorry for the newie question. But I did search the forum and it seems that no one asks this before. So if a 2-node cluster runs in active-active mode (and the same application), what is the benefit of using HACMP ? If it runs in active-stanby, it is easy to... (9 Replies)
Discussion started by: qiulang
9 Replies

8. Solaris

Link based Active Active IPMP

Hi, I need to configure 4 ip address (same subnet and mask) in one ipmp group (two interfaces) in an active active formation (link based). Can some one provide the steps or a tutorial link. Thanks (2 Replies)
Discussion started by: Mack1982
2 Replies

9. UNIX for Dummies Questions & Answers

One service, two nodes, HA

Hi all. I have two nodes taken different places. They are connected together on a network. So, i have a service, it works on one of nodes and when the node is unavailable the service should will be launched on other node. Solution: rhel cluster, keepalive, hearbeat...may be Carp but what if... (2 Replies)
Discussion started by: Flomaster
2 Replies

10. Shell Programming and Scripting

How do I calculate total number of active and non active hosts?

#!/bin/bash for digit in $(seq 1 10) do if ping -c1 -w2 192.168.1.$digit &> /dev/null then echo "192.168.1.$digit is UP" else echo "192.168.1.$digit is DOWN" fi done (3 Replies)
Discussion started by: fusetrips
3 Replies
ONNODE(1)																 ONNODE(1)

NAME
onnode - run commands on ctdb nodes SYNOPSIS
onnode [OPTION] ... NODES COMMAND ... DESCRIPTION
onnode is a utility to run commands on a specific node of a CTDB cluster, or on all nodes. The NODES option specifies which node to run a command on. You can specify a numeric node number (from 0 to N-1) or a descriptive node specification (see DESCRIPTIVE NODE SPECIFICATIONS below). You can also specify lists of nodes, separated by commas, and ranges of numeric node numbers, separated by dashes. If nodes are specified multiple times then the command will be executed multiple times on those nodes. The order of nodes is significant. The COMMAND can be any shell command. The onnode utility uses ssh or rsh to connect to the remote nodes and run the command. DESCRIPTIVE NODE SPECIFICATIONS
The following descriptive node specification can be used in place of numeric node numbers: all All nodes. any A node where ctdbd is running. This semi-random but there is a bias towards choosing a low numbered node. ok | healthy All nodes that are not disconnected, banned, disabled or unhealthy. con | connected All nodes that are not disconnected. lvs | lvsmaster The current LVS master. natgw | natgwlist The current NAT gateway. rm | recmaster The current recovery master. OPTIONS
-c Execute COMMAND in the current working directory on the specified nodes. -o <prefix> Causes standard output from each node to be saved into a file with name <prefix>.<ip>. -p Run COMMAND in parallel on the specified nodes. The default is to run COMMAND sequentially on each node. -q Do not print node addresses. Normally, onnode prints informational node addresses if more than one node is specified. This overrides -v. -n Allow nodes to be specified by name rather than node numbers. These nodes don't need to be listed in the nodes file. You can avoid the nodes file entirely by combining this with -f /dev/null. -f <file> Specify an alternative nodes file to use instead of the default. This option overrides the CTDB_NODES_FILE environment variable. See the discussion of /etc/ctdb/nodes in the FILES section for more details. -v Print a node addresses even if only one node is specified. Normally, onnode prints informational node addresses when more than one node is specified. -h, --help Show a short usage guide. EXAMPLES
The following command would show the process ID of ctdb on all nodes onnode all pidof ctdbd The following command would show the last 5 lines of log on each node, preceded by the node's hostname onnode all "hostname; tail -5 /var/log/log.ctdb" The following command would restart the ctdb service on all nodes. onnode all service ctdb restart The following command would run ./foo in the current working directory, in parallel, on nodes 0, 2, 3 and 4. onnode -c -p 0,2-4 ./foo ENVIRONMENT
CTDB_NODES_FILE Name of alternative nodes file to use instead of the default. See the discussion of /etc/ctdb/nodes in the FILES section for more details. FILES
/etc/ctdb/nodes Default file containing a list of each node's IP address or hostname. Actually, the default is $CTDB_BASE/nodes, where $CTDB_BASE defaults to /etc/ctdb. If a relative path is given (via the -f option or $CTDB_BASE) and no corresponding file exists relative to the current directory then the file is also searched for in the $CTDB_BASE directory. /etc/ctdb/onnode.conf If this file exists it is sourced by onnode. The main purpose is to allow the administrator to set $SSH to something other than "ssh". In this case the -t option is ignored. For example, the administrator may choose to use use rsh instead of ssh. SEE ALSO
ctdbd(1), ctdb(1), http://ctdb.samba.org/ COPYRIGHT
/LICENSE Copyright (C) Andrew Tridgell 2007 Copyright (C) Ronnie sahlberg 2007 Copyright (C) Martin Schwenke 2008 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/licenses/. 02/05/2010 ONNODE(1)
All times are GMT -4. The time now is 11:49 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy