Sponsored Content
Full Discussion: Guides for new HPC admins
Special Forums UNIX and Linux Applications High Performance Computing Guides for new HPC admins Post 302534715 by DBryan on Tuesday 28th of June 2011 02:40:45 PM
Old 06-28-2011
Guides for new HPC admins

In my company, it's fallen on me to serve as the admin of our new HPC cluster, a task that's very new to me. It's very important to me to lay a solid foundation and avoid any unnecessary pitfalls. So, can anyone recommend a succinct guide or list of do's-and-don'ts for adiminstering an HPC cluster? The cluster runs the latest CentOS, PGI compilers, MPICH2, WRF, etc.

Thanks!
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Solaris Study Guides

I am currently working on my Solaris 8.0 Certification ,and I've been working primarily with the Solaris Study Guide produced by Syngress & Osborne. It's a good study guide ,but I think that it does lack some clarity and detail! My question is ,are there any other Solaris Study Guides that could... (1 Reply)
Discussion started by: bilal_aa
1 Replies

2. Solaris

Mail server guides/tutorials?

solved issue (0 Replies)
Discussion started by: n0rus
0 Replies

3. Windows & DOS: Issues & Discussions

Beginners Guides: Forgotten Passwords & Recovery Methods

Ever wondered how to recover or reset a forgotten password in WindowsXP? This site will help you get back into your computer, all without reinstalling the operating system. - Version 1.0.0: Reference: http://www.intelligenceweb.org/showthread.php?t=2 (6 Replies)
Discussion started by: Neo
6 Replies

4. UNIX for Dummies Questions & Answers

Oracle guides for exams

hi people, I am very much interested to Oracle. I decided to write one exam soon and I am refering guides from certmagic.com. It seems good. Any of you know any good books than this ?! (0 Replies)
Discussion started by: developer_me
0 Replies

5. AIX

AIX study Guides

Please help me in getting some fine docs ( other than redbooks)to learn AIX. My mail ID: qsecofr400@gmail.com Thanks in advance. (3 Replies)
Discussion started by: secofr
3 Replies

6. What is on Your Mind?

Good Practice Guides

A recent post where someone suggested redirecting with a clobber ">" to a file the same command was reading from prompted me to post this sysad good practice list. Some items are from times where I have learned things the hard way. I think this would be helpful so we can learn from each others... (8 Replies)
Discussion started by: ilikecows
8 Replies
clu_is_member(3)					     Library Functions Manual						  clu_is_member(3)

NAME
clu_is_member, clu_is_ready - Determine whether the local system is currently a cluster member or has been configured to be a cluster mem- ber LIBRARY
Standard C Library (libc.so, libc.a) SYNOPSIS
#include <sys/clu.h> boolean_t clu_is_member (); boolean_t clu_is_ready (); DESCRIPTION
The clu_is_member function determines whether the local system is currently a cluster member (that is, the TruCluster Server software has been installed and configured, the system has booted a clusterized kernel, and the connection manager has allowed the system to join the cluster membership). The clu_is_ready function determines whether the local system has been configured to run in a cluster (that is, the TruCluster Server soft- ware has been installed and configured, and the system has booted a clusterized kernel). The clu_is_ready function is most useful to code that runs in the boot path before the connection manager establishes the cluster membership. RETURN VALUES
Upon completion, the clu_is_member function returns TRUE if the local system is currently a cluster member, FALSE otherwise. Upon completion, the clu_is_ready function returns TRUE if the local system has booted from a clusterized kernel, FALSE otherwise. RELATED INFORMATION
Functions: versw(3), clu_get_info(3) Commands: versw(8) delim off clu_is_member(3)
All times are GMT -4. The time now is 02:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy