linux cluster


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers linux cluster
# 1  
Old 03-01-2002
im not sure how rock works or does and so on. but i have this webpage that might be usefull for you to check on Rock.
http://rocks.npaci.edu/howto/database-OV.php
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Linux Cluster or HA

hi guys Back in 2009 and 2010 I configured some clusters using Linux HA Heartbeat version 2.1.4 for suse 10 SP3 now I see Linux HA heartbeat is kind of outdated last release 2011, since I have to configure 2 new clusters I was wondering what do you recommend for cluster tool nowadays? I... (0 Replies)
Discussion started by: karlochacon
0 Replies

2. Red Hat

Linux Cluster failover issue

Hi Guys, I am not much aware of clusters but i have few questions can someone provide the overview as it would be very helpful for me. How can i perform cluster failover test to see all the services are failing back to other node ? If it is using veritas cluster then what kind of... (2 Replies)
Discussion started by: munna529
2 Replies

3. Shell Programming and Scripting

linux cluster

Hi all, we have setup one cluster with two nodes. -drbd -corosync -pacemaker -mysql -piranha sometimes, we loose connection between the two nodes (node 1 and node 2). When this happens, the two nodes starts both the services as masters,because they don't see each other. is there any way... (2 Replies)
Discussion started by: arrals_vl
2 Replies

4. Red Hat

HA Cluster solution for Linux - which one to use?

Hi all experts, I need your kind suggestions or feedback on choice of clustering software for red hat linux nodes running certain applications which I need to make highly available. Minimum requirement is 2 nodes; all nodes shall be active-active running distinct applications e.g. node 1 runs... (1 Reply)
Discussion started by: pshaikh
1 Replies

5. High Performance Computing

Linux cluster

Hi, I am not sure if the term "cluster" fits my situation or not. I have 5 Linux computers, each has different a host-name, and my users have to remember those the computer names to login and find out which computers have free CPUs, so they can run their jobs on those computers have free CPUs. ... (4 Replies)
Discussion started by: hiepng
4 Replies

6. High Performance Computing

Building a Linux Virtual Server cluster

Hi Guys, I'm busy building a LVS-NAT cluster on Red-Hat server 5.1 and I need a kernel that has LVS capabilities for a red-hat server 5.1. Is the anyone who can advise me where I can get this kernel. I have already visited the following site Ultra Monkey: and this has old kernels e.g. 2.4.20... (2 Replies)
Discussion started by: Linux Duke
2 Replies

7. Linux

How to setup Parallel Cluster in Linux

Hi, Hi, I work in NGO. They are migrating from windows to Linux. They can't spend so much money on servers. They have around 50 PCs. So I want to setup cluster on 2-3 PCs or more than that for setting up server. I am excepted to get their collective output. So that it will be compatible with... (5 Replies)
Discussion started by: neel.gurjar
5 Replies
Login or Register to Ask a Question
USERMAPPING(5)							File Formats Manual						    USERMAPPING(5)

NAME
usermapping - user mapping entry file format DESCRIPTION
A usermapping entry is used to define alias names for a cluster user. The user's name known by the scheduling system is known as the clus- ter user. If the cluster user doesn't match the user account name on an execution host, the usermapping feature can solve the problem. Each line in the usermapping entry file specifies a user name and the host(s) where he has an account. A list of currently configured user mapping entries can be displayed via the qconf(1) -sumapl option. The contents of each enlisted user mapping entry can be shown via the -sumap switch. The output follows the usermapping format description. New user entries can be created and existing can be modified via the -aumap, -mumap and -dumap options to qconf(1). FORMAT
A user mapping entry contains two parameters: cluster_user The cluster_user keyword defines the cluster user name. The rest of the textline after the keyword "cluster_user" will be taken as cluster user value. remote_user The user name on an execution host. Please note that the value for this attribute might be overwritten for a certain hostgroups or single host. Find an example below. EXAMPLE
This is a typical user mapping entry for a cluster user mapping: cluster_user peter remote_user peter,[@linux=pet1],[fangorn=peter1] The entry will map the user peter which is defined in the cluster system to the user peter on all hosts in the cluster except for all hosts which are referenced in the hostgroup @linux. For all these hosts the user will be mapped to pet1. For the host fangorn the remote user will be peter1. hostgroup(5) to obtain for more information about that. SEE ALSO
qconf(1), hostgroup(5). COPYRIGHT
See sge_intro(1) for a full statement of rights and permissions. $Date$ USERMAPPING(5)