fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


opentext:linux:oes

This is an old revision of the document!


Open Enterprise Server (OES)

get common proxy user credentials

/opt/novell/proxymgmt/bin/cp_retrieve_proxy_cred username
/opt/novell/proxymgmt/bin/cp_retrieve_proxy_cred password

iManager

Set uppercase Treename on Loginpage

vi /var/opt/novell/iManager/nps/WEB-INF/config.xml

Search for fields and enter your Treename (EXAMPLETREE) or ip-address

<setting>
<name><![CDATA[Authenticate.Form.DefaultTree]]></name>
<value><![CDATA[EXAMPLETREE]]></value>
</setting>

Restart Tomcat

systemctl restart novell-tomcat.service

Change ndsHome for multiple users

Export ldap objects with attribute ndsHomeDirectory and class=inetOrgPerson:

export.ldf
version: 1
 
dn: cn=SpechtB-S01,ou=Lehrer,ou=Benutzer,ou=S01,ou=SCHULEN,o=ml3
changetype: add
ndsHomeDirectory: cn=gserver03_DOCS,ou=Server,ou=DIENSTE,o=ml3#0#\S01\home\le
 hrer/SpechtB-S01

Import customized ldif file into eDir:

import.ldf
version: 1
 
dn: cn=SpechtB-S01,ou=Lehrer,ou=Benutzer,ou=S01,ou=SCHULEN,o=ml3
changetype: modify
replace: ndsHomeDirectory
ndsHomeDirectory: cn=rserver01_DOCS,ou=Server,ou=DIENSTE,o=ml3#0#\S01\home\le
 hrer/SpechtB-S01

ndsrepair

ndsrepair -T          # check edir and replica status

LDAP

ldapconfig get                                                # show ldap configuration
ldapconfig get ldapInterfaces -a admin.server.dienste.ml3     # show ldap interfaces

NMAS LDAP Transport Error

ldapconfig set "ldapInterfaces=ldap://192.168.1.2:389" -a admin.server.dienste.ml3
ldapconfig set "ldapInterfaces=ldaps://192.168.1.2:636" -a admin.server.dienste.ml3
ldapconfig set "ldapInterfaces=ldap://10.1.1.32:389" -a admin.server.dienste.ml3
ldapconfig set "ldapInterfaces=ldaps://10.1.1.32:636" -a admin.server.dienste.ml3

https://support.microfocus.com/kb/doc.php?id=7014457

DFS

Commands

vldb status
vldb list

volmn status
volmn cancel <opID>                        # Terminate an operation

Services

systemctl status novell-dfs.service        # Novell Distributed File Services (DFS) Volume Location service
systemctl status sblim-sfcb.service        # Small Footprint CIM Broker Service

DFSINFO-File

hexdump -C \~DFSINFO.8-P

Should contain the DFS-GUID from eDir Object

NDS / eDirectory Health Check Procedures

Static Tree: Every Month Dynamic Tree: Every Week

- Check Timesync

ndsrepair -T

<code>

https://support.microfocus.com/kb/doc.php?id=3564075

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.  More information about cookies 
opentext/linux/oes.1730043438.txt.gz · Last modified: 2024/10/27 16:37 by gsys