IF
YOU DON’T INSTALL DATABASE THE SECOND OPTION IS TO CLONE IT AND CREATE YOUR USER NAME BUT IN MY CASE PSDEV USER AVAILABLE FOR
NORMAL DATABASE ACTIVITY.
CLONING
OF DATABASE AND PEOPLESOFT CAMPUS SOLUTION ON LINUX:
Copy of source (9.4)
directories to destination (8.24).
Go to the directory on destination machine (8.24) where we
want to copy source machine (9.4).
e.g:
[root@psdev ]#cd /san/
[root@psdev san]#rsync -avzh root@172.16.9.4:/san/ .
Keep copying files in destination folder and the copy
process will complete in 1 hour.
Next command
[root@psdev ]#cd /u02/
[root@psdev u02]# rsync -avzh root@172.16.9.4:/u02/ .
Copying process will
complete in 1 hour.
[root@psdev ]#cd /home/psdev/
[root@psdev psdev]# rsync -avzh root@172.16.9.4:/home/psdev/
.
[root@psdev ]#cd /root/
[root@psdev root]# rsync -avzh root@172.16.9.4:/root/ .
CHANGING
NETWORK FILE ENTRY:
Go to network file by running this command
Change the values of IPADDR, GATEWAY, DNS1 and DOMAIN &
HWADDR as desired.
To remove and get a fresh Mac Address
of network need to run these commands.
root@psdev~]#rm –rf
/etc/udev/rules.d/70-persistent-net.rules
[root@psdev ~]# vi ifcfg-eth0
To
get a new MAC address by restarts your machine.
[root@psdev ~]# Reboot
[root@psdev ~]# cat
/etc/udev/rules.d/70-persistent-net.rules
Copying
new mac address file into network file.
[root@psdev ~]# cat
/etc/udev/rules.d/70-persistent-net.rules >> /etc/sysconfig/network-scripts/ifcfg-eth0
[root@psdev ~]# cd
/etc/sysconfig/network-scripts/
Change
mac address if it is different from existing.
[root@psdev ~]# vi ifcfg-eth0
Restart
network.
[root@psdev ~]# /etc/init.d/network
restart
Now
check the ‘ping’ is going to its local server
[root@psdev ~]# ping 8.8.8.8
These three commands are optional in that condition of getting
uuidgen.
[root@psdev ~]# uuidgen eth0 >>
/etc/sysconfig/network-scripts/ifcfg-eth0
[root@psdev ~]# cd /etc/sysconfig/network-scripts/
[root@psdev ~]# vi ifcfg-eth0
[root@psdev ~]# /etc/init.d/network
restart
[root@psdev ~]# ifconfig
[root@psdev ~]# vi ifcfg-eth0
To
restart network to apply updates in network.
[root@psdev ~]# /etc/init.d/network
restart
Changes
in linux network file
[root@psdev ~]# vi /etc/hosts
Output:
127.0.0.1 localhost localhost.localdomain localhost4
localhost4.localdomain4
::1 localhost localhost.localdomain
localhost6 localhost6.localdomain6
172.16.8.24 ps.edu.pk ps
Now
ping its DNS and then IP
[root@psdev ~]# ping psdev.edu.pk
[root@psdev ~]# ping 172.16.8.24
Network
part is done.
Extra and optional commands:
DISPLAY
INFORMATION OF ALL ACTIVE AND INACTIVE INTERFACES:
[root@psdev ~]#ifconfig -a
VIEW
NETWORK SETTINGS OF A SPECIFIC NETWORK:
[root@psdev ~]#ifconfig eth0
INSTALL
JROCKET:
Get this software from this path of the server
‘/u02/New_Soft/Jrocket’
[root@psdev ]#cd /u02/New_Sosft/Jrocket
[root@psdev Jrocket]# rpm -Uvh
jdk-7u67-linux-x64.rpm
[root@psdev Jrocket]# ./jrockit-jdk1.6.0_20-R28.1.0-4.0.1-linux-x64.bin
[root@psdev Jrocket]#
./jrockit-jdk1.6.0_20-R28.1.0-4.0.1-linux-x64.bin
OUTPUT:
Extracting
0%....................................................................................................100%
Unable to instantiate GUI, defaulting to console
mode.
<- Oracle JRockit Installer - Oracle JRockit
JDK R28.1 for Java SE 6 with JR ... ->
Welcome:
--------
This installer will guide you through the
installation of Oracle JRockit JDK
R28.1 for Java SE 6 with JRMC 4.0.1. Type
"Next" or enter to proceed to the
next prompt.
If you want to change data entered previously, type
"Previous".
You may quit the installer at any time by typing
"Exit".
Enter
[Exit][Next]> Next
<- Oracle JRockit Installer - Oracle JRockit
JDK R28.1 for Java SE 6 with JR ...->
Choose Product Installation Directory:
--------------------------------------
"Product Installation Directory" = [Enter new value or use
default
"/root/jrockit-jdk1.6.0_20-R28.1.0-4.0.1"]
Enter new Product Installation Directory OR
[Exit][Previous/u02/PSAPPIOBM/PS_HOME/Jrocket
<- Oracle JRockit Installer - Oracle JRockit
JDK R28.1 for Java SE 6 with JR ...->
Choose Product Installation Directory:
--------------------------------------
"Product
Installation Directory" = [/u02/PSAPPIOBM/PS_HOME/Jrocket]
Use above value or select another option:
1 - Enter new
Product Installation Directory
2 - Change to
default [/root/jrockit-jdk1.6.0_20-R28.1.0-4.0.1]
Enter option number
to select OR [Exit][Previous][Next]> 1
<------------ Oracle JRockit Installer -
Oracle JRockit JDK R28.1 for Java SE 6 with JRMC 4.0.1 ----------->
Choose Product Installation Directory:
--------------------------------------
"Product
Installation Directory" = [/u02/PSAPPIOBM/PS_HOME/Jrocket]
Enter new Product Installation Directory OR
[Exit][Previous][Next]> next
<------------
Oracle JRockit Installer - Oracle JRockit JDK R28.1 for Java SE 6 with JRMC
4.0.1 ----------->
Optional
Components 1
Do you want to install Demos and Samples?
1 - Yes,
install Demos and Samples.
->2 - No, do
not install.
Enter a number or
[Exit][Previous][Next]> 2
<------------ Oracle JRockit Installer - Oracle
JRockit JDK R28.1 for Java SE 6 with JRMC 4.0.1 ----------->
Optional Components 2
Do you want to install Source Code?
1 - Yes,
install Source Code.
->2 - No, do
not install.
Enter a number or
[Exit][Previous][Next]> 2
<------------ Oracle JRockit Installer - Oracle
JRockit JDK R28.1 for Java SE 6 with JRMC 4.0.1 ----------->
Installing JDK to /u02/PSAPPIOBM/PS_HOME/Jrocket...
0%
25% 50% 75% 100%
[------------|------------|------------|------------]
[***************************************************]
<------------ Oracle JRockit Installer - Oracle
JRockit JDK R28.1 for Java SE 6 with JRMC 4.0.1 ----------->
Installing JRE to /u02/PSAPPIOBM/PS_HOME/Jrocket/jre...
0%
25% 50% 75% 100%
[------------|------------|------------|------------]
[***************************************************]
<------------ Oracle JRockit Installer - Oracle
JRockit JDK R28.1 for Java SE 6 with JRMC 4.0.1 ----------->
Installation Complete
Congratulations! Oracle JRockit JDK R28.1 for Java SE 6
with JRMC 4.0.1 has been successfully installed to
/u02/PSAPPIOBM/PS_HOME/Jrocket.
Press [Enter] to
continue or type [Exit]>Press Enter
<------------ Oracle JRockit Installer - Oracle
JRockit JDK R28.1 for Java SE 6 with JRMC 4.0.1 ----------->
Clean up process in progress ...
Completed.
COBOL INSTALLATION:
1.Log in as root.
2.Create a directory
(if it does not exist) where you want to install the Micro Focus Server Express
5.1WP6.
[root@psdev ]# cd
/u02/New_Soft/cobol
[root@psdev cobol]#
4.Copy or ftp the
Micro Focus Server Express 5.1 WP6 tar file that you obtained from Oracle Software Delivery Cloud (http://edelivery.oracle.com) to this
directory:/u02/New_Soft/cobol
In this example, the
file name is sx51_wp6_redhat_x86_64_dev.tar.
6.Extract the tar
file:
$ tar -xvf sx51_wp6_redhat_x86_64_dev.tar
INSTALLATION OF MICRO
FOCUS:
Login as root:
Go to the directory where you want to install MICRO FOCUS
for linux
[root@psdev ]#cd /san/PSDBIOBM/mf/srvexp
[root@psdev ]#tar xf sx51_wp4_redhat_x86_64_dev.tar
List the items in the directory with the following
commands:
[root@ps srvexp]# ls –l
ADISCTRL demo dynload
etc lib sx51_wp4_redhat_x86_64_dev.tar
aslmf
deploy dynload64 include
lmf terminfo
bin
dialog es install
snmp xdb
cpylib docs eslmf-mess
lang src
To begin installation, type:
[root@psdev srvexp]#./install
OUTPUT OF THE SCRIPT:
This script will install Micro Focus Server Express 5.1
on this computer.
The readme.txt file included in this delivery
contains details of
new features, enhancements and any restrictions
of which you should
be aware. This file is located in :
/san/PSDBIOBM/mf/srvexp /docs
We strongly recommend you read this file once the
installation is complete.
Do you wish to
continue (y/n):y
--------------------------------------------------------------------------------
Before installing and using this software product
you must
agree to be bound by the terms and conditions of
the end user
license agreement ("License Agreement")
which accompanies this product.
Please take this time to read the License
Agreement. If you are not in
agreement with the terms and conditions of the
License Agreement, please
return the product to your Account Representative
and your money will
be refunded.
If you require a replacement copy of the License
Agreement, please contact your Account
Representative before proceeding
with the install process.
Do you agree to the
terms of the License Agreement? (y/n): y
--------------------------------------------------------------------------------
Micro Focus Install
This product was not built or tested on this
version
of the Operating System.
This product was built on Operating System:
Linux 2.6.9-11.ELsmp x86_64
Red Hat Enterprise Linux AS release 4 (Nahant
Update 1)
and you are installing it on Operating System:
Linux 3.8.13-16.2.1.el6uek.x86_64
Any product issues you report will only be
corrected if
they can be reproduced on one of our systems
running:
Linux 2.6.9-11.ELsmp x86_64
Red Hat Enterprise Linux AS release 4 (Nahant
Update 1)
Linux 2.6.9-67.ELsmp i686
Red Hat Enterprise Linux ES release 4 (Nahant
Update 6)
Linux 2.6.18-164.el5 x86_64
Red Hat Enterprise Linux Server release 5.4
(Tikanga)
Linux 2.6.18-164.el5 i686
Red Hat Enterprise Linux Server release 5.4
(Tikanga)
Please confirm that
you want to continue with this installation (y/n): y
--------------------------------------------------------------------------------
When you press return you will be shown details
of the reference
environment (and any compatibility environments).
Please press return when you are ready:
This product is certified on the following
reference environment:
The command(s) used to gather the information is
given following each entry.
Operating System
----------------
Linux 2.6.9-11.ELsmp x86_64
Red Hat Enterprise Linux AS release 4 (Nahant
Update 1)
uname -s
uname -r
uname -m
cat /etc/redhat-release
C Compiler
----------
cc gcc version 3.4.6 20060404 (Red Hat 3.4.6-9)
gcc -v 2>&1 | tail -1
C++ Compiler
------------
/usr/bin/g++ gcc version 3.4.6 20060404 (Red Hat
3.4.6-9)
g++ -v 2>&1 | tail -1
Assembler
---------
as GNU assembler version 2.15.92.0.2
(x86_64-redhat-linux) using BFD version 2.1
5.92.0.2 20040927
as -v 2>&1 < /dev/null
Linker
------
ld GNU ld version 2.15.92.0.2 20040927
ld -V 2>&1 | head -1
Supported versions of Java
--------------------------
Java version = 1.4.2_03
Java vendor = Sun Microsystems Inc.
Java OS name = Linux
Java OS arch = i386
Java OS version = 2.6.9-11.ELsmp
Java version = 1.5.0_07
Java vendor = Sun Microsystems Inc.
Java OS name = Linux
Java OS arch = i386
Java OS version = 2.6.9-11.ELsmp
Java version = 1.5.0_07
Java vendor = Sun Microsystems Inc.
Java OS name = Linux
Java OS arch = amd64
Java OS version = 2.6.9-11.Elsmp
Java version = 1.6.0_15
Java vendor = Sun Microsystems Inc.
Java OS name = Linux
Java OS arch = i386
Java OS version = 2.6.9-11.ELsmp
Java version = 1.6.0_15
Java vendor = Sun Microsystems Inc.
Java OS name = Linux
Java OS arch = amd64
Java OS version = 2.6.9-11.ELsmp
$JAVA_HOME/bin/java -classpath $COBDIR/lib WhatJava
Unicode
-------
Unicode mapping tables must be installed for J2EE
and Web Services to
function correctly. These tables are required for
converting between
any combination of UTF-16/UCS-2, UTF-8 and other
installed locales.
COBOL/J2EE Connectivity
-----------------------
COBOL/J2EE connectivity is supported on this
Reference Environment with the
following Application Server products :
o JBoss 4.0.2
o Oracle 10.1.2.0
o Oracle 10.1.3.0
o BEA WebLogic 8.1
o BEA WebLogic 9.0
o IBM WebSphere 6.0
o IBM WebSphere 6.1
o IBM WebSphere 7.0
See the on-disk readme, $COBDIR/docs/readme.txt,
for further information.
--------------------------------------------------------------------------------
This product is also certified on the following
environment:
Operating System
----------------
Linux 2.6.9-67.ELsmp i686
Red Hat Enterprise Linux ES release 4 (Nahant
Update 6)
uname -s
uname -r
uname -m
cat /etc/redhat-release
C Compiler
----------
cc gcc version 3.4.6 20060404 (Red Hat 3.4.6-9)
gcc -v 2>&1 | tail -1
C++ Compiler
------------
/usr/bin/g++ gcc version 3.4.6 20060404 (Red Hat
3.4.6-9)
g++ -v 2>&1 | tail -1
Assembler
---------
as GNU assembler version 2.15.92.0.2
(i386-redhat-linux) using BFD version 2.15.
92.0.2 20040927
as -v 2>&1 < /dev/null
Linker
------
ld GNU ld version 2.15.92.0.2 20040927
ld -V 2>&1 | head -1
--------------------------------------------------------------------------------
This product is also certified on the following
environment:
Operating System
----------------
Linux 2.6.18-164.el5 x86_64
Red Hat Enterprise Linux Server release 5.4
(Tikanga)
uname -s
uname -r
uname -m
cat /etc/redhat-release
C Compiler
----------
cc gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)
gcc -v 2>&1 | tail -1
C++ Compiler
------------
/usr/bin/g++ gcc version 4.1.2 20080704 (Red Hat
4.1.2-46)
g++ -v 2>&1 | tail -1
Assembler
---------
as GNU assembler version 2.17.50.0.6-12.el5
(x86_64-redhat-linux) using BFD vers
ion 2.17.50.0.6-12.el5 20061020
as -v 2>&1 < /dev/null
Linker
------
ld GNU ld version 2.17.50.0.6-12.el5 20061020
ld -V 2>&1 | head -1
--------------------------------------------------------------------------------
This product is also certified on the following
environment:
Operating System
----------------
Linux 2.6.18-164.el5 i686
Red Hat Enterprise Linux Server release 5.4
(Tikanga)
uname -s
uname -r
uname -m
cat /etc/redhat-release
C Compiler
----------
cc gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)
gcc -v 2>&1 | tail -1
C++ Compiler
------------
/usr/bin/g++ gcc version 4.1.2 20080704 (Red Hat
4.1.2-46)
g++ -v 2>&1 | tail -1
Assembler
---------
as GNU assembler version 2.17.50.0.6-12.el5
(x86_64-redhat-linux) using BFD vers
ion 2.17.50.0.6-12.el5 20061020
as -v 2>&1 < /dev/null
Linker
------
ld GNU ld version 2.17.50.0.6-12.el5 20061020
ld -V 2>&1 | head -1
--------------------------------------------------------------------------------
This product is also certified on the following
environment:
Operating System
----------------
Linux 2.6.18-164.el5 i686
Red Hat Enterprise Linux Server release 5.4
(Tikanga)
uname -s
uname -r
uname -m
cat /etc/redhat-release
C Compiler
----------
cc gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)
gcc -v 2>&1 | tail -1
C++ Compiler
------------
/usr/bin/g++ gcc version 4.1.2 20080704 (Red Hat
4.1.2-46)
g++ -v 2>&1 | tail -1
Assembler
---------
as GNU assembler version 2.17.50.0.6-12.el5
(i386-redhat-linux) using BFD versio
n 2.17.50.0.6-12.el5 20061020
as -v 2>&1 < /dev/null
Linker
------
ld GNU ld version 2.17.50.0.6-12.el5 20061020
ld -V 2>&1 | head -1
Please confirm your understanding of the above
reference environment
details (y/n): y
bin/cobconvstrtest: error while loading shared
libraries: libstdc++.so.6: cannot open shared object file: No such file or
directory
WARNING: unable to find sockets library
/usr/lib/libc
CCITCP requires support from this library.
Executables linked without this
library cannot run applications that use CCITCP
functionality.
If you require this support, you will need to
install the
TCP/IP Development System libraries prior to
installation of your COBOL system.
--------------------------------------------------------------------------------
Do you want to make
use of COBOL and Java working together? (y/n):n
Skipping Java setup
Should you want to use Java with COBOL later on
as super user run the command /san/PSDBIOBM/mf/srvexp/bin/java_setup
to select the version of Java you want to use.
--------------------------------------------------------------------------------
This product is protected using the Micro Focus
License Management
Facility (LMF). Please refer to the Development
System Licensing Guide
for information relating to the installation of
the licensing system
and licenses.
If you do not have LMF installed or want to
upgrade to the latest version,
we recommend you install it now.
Would you like to
install LMF now? (y/n): y
Enter the directory name where you wish to install
License Manager
(Press Enter for default directory /opt/microfocus/mflmf)
/san/PSDBIOBM/mf/lmfsrvexp
Empty database created ok
Do you want only
superuser to be able to access the License Admin System? (y/n)
Y
It is recommended that you let license manager autostart
at boot time
Do you want license
manager to be automatically started at boot time? (y/n)
Y
LMF installation complete
Please consult the Development Licensing Guide
for detailed information
on how to install licenses.
This may be done by running the mflicense tool.
--------------------------------------------------------------------------------
To run your applications you need a deployment
license installed using Apptrack.
See your Deployment Licensing Guide for details.
Installing Apptrack...
Access permissions on directory /var/mfaslmf have
changed on this release
Write access permission has been removed except
for superuser use
Apptrack installation complete
--------------------------------------------------------------------------------
This product can be used in either 32-bit or
64-bit modes.
Please enter either
32 or 64 to set the system default mode: 64
System default COBMODE has been set to 64.
--------------------------------------------------------------------------------
Installing documentation. Please wait...
--------------------------------------------------------------------------------
Enterprise Server provides a scalable, managed
and high-performance
transactional environment for the deployment of
COBOL applications
and services, COBOL/J2EE applications and direct
COBOL Web Services.
Your Enterprise Server requires configuration. You
can either do it now
or later. To do it now you need to know the
alphanumeric user ID of the
Enterprise Server System Administrator.
To do it later, enter the following commands
whilst logged in as root :
/u02/PSAPPIOBM/PS_HOME/MF/srvexp/bin/eslminstall
/u02/PSAPPIOBM/PS_HOME/MF/srvexp/bin/casperm
Do you wish to
configure Enterprise Server now? (y/n): n
--------------------------------------------------------------------------------
XDB is a fully-functional ANSI-compliant
relational database
management system, providing support for SQL data
access for
development purposes.
Do you want to
install XDB? (y/n): n
Skipping XDB install.
Should you want to install XDB later on, run the
following command
as the root user :
sh /u02/PSAPPIOBM/PS_HOME/MF/srvexp/xdb/xdb_install
--------------------------------------------------------------------------------
(remember to set COBDIR to
/u02/PSAPPIOBM/PS_HOME/MF/srvexp,
include /u02/PSAPPIOBM/PS_HOME/MF/srvexp/lib in
LD_LIBRARY_PATH
and include /u02/PSAPPIOBM/PS_HOME/MF/srvexp/bin
on your PATH)
WARNING: Any executables (whether a Run-Time
System or an application)
must be relinked using this new release.
Otherwise, the results of
running the older executables with this new
release are undefined.
Installation completed successfully.
The COBOL system is ready to use.
INSTALLATION STEPS OF MICRO FOCUS
LICENSE MANAGER:
[root@psdev lmfsrvexpp]#
./mflmcmd
Micro Focus License Manager Command Line Interface
--------------------------------------------------
Select the function you require from the list:
License Install -
Enter 'I'
License Uninstall - Enter 'U'
I
Ready to install license
Enter the Serial Number part of the License Key:
PEOPLESOFT-SX-DEV64
Enter the License Number part of the License Key:
01030 A0000 014A9
3C205 9AB4
License added ok
Note that the license database cannot be moved, copied,
or restored without reloading the license keys
To check the extra sessions of mfl are active or dead, if
its dead so please proceed to next step otherwise kill these sessions by
[root@psdev lmfsrvexpp]#
ps -ef |grep mfl
root 3196 2 0
14:42 ? 00:00:00 [kdmflush]
root 7374 4322 0
15:21 pts/1 00:00:00 grep mfl
[root@psdev ]#Kill -9 3196
START MICRO FOCUS LICENSE MANAGER:
[root@psdev lmfsrvexpp]#
./mflmman
MF-LMF:Thu Oct 5
15:22:09 2017: LMF Starting
VERIFY MICRO FOCUS LICENSE MANAGER HAS STARTED:
[root@psdev lmfsrvexpp]#
./lmfgetpv
License Manager version 129
Loaded from /u02/PSAPPIOBM/PS_HOME/MF/lmfsrvexpp
From user oracle/psdev run these commands after going at
this path
COMPILATION STEPS OF COBOL
FILES WITH MICRO FOCUS LICENSE MANAGER:
[psdev@psdev ]$cd /san/PSDBIOBM/PT8.527/setup
[psdev@psdev
setup]$ls –ltr
cblcvrt_summary.log
inasbl11.mak pkgs psrun.mak
ccr inasbl12.mak pscbl.mak psrunrmt.err
dbcodes.hc
inasuncv04.sh pscbl_mf.mak pstuxftp.txt
dbcodes.pt
inasuncv05.sh psdb.sh readonly.txt
endorsed
inasuncv06.sh psdmtx.cfg soap
inasbl04.mak
inasuncv07.sh
psmkreadonly.sh
unicode.cfg
inasbl05.mak
inasuncv08.sh
psmkwritable.sh
unpack_jre.sh
inasbl06.mak
inasuncv09.sh
PsMpCrystalInstall WebCenter
inasbl07.mak
inasuncv10.sh PsMpDbInstall writable.txt
inasbl08.mak
inasuncv11.sh PsMpPIAInstall
inasbl09.mak
inasuncv12.sh
PsMpWebAppDeployInstall
inasbl10.mak
parmfile psrun.err
[psdev@psdev
setup]$./pscbl.mak
/u02/PSAPPIOBM/PS_HOME/PT8.527/setup/pscbl_mf.mak :
Compiling PSPIMWS6.cbl ...
/u02/PSAPPIOBM/PS_HOME/PT8.527/setup/pscbl_mf.mak :
Compiling PSPLBUPD.cbl ...
/u02/PSAPPIOBM/PS_HOME/PT8.527/setup/pscbl_mf.mak :
Compiling PSPLCLRT.cbl ...
/u02/PSAPPIOBM/PS_HOME/PT8.527/setup/pscbl_mf.mak :
Compiling PSPLD403.cbl ...
/u02/PSAPPIOBM/PS_HOME/PT8.527/setup/pscbl_mf.mak :
Compiling PSPLDTL1.cbl ...
/u02/PSAPPIOBM/PS_HOME/PT8.527/setup/pscbl_mf.mak :
Compiling PSPLDTL2.cbl ...
“Compilation of COBOL will start same as this pattern.”
COBOL Installation on Linux Environment
*******************************
To check the status(Login as root user):
*******************************
[root@psdev lmf]# pwd
/san/PSDBIOBM/mf/lmfsrvexp
[root@psdev lmf]#
./lmfgetpv
License Manager is not running
[root@psdev lmfsrvexp]#
/san/PSDBIOBM/mf/lmfsrvexp
[root@psdev lmfsrvexp]#
./mflmman (To Start the License Manager)
MF-LMF:Tue Oct 15 04:26:52 2013: LMF Starting
[root@psdev lmfsrvexp]#
[root@psdev aslmf]#
ps -ef|grep manager(grep command to check status)
root 22517 1 0
04:26 ? 00:00:00 ./mflm_manager
root 22522
12544 0 04:27 pts/6 00:00:00 grep manager
[root@psdev lmfsrvexp]#
./lmfgetpv
License Manager version 130
Loaded from /opt/cobol/aslmf
**********************************************
Setup of environment variables (Login as psdev user):
**********************************************
* $ COBDIR=/opt/cobol/;export COBDIR
* $ PATH=$PATH:/opt/cobol/lib;export PATH
* $ PATH=$PATH:/opt/cobol/bin;export PATH
* $ PATH=$PATH:/opt/cobol/microfocus/mflmf/lib;export
PATH
* $ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$COBDIR/lib;export
LD_LIBRARY_PATH
* $ LIBPATH=$LIBPATH:$COBDIR/lib;export LIBPATH
* $ cob
I see no work
(This indicates that environment variables setup done properly)
WEBLOGIC ENTRY UPDATE
STEPS BY PSDEV USER:
Go to web address for register updates
[psdev@psdev ]$ cd /san/PSDBIOBM/PT8.527/webserv/peoplesoft/applications
/peoplesoft/PORTAL.war/WEB-INF/psftdocs/ps
Edit the following file
[psdev@psdev ps]$ vi configuration.properties
Find psserver and rename by entering new update
psserver=psdev.edu.pk:9000,psdev.edu.pk:9500
Go to bin in domain peoplesoft and change the name to
existing server new one.
[psdev@psdev ]$cd /san/PSDBIOBM/PT8.527/webserv/peoplesoft/bin
Edit the following file
[psdev@psdev bin]$vi setEnv.sh
Find adminserver_hostname and edit with new DNS name.
ADMINSERVER_HOSTNAME=psdev.edu.pk
PEOPLESOFT
SERVER ADMINISTRATION CONFIGURATION:
Login as a root
[root@psdev Desktop]# ./psadmin.sh
--------------------------------
PeopleSoft Server Administration
--------------------------------
Config
Home: /home/psdev/psft/pt/8.52
1)
Application Server
2)
Process Scheduler
3) Search
Server
4) Web
(PIA) Server
5) Switch
Config Home
6)
Replicate Config Home
q) Quit
Select 2
1) Administer a domain
2) Create
a domain
3) Delete
a domain
4) Import
domain configuration
q) Quit
Select 1
PSDEV_PSD
Select domain name
1) Boot this domain
2) Domain
shutdown menu
3) Domain
status menu
4)
Configure this domain
5) TUXEDO
command line (tmadmin)
6) Edit
configuration/log files menu
7) Clean
IPC resources of this Domain
q) Quit
Select 4
----------------------------------------------
Quick-configure menu -- domain: PSDEV_PSD
----------------------------------------------
Features Settings
==========
==========
1) App Engine : Yes
6) DBNAME :[PSIOBM]
2) Master Scheduler : Yes
7) DBTYPE :[ORACLE]
8) PrcsServer :[PSUNX]
9) UserId :[PS]
10)
UserPswd :[TERMINAL]
11)
ConnectID :[people]
12)
ConnectPswd:[peop1e]
13) ServerName
:[172.16.8.24]
14) Log/Output
Dir:[%PS_SERVDIR%/log_output]
15) SQRBIN :[%PS_HOME%/bin/sqr/%PS_DB%/bin]
16) AddToPATH
:[/u02/PSDBIOBM/PSIOBM/product/11.2.0/dbhome_1/bin]
Actions
=========
3) Load config as shown
4) Custom configuration
5) Edit environment settings
h) Help for this menu
q) Return to previous menu
Select
option 13 and change to your desired DNS.
After update in Configuration select 3 to load
configuration
Comments
Post a Comment