FAQ

| | GET A TRIAL | PURCHASE
   


FAQ Home 

Curtain e-locker
Installation Guide
User Guide 

Curtain LogTrace 

Curtain MonGuard 

Curtain PrintTrail


Website Product Page
Curtain e-locker
Curtain LogTrace
Curtain MonGuard
Curtain PrintTrail 



 
FAQ No.:00330 
Category:Curtain Server Plug-in; Installation 

 
Question:

How to install Curtain Server Plug-in on Redhat Linux?

 
 
Answer:Steps to install Curtain Server Plug-in on Linux:

First of all, If Linux Redhat have enabled secure boot, then need to import Curtain public key in it first. Please refer to FAQ 00329.

1. Copy"crplugin-1.0.0.x-x.el7.x86_64.rpm"to Linux Redhat local folder.
P.S. bold characters is crplugin version number.

2. Run command with “sudo rpm -ivh /path/crplugin-1.0.0.x-x.el7.x86_64.rpm".

3. Enter Root password to execute.



4. Done.

Check crplugin status

1. Run command with "systemctl status curtaintomcat".



2. If service status is “failed”, please check whether port 8005 conflict or not.


    2.1 run command with “vi /usr/local/curtain/runtime/x64/tomcat10.x.xx/conf/server.xml”.

    2.2 Modify port “8005” to “8006” or other valid ports, then save.


    2.3 Run command with “systemctl start curtaintomcat” to start service.

    2.4 Run command with “systemctl status curtaintomcat” to check again.

    2.5 Done.
View crplugin config

1. Run command with "cat /usr/local/curtain/conf/plugin.conf".



Configure crplugin

1. run command with "cd /usr/local/curtain/bin".

2. run command with "./crplugintools -v" for display version.


P.S. run command with "./crplugintools -help" for more details.

Step to upgrade crplugin

1. Copy"crplugin-1.0.0.x-x.el7.x86_64.rpm"to Linux Redhat local folder.
P.S. bold characters is crplugin version number.

2. Run command with "sudo rpm -Uvh /path/crplugin-1.0.0.x-x.el7.x86_64.rpm".

3. Enter password to finish.



View crplugin package information

1. Run command with "yum info crplugin".



Or run command with "rpm -qa | grep crplugin".



Uninstall crplugin

1. Run command with "rpm -evh crplugin".



2. Done.