Joke Collection Website - Public benefit messages - What kind of Linux or UNIX is used for tiptop gp 2.0?

What kind of Linux or UNIX is used for tiptop gp 2.0?

Linux or unix are available.

1. Please log in as root and perform the following steps

Step 1) #cp ed.top /usr/bin/ed.top; chmod 755 /usr/bin/ed. top

Step 2) #cp env.top /etc/env.top; chmod 755 /etc/env.top

Step 3) #Append the content of profile.top to /etc/profile file end

2. Use the web method (with apache web server) to execute TIPTOP GP. You must perform the following steps

1. Modify $TOP/ according to the actual installation status. setup/config/apache/as.xcf and copy it to $FGLASDIR/etc

Add a line in /etc/rc.d/rc.local to let the web server start automatically when booting

su - tiptop -c 'startweb as'

The places that need to be modified in as.xcf according to the actual installation status are listed as follows

lt; UNXgt;

lt; RESOURCE Id="res.dvm.wa" Source="INTERNAL"gt; $(res.fgldir)/bin/fglrun.ora lt;/RESOU

RCEgt;

lt;RESOURCE Id="res.dvm.ws" Source="INTERNAL"gt;$(res.fgldir)/bin/fglrun.oralt;/RESOUR

CEgt;

lt;RESOURCE Id="res.fgldir" Source="INTERNAL"gt;/u1/genero.runlt;/RESOURCEgt;

lt;RESOURCE Id="res.path.as" Source=" INTERNAL"gt;/u1/genero.aslt;/RESOURCEgt;

lt;RESOURCE Id="res.tempdir" Source="INTERNAL"gt;/

u2/outlt;/RESOURCEgt;

lt; RESOURCE Id="res.top" Source="INTERNAL"gt;/u2/topprod/tiptoplt;/RESOURCEgt;

lt; RESOURCE Id="res.envdir" Source="INTERNAL"gt;/u2/topprod/tiptop/setup/config/apac

helt;/RESOURCEgt;

lt;/UNXgt ;

lt; ENVIRONMENT_VARIABLE Id="FGLASIP"gt; http://10.40.40.66/cgi-bin/fglccgi/topprod/lt;/

ENVIRONMENT_VARIABLEgt;

lt;ENVIRONMENT_VARIABLE Id="FGLASIP"gt;http://61.218.158.247/cgi-bin/fglccgi/topprod

/lt;/ENVIRONMENT_VARIABLEgt;

lt; ENVIRONMENT_VARIABLE Id="FGLASIP"gt; http://10.40.40.66/cgi-bin/fglccgi/toptest/lt;/

ENVIRONMENT_VARIABLEgt;

lt;ENVIRONMENT_VARIABLE Id="FGLASIP "gt; http://61.218.158.247/cgi-bin/fglccgi/toptest

/lt;/ENVIRONMENT_VARIABLEgt;

2. Under $TOP/setup/config/apache There are two files (topprod.sh and toptest.sh) that have been placed and adjusted. These two files must be read when executing in web mode. profile

3. Copy $TOP/setup/config/apache/tiptop.html and toptest.html to the html directory of apache web serve

r. These two web pages are respectively It is the entrance to the official area and test area.

4. Please modify $TOP/tmp/config/apache/connector.xcf according to the actual environment and put it under the cgi-bin of apache web serv

er

5. Please change the permissions of $TOP/log to 777

6. Please change the permissions of $TOP/p_cron to 777

7. Please change the permissions of $TOP Change the permissions of /tool/fop-0.20.5 to 777

3. If the installed DB is oracle, please change $TOP/tmp/config/fglprofile.prod

and Copy $TOP/setup/config/fglprofile.test to $FGLDIR/etc, and chmod it to 775

4. If the rcp command is applied and the "rcp.aix" is made by yourself for the AIX platform " file

Please execute the following procedures (as root) during installation,

1. $gt; cd $TOP/bin

2. $gt; chown root rcp.aix

3. $gt; chmod 555 rcp.aix

4. $gt; chmod u s rcp.aix

5 .If you have applied the rcp command and have the "rcp.sun" file made by yourself for the Solaris platform

Please execute the following procedures during installation (as root),

1. $gt; cd $TOP/bin

2. $gt; chown root rcp.sun

3. $gt; chmod 555 rcp.sun

4. $gt; chmod u s rcp.sun

6. Install informix automatic switch

Log in as root and execute ./informixrc #Please check this script first Environmental variables

7. There are standard user profiles placed under $TOP/tmp/config, which are informix and oracle environments.

Please modify and use according to the actual installation situation

8. Please use the root account, vi /etc/httpd/conf/httpd.conf

Adjust AddDefaultCharset UTF-8 (Unicode)

This behavior is AddDefaultCharset Big5

After archiving, you need to execute service httpd restart.