siraeryn

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-12-12
13:50
973 views
DFS not showing in iManager
I have installed the plugin for Distributed File Services in iManager; however, DFS does not show up in the list of Roles and Tasks. If I go to Configure, then it is listed there under Role Based Services2.
I want to move a Volume from one pool to another. DFS is used to maintain the pointers. I understood that DFS was part of the NSS system so should not have required any additional installation in OES.
Would there be something missing on the backend that would prevent the plugin from working? How do I find what it is?
Server is OES11 SP1.
Thanks for any help.
I want to move a Volume from one pool to another. DFS is used to maintain the pointers. I understood that DFS was part of the NSS system so should not have required any additional installation in OES.
Would there be something missing on the backend that would prevent the plugin from working? How do I find what it is?
Server is OES11 SP1.
Thanks for any help.
3 Replies


Knowledge Partner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-12-12
16:48
This is VERY outdated code. Anyway, provided the corresponding npm file is installed, just to rule out RBS issues, in iManager -> Configure -> iManager Server -> Configure iManager -> RBS: tick "Force Unrestricted Access" and retry.
If you don't have this checkbox (as your codebase is pretty old, did i mention this?) you can place the following
<setting>
<name><![CDATA[RBS.forceUnrestricted]]></name>
<value><![CDATA[true]]></value>
</setting>
in your config.xml and restart tomcat.
If you don't have this checkbox (as your codebase is pretty old, did i mention this?) you can place the following
<setting>
<name><![CDATA[RBS.forceUnrestricted]]></name>
<value><![CDATA[true]]></value>
</setting>
in your config.xml and restart tomcat.
If you like it: like it.
siraeryn

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-12-13
05:25
Force Unrestricted Access worked to show DFS. I set up a management context. Checked novell-dfs is now running.
However, when I try to move a volume, in Volume Job Control it shows state as "Login Failed"
I am logged into iManager as Admin. Is this not sufficient?
I am moving the volume to a new pool on the same server.
However, when I try to move a volume, in Volume Job Control it shows state as "Login Failed"
I am logged into iManager as Admin. Is this not sufficient?
I am moving the volume to a new pool on the same server.


Knowledge Partner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-12-13
16:40
As long as admin has the correct rights (which is not necessarily the case) there should be no problems. Do you see anything relevant in
/var/opt/novell/log/dfs/vlrpr.log
and
/var/log/messages
?
Is iManager running on the same server the pools are residing?
/var/opt/novell/log/dfs/vlrpr.log
and
/var/log/messages
?
Is iManager running on the same server the pools are residing?
If you like it: like it.