fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


opentext:linux:groupwise

GroupWise Linux

Befehle

gwadmin-ipc query           # check listening addresses

gwadminutil

Script Path: /opt/novell/groupwise/admin/gwadminutil

set superuser or change password

gwadminutil setadmin -d /groupwise/mail/domain -a gwadmin -p

https://www.novell.com/documentation/groupwise18/gw18_guide_manpages/data/man_gwadm_gwadminutil.html
https://support.microfocus.com/kb/doc.php?id=7024447

gwadminutil dbinfo /groupwise/office1/dom  
gwadminutil services -l

Recreate Certificates

create CA and primary domain admin certificate

rcgrpwise stop gwadminservice                                                                          # stop gwadmin service
cd /opt/novell/groupwise/certificates                                                                  # move to gw cert directory
mv 74BE39B0-18DE-0000-AB71-EC63FBC605C8 OLD-74BE39B0-18DE-0000-AB71-EC63FBC605C8                       # "backup" old certs
gwadminutil ca -d /groupwise/mail/domain -g -f                                                         # create CA certs
rcgrpwise start gwadminservice                                                                         # start gwadmin service

create domain and postoffice admin certicifates:

gwadminutil certinst -ca gwserver.example.com:9710 -db /groupwise/mail/po1 -a <admin> -p <password>    # primary domain post office cert
gwadminutil certinst -ca gwserver.example.com:9710 -db /groupwise/mail/po2 -a <admin> -p <password>    # primary domain post office cert
gwadminutil certinst -ca gwserver.example.com:9710 -db /groupwise/office1/dom -a <admin> -p <password> # second domain cert
gwadminutil certinst -ca gwserver.example.com:9710 -db /groupwise/office1/po1 -a <admin> -p <password> # second domain post office cert 
gwadminutil certinst -ca gwserver.example.com:9710 -db /groupwise/office1/po2 -a <admin> -p <password> # second domain post office cert
gwadminutil certinst -ca gwserver.example.com:9710 -db /groupwise/office2/dom -a <admin> -p <password> # third domain cert
gwadminutil certinst -ca gwserver.example.com:9710 -db /groupwise/office2/po1 -a <admin> -p <password> # third domain post office cert
gwadminutil certinst -ca gwserver.example.com:9710 -db /groupwise/office2/po2 -a <admin> -p <password> # third domain post office cert

create the mta/poa/gwia agent certificates in gwadmin console. clear the fields before generating new ones. make sure to be connected to the corresponding domains!

optional check issued certificates for SAN names

gwadminutil ca -d /groupwise/mail/domain --list

https://portal.microfocus.com/s/article/KM000004502?language=en_US

Monitor

Logging

Config Files

/opt/novell/groupwise/admin/gwadmin-logging.xml

Log Files

/var/log/novell/groupwise/gwadmin/gwadmin-console.log
/var/log/novell/groupwise/gwadmin/gwadmin-service.log
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/groupwise.txt · Last modified: 2025/01/03 15:48 by gsys