fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


opentext:linux:groupwise

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
opentext:linux:groupwise [2024/07/21 18:06] – [gwadminutil] gsysopentext:linux:groupwise [2025/01/03 15:48] (current) – [Befehle] gsys
Line 1: Line 1:
-====== GrouWise Linux ======+====== GroupWise Linux ======
  
 ===== Befehle ===== ===== Befehle =====
  
 <code> <code>
-gwadmin-ipc query           # check listening adresses+gwadmin-ipc query           # check listening addresses
  
 </code> </code>
  
 ===== gwadminutil ===== ===== gwadminutil =====
 +
 +Script Path: ''/opt/novell/groupwise/admin/gwadminutil''
  
 set superuser or change password set superuser or change password
Line 18: Line 20:
 https://support.microfocus.com/kb/doc.php?id=7024447 https://support.microfocus.com/kb/doc.php?id=7024447
  
-check issued certificates+<code> 
 +gwadminutil dbinfo /groupwise/office1/dom   
 +gwadminutil services -l 
 +</code> 
 + 
 + 
 +===== Recreate Certificates ===== 
 + 
 +create CA and primary domain admin certificate 
 +<code> 
 +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 
 +</code> 
 + 
 +create domain and postoffice admin certicifates: 
 +<code> 
 +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 
 +</code> 
 + 
 +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
 <code> <code>
 gwadminutil ca -d /groupwise/mail/domain --list gwadminutil ca -d /groupwise/mail/domain --list
 </code> </code>
 +
 +https://portal.microfocus.com/s/article/KM000004502?language=en_US
 +
 ===== Monitor ===== ===== Monitor =====
  
 <code> <code>
-/etc/init.d/grpwise-ma      # startup config+/etc/init.d/grpwise-ma      # startup config file
 </code> </code>
  
opentext/linux/groupwise.1721577961.txt.gz · Last modified: 2024/07/21 18:06 by gsys