Guides for new HPC admins

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications High Performance Computing Guides for new HPC admins
# 1  
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!
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. Solaris

Mail server guides/tutorials?

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

6. 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
Login or Register to Ask a Question
MojoMojo::Controller::Admin(3pm)			User Contributed Perl Documentation			  MojoMojo::Controller::Admin(3pm)

NAME
MojoMojo::Controller::Admin - Site Administration DESCRIPTION
Action to handle management of MojoMojo. Click the admin link at the bottom of the page while logged in as admin to access these functions. METHODS
auto Access control. Only administrators should access functions in this controller. settings ( /.admin ) Show settings screen. user ( .admin/user ) User listing with pager, for enabling/disabling users. role ( .admin/role ) Role listing, creation and assignment. create_role ( .admin/create_role ) Role creation page. edit_role ( .admin/role/ ) Role edit page. handle_role_form Handle role form processing. Returns true when a submitted form was actually processed. update_user ( *private*) Update user based on user listing. precompile_pages Make a formatted version of content body and store it in content.precompiled. This makes MojoMojo go zing, when loading content for page requests. Depending on the number of pages, and versions of them, this could take some minutes. For 2000 page versions on a 2.4 GHz desktop this script took about 3 minutes to run. delete Delete a page and its descendants. This is in MojoMojo::Controller::Admin because we are restricting page deletion to admins only for the time being. TODO: this method should reside in the Model, not in a Controller (issue #87). AUTHOR
Marcus Ramberg <mramberg@cpan.org> LICENSE
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2011-09-02 MojoMojo::Controller::Admin(3pm)