- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi.
In our system File dat.conf lies in /etc/dapl2 .
Thats why I make:
exportDAT_OVERRIDE=/etc/dapl2/dat.conf
But when i run cluster-cheker the messege"/etc/dat.conf not found or empty" is shown. Can i set path to dat.conf in conf-file of cluster cheker?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Maxim,
Can you please double check that you have exported that environment variable on all nodes? Maybe the best choice is to include it in your init files.
It would be nice to see some debugging output, it will help to identify what's missing. Can you also double check your .debug files? If they are not already there, try the --debug option.
For instance, you should see something like this:
*** node1 ***
command: sh -c "echo $DAT_OVERRIDE"
STDOUT:
/etc/ofed/dat.conf
STDERR:
*** node2 ***
command: sh -c "echo $DAT_OVERRIDE"
STDOUT:
/etc/ofed/dat.conf
STDERR:
-- Andres
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks
i solve the problem, I add "exportDAT_OVERRIDE=/etc/dapl2/dat.conf" to.bashrc and all became ok.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page