Hello,

I recently installed OSCAR 6.0.5svn03312010 on CentOS 5.4. (The 'latest 
release' version wasn't working at all so I went to the development 
version).

I ran the 'test_cluster' script at the end of the installation wizard 
the following is happening:

---

[r...@h-node01 testing]# ./test_cluster
Performing root tests...
/home mounts            7 nodes
failed                [FAILED]

Preparing user tests...
Performing user tests...
SSH ping test         [PASSED]
SSH server->node      [FAILED]
SSH node->server
Permission denied, please try again.
Permission denied, please try again.
Permission denied (publickey,gssapi-with-mic,password).
SSH node->server      [FAILED]

---

1. The /home mounts are failing on boot due to the error 'no route to 
host', even though /etc/rc3.d/S25netfs is clearly being run after 
/etc/rc3.d/S10network, which succeeds. I moved it to S99netfs and it 
still fails to mount /home on boot. Immediately after booting I can 
manually ssh to the client and mount /home and it works perfectly.

2. The SSH problem is due to the oscartst user not existing on any of 
the client nodes. The test_cluster script seems to be trying to execute 
useradd only on the head node if /home/oscartst doesn't exist, however 
it does exist on the head node, as does the user, just not the clients.

Does anyone have any idea how to resolve either of these issues?

Also, I found this in the test_cluster script (while trying to work out 
why $test_user_homedir/oscartestfile disappears even when the unlink 
command is commented out):

# Cleanup before copying base files
`rm -rf $test_user_homedir/*`;

This looks very dangerous, especially if $test_user_homedir is somehow 
unset. :)

Cheers,
Nick.

-- 
Nick Triantafillou
Computer Systems Officer
Faculty of Informatics
University of Wollongong

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to