Operating System - Tru64 Unix
1828390 Members
4026 Online
109977 Solutions
New Discussion

setld: Could not remotely run setld -C

 
Mustafa Aydinalp
Occasional Advisor

setld: Could not remotely run setld -C

I am trying to install java142 SDK on TRu64 Cluster environment, it is installing java142 on the node which I executed "setld -l" command,

but it produces permission denied error for the other nodes installation;
see below:

# setld -l /usr/java142_setup_files

*** Enter subset selections ***

The following subsets are mandatory and will be installed automatically
unless you choose to exit without installing any subsets:

* Java 1.4.2-9 Environment

The subsets listed below are optional:

There may be more optional subsets than can be presented on a single
screen. If this is the case, you can choose subsets screen by screen
or all at once on the last screen. All of the choices you make will
be collected for your confirmation before any subsets are installed.

- Documentation Kit :
1) Java 1.4.2-9 Online Documentation

- Software Development :
2) Java 1.4.2-9 Development Environment

Or you may choose one of the following options:

3) ALL mandatory and all optional subsets
4) MANDATORY subsets only
5) CANCEL selections and redisplay menus
6) EXIT without installing any subsets

Estimated free diskspace(MB) in root:298.4 usr:27281.9 var:3767.4

Enter your choices or press RETURN to redisplay menus.

Choices (for example, 1 2 4-6): 4

You are installing the following mandatory subsets:

Java 1.4.2-9 Environment

Is this correct? (y/n): y
setld:
Checking file system space required to install selected subsets:

File system space checked OK.

1 subsets will be installed.

Loading subset 1 of 1 ...

Java 1.4.2-9 Environment
Copying from /usr/java142_setup_files (disk)
Working....Thu Mar 4 11:55:32 CET 2010
Verifying

1 of 1 subsets installed successfully.

Java 1.4.2 has been installed, but not as the default version.


Configuring "Java 1.4.2-9 Environment" (JAVA142) on member0

Configuring "Java 1.4.2-9 Environment" (JAVA142) on member1
Permission denied.
setld: Could not remotely run setld -C on vue for JAVA142
#

thanks for your helps
3 REPLIES 3
Mustafa Aydinalp
Occasional Advisor

Re: setld: Could not remotely run setld -C

also on the node which JAVA is installed ; here is the setld -i output:
# setld -i |grep -i java142
JAVA142 installed Java 1.4.2-9 Environment (General Applications)

below is the other node's setld -i output:
vue:/usr/java142_setup_files>setld -i |grep -i java142
JAVA142 member loaded Java 1.4.2-9 Environment (General Applications)

it is in member loaded state,
how can I fix this ?

best regards.
Rajitha_1
New Member

Re: setld: Could not remotely run setld -C

Hi,

To configure the installed subsets on the other cluster members, setld attempts to do rsh to each cluster member to run setld with the configure option. For each member that fails, setld creates an "it" job to retry the task the next time that member boots.

So, in your case, it seems setld is not able to run commands through rsh. Hence, please check the rsh configuration on your cluster nodes to prevent this problem from next time.
For this time, you can do either of the following to complete the configuration of the installed subsets on the other nodes.

>> Run "setld -m -C " manually on the other cluster nodes.
(or)
>> Reboot the other cluster nodes, since, the "it" jobs created by setld will be run when they boot, to complete the configuration.


-Rajitha.
Mustafa Aydinalp
Occasional Advisor

Re: setld: Could not remotely run setld -C

Hi Rajitha;

I performed the following command on the specified node (vue) which JAVA142 subset is seen as "member loaded"
and the output was as below:
setld -m vue -C JAVA142
setld:
JAVA142 is currently in the not installed state on vue.
In order to complete subset configuration it must be in one of the
following states:

_INSTALLED
_POPULATE_COMPLETED
_POST_LOAD_COMPLETED

Refer to the setld chapter of the Installation Guide for details
on how to resolve this problem.

as a second choice that you suggested , I rebooted this node (vue),
and the JAVA142 subset state came to "installed after reboot as below:
setld -i |grep -i java142
JAVA142 installed Java 1.4.2-9 Environment (General Applications)

thanks for your helps;
best regards.
Mustafa