opentext:linux:oes
This is an old revision of the document!
Table of Contents
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 information with attribute ndsHomeDirectory
and class=inetOrgPerson
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
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
opentext/linux/oes.1726068337.txt.gz · Last modified: 2024/09/11 17:25 by gsys