Visit Counter

Tuesday, July 5, 2016

Enable the Port 7150 Baan Login



Can also use baanlogin protocol this is taken from solution 70306

SOLUTION DESCRIPTION:
1. Rexec versus BaanLogin method
============================

When using the BaanLogin method password information is send in a encrypted way.


Short description of The BaanLogin functionality:

The BaanLogin functionality provides:

* The BaanLogin protocol.
* A client-side interface for the BaanLogin protocol.
* A daemon that will act as a server for BaanLogin.
* A changed BaanLogicService on Windows/NT that supports the BaanLogin protocol.
* The possibility to select between the BaanLogin- and rexec-protocol based on additional information in configuration files.

To be able to accept BaanLogin-requests, the BaanLogin daemon must be started and running at the Baan server.
And, at the client side, BW has to be configured to use the BaanLogin method.

SERVER CONFIGURATION
Windows NT:

The daemon runs as a service and is implemented in the BaanLogicService.
To enable BaanLogin-request configure the BaanLogic Service as follows: 
> Start the Baan NT Manager on the Baan -NT server.
> Select the Logic service, and click on it with your right mouse button
> Select Protocol...
Now a window pops up having the following fields:

Listen
Protocol
O Rexec
O BaanLogin

Port ....
ONamed Pipe

To enable the BaanLogin protocol mark the checkbox in front of BaanLogin.

Selection of the correct Port number:
When enabling only Rexec protocol you have to choose Port 512.
This is because the Rexec protocol is hardcoded to port 512.
So, also when enabling both Rexec and BaanLogin protocol you have to use port 512.
When enabling only the BaanLogin protocol the default port is 7150. You can change this to another portnumber.

After stopping & starting the BaanLogic service the new settings will become active.

To disable BaanLogin request turn off the BaanLogin option again and restart the BaanLogic service.

UNIX:

Check the permission of Blogind6.2

#/ssaerp/bse/bin/blogind6.2

The BaanLogin functionality is implemented as a daemon process: blogind6.x

To enable BaanLogin-request do the following::

Usage: blogind6.1 [-vV] [-d] [-p Portnumber] [-kK]

> Log in as root at the Baan Unix server because you must have root permission to start the BaanLogin daemon.
> Take care the BSE environment variables are correctly set.
> Start the BaanLogin daemon process as follows:

blogind6.1 -p Portnumber

When you start blogind6.1 without specifying any options it will default take port 7150.
To run the blogind6.1 in a kind of debug mode specify the -d option, for example:

# blogind6.1 -d
# Daemon: listen for first connection.

Daemon: Incoming connection, spawn child.
Deamon: revert to listen-mode.
Child: handle BaanLogin request.
Child: received: user kvddool, action 1
bseEnv /c1/b40c/bse/bin/ipc_boot, bseVersion 6.1
Child: logon for kvddool OK.
Child: pwd status = -5, message = -2005: The aging for name is turned off.
Child: starting /c1/b40c/bse/bin/ipc_boot6.1.

Here you see someone logs on successfully using the BaanLogin method.

To stop the BaanLogin daemon execute the following command:
blogind6.1 -k



CLIENT CONFIGURATION
To configure the client to use the BaanLogin method follow these steps:

> Start BW Configuration 
> Select Method: BaanLogin
> The portnumber will be set to the default: 7150
The portnumber must be the same number as the one you configured the BaanLogic Service (Windows NT) for or you specified when starting the blogind.6.x (UNIX). 
> Save the configurarion and login Baan.

When the BaanLogin protocol is selected the following entries are written into the .bwc file:
protocol=BAAN
portnumber=7150

When the Rexec protocol is selected the following entries are written into the .bwc file:
protocol=EXEC
portnumber=512

Monday, June 27, 2016

ORA-02096: specified initialization parameter is not modifiable with this option


I getting below error while changing db_file_name_convert.

SQL> alter system set db_file_name_convert='/ora_dat/drssaerp','/ora_dat/ssaerp','/ora_idx/drssaerp','/ora_idx/ssaerp';

ORA-02096 "Specified initialization parameter is not modifiable with this option





Solution:


SQL> alter system set db_file_name_convert='/ora_dat/drssaerp','/ora_dat/ssaerp','/ora_idx/drssaerp','/ora_idx/ssaerp';
scope=spfile;
Altered System.

Restart the database once after that u can see the modified parameter.


SQL> show parameter log_file_name_convert


log_file_name_convert  string      /ora_dat/drssaerp/, /ora_dat/ssaerp


SQL> show parameter db_file_name_convert


db_file_name_convert   string      /ora_dat/drssaerp/, /ora_dat/ssaerp/,

                                                       /ora_idx/drssaerp/, /ora_idx/ssaerp/



To see the list of parameters which are session level or system level modifiable, you can query the V$PARAMETER view like below:


SQL> Select name,isses_modifiable,issys_modifiable from v$parameter;




ORA-02096 "Specified initialization parameter is not modifiable with this option

Cause: Though the initialization parameter is modifiable, it cannot be modified using the specified command.

Action: Check the DBA Guide for information about under what scope the parameter may be modified

Log Files in Oracle RAC




The Cluster Ready Services Daemon (crsd) Log Files


Log files for the CRSD process (crsd) can be found in the following directories:
ORA_CRS_HOME/log/hostname/crsd
the crsd.log file is archived every 10MB as crsd.101, crsd.102 ...
ORACLE_CRS_HOME/log//alert.log

Oracle Cluster Registry (OCR) Log Files

The Oracle Cluster Registry (OCR) records log information in the following location:
ORA_CRS_HOME/log/hostname/client

Cluster Synchronization Services (CSS) Log Files

You can find CSS information that the OCSSD generates in log files in the following locations:
ORA_CRS_HOME/log/hostname/cssd
OCSSD responsible for inter node health monitoring and instance endpoint recovery.
It runs as oracle user.  
The cssd.log file is archived every 20MB as cssd.101, cssd.102....

Event Manager (EVM) Log Files

Event Manager (EVM) information generated by evmd is recorded in log files in the following locations:
ORA_CRS_HOME/log/hostname/evmd

RACG Log Files

The Oracle RAC high availability trace files are located in the following two locations:
ORA_CRS_HOME/log/hostname/racg
$ORACLE_HOME/log/hostname/racg
Core files are in the sub-directories of the log directories. Each RACG executable has a sub-directory assigned exclusively for that executable. The name of the RACG executable sub-directory is the same as the name of the executable.

VIP Log Files

You can find VIP related log files under following location :
ORA_CRS_HOME/log/nodename/racg

OCR logs 
OCR logs (ocrdump, ocrconfig, ocrcheck) log files are stored in $ORA_CRS_HOME/log//client/ directory. 

SRVCTL logs

srvctl logs are stored in two locations, $ORA_CRS_HOME/log//client/ and in $ORACLE_HOME/log//client/ directories.

Slm Server not starting BaanERP in Cluster Server


Slm Server not starting in Second node of cluster server.

After I search found some error in license file. I plan to moved license file from first node to second after that it was working fine.

/usr/baan/shared/license

I requested new license from Baan Support.


#SlmServer -s

Log file path  /usr/baan/shared/log/log.SlmServer

2016-06-19[00:45:22]:E:root: Pid 18541 Uid 0 Euid 0 Gid 0 Egid 0
2016-06-19[00:45:22]:E:root: Errno 125 (Address already in use)
2016-06-19[00:45:22]:E:root: Log_mesg: TCP bind() to port 6005 failed, error 125
2016-06-19[00:45:22]:E:root:
2016-06-19[00:45:22]:E:root: ******* E N D of Error message *******
2016-06-19[00:45:24]:E:root:
2016-06-19[00:45:24]:E:root: ******* S T A R T of Error message *******
2016-06-19[00:45:24]:E:root: Log message called from /view/MaintSLM7_0.nlbaucc.ccadm.snapshot/vobs/tt/lib/nw_1/sock_server.c:
#221 keyword: ipc
2016-06-19[00:45:24]:E:root: Pid 18541 Uid 0 Euid 0 Gid 0 Egid 0
2016-06-19[00:45:24]:E:root: Errno 125 (Address already in use)
2016-06-19[00:45:24]:E:root: Log_mesg: TCP bind() to port 6005 failed, error 125
2016-06-19[00:45:24]:E:root:


Monday, June 6, 2016

CLSRSC-117: Failed to start Oracle Clusterware stack Oracle 12c clusterware


Install Grid software on RAC01 was sucessfully but Second RAC02 having a problem while running the root.sh script.


RAC02:


#/ora/grid/root.sh


[INS-35423]The installer has detected that Oracle Clusterware is not running on the local Node.

I am running the runinstaller as oracle user and it can see the cluster fine.

$ crsctl check crs
CRS-4638: Oracle High Availability Services is online
CRS-4537: Can not Cluster Ready Services is offline
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is offline







/ora/grid/log/rac02/agent/ohasd/oraagent_oracle/oraagent_oracle.log


status msg [CRS-5017: The resource action "ora.asm start" encountered the following error:
ORA-00443: background process "MMNL" did not start
. For details refer to "(:CLSN00107:)" in "/ora/grid/log/rac02/agent/ohasd/oraagent_oracle/oraagent_oracle.log".
] for start for resource: ora.asm 1 1
2016-06-06 23:03:49.377: [    AGFW][3043145488] {0:9:5} Agent sending reply for: RESOURCE_START[ora.asm 1 1] ID 4098:584
2016-06-06 23:03:49.449: [ora.asm][3045246736] {0:9:5} [start] (:CLSN00107:) clsn_agent::start }






Solution:


Rac installation  on Virtual Machine

I increased the memory of rac02 server.

[root@rac02 grid]# ./root.sh
Performing root user operation for Oracle 12c 

The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME=  /ora/grid

Enter the full pathname of the local bin directory: [/usr/local/bin]: 
The contents of "dbhome" have not changed. No need to overwrite.
The contents of "oraenv" have not changed. No need to overwrite.
The contents of "coraenv" have not changed. No need to overwrite.

Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
Using configuration parameter file: /ora/grid/crs/install/crsconfig_params
2016/06/07 00:00:02 CLSRSC-363: User ignored prerequisites during installation

CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'rac02'
CRS-2673: Attempting to stop 'ora.crsd' on 'rac02'
CRS-2790: Starting shutdown of Cluster Ready Services-managed resources on 'rac02'
CRS-2673: Attempting to stop 'ora.asm' on 'rac02'
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN1.lsnr' on 'rac02'
CRS-2677: Stop of 'ora.LISTENER_SCAN1.lsnr' on 'rac02' succeeded
CRS-2673: Attempting to stop 'ora.scan1.vip' on 'rac02'
CRS-2677: Stop of 'ora.asm' on 'rac02' succeeded
CRS-2677: Stop of 'ora.scan1.vip' on 'rac02' succeeded
CRS-2672: Attempting to start 'ora.scan1.vip' on 'rac01'
CRS-2676: Start of 'ora.scan1.vip' on 'rac01' succeeded
CRS-2672: Attempting to start 'ora.LISTENER_SCAN1.lsnr' on 'rac01'
CRS-2676: Start of 'ora.LISTENER_SCAN1.lsnr' on 'rac01' succeeded
CRS-2673: Attempting to stop 'ora.ons' on 'rac02'
CRS-2677: Stop of 'ora.ons' on 'rac02' succeeded
CRS-2673: Attempting to stop 'ora.net1.network' on 'rac02'
CRS-2677: Stop of 'ora.net1.network' on 'rac02' succeeded
CRS-2792: Shutdown of Cluster Ready Services-managed resources on 'rac02' has completed
CRS-2677: Stop of 'ora.crsd' on 'rac02' succeeded
CRS-2673: Attempting to stop 'ora.ctssd' on 'rac02'
CRS-2673: Attempting to stop 'ora.mdnsd' on 'rac02'
CRS-2673: Attempting to stop 'ora.gpnpd' on 'rac02'
CRS-2677: Stop of 'ora.gpnpd' on 'rac02' succeeded
CRS-2677: Stop of 'ora.mdnsd' on 'rac02' succeeded
CRS-2677: Stop of 'ora.ctssd' on 'rac02' succeeded
CRS-2673: Attempting to stop 'ora.evmd' on 'rac02'
CRS-2673: Attempting to stop 'ora.storage' on 'rac02'
CRS-2677: Stop of 'ora.storage' on 'rac02' succeeded
CRS-2673: Attempting to stop 'ora.asm' on 'rac02'
CRS-2677: Stop of 'ora.evmd' on 'rac02' succeeded
CRS-2677: Stop of 'ora.asm' on 'rac02' succeeded
CRS-2673: Attempting to stop 'ora.cluster_interconnect.haip' on 'rac02'
CRS-2677: Stop of 'ora.cluster_interconnect.haip' on 'rac02' succeeded
CRS-2673: Attempting to stop 'ora.cssd' on 'rac02'
CRS-2677: Stop of 'ora.cssd' on 'rac02' succeeded
CRS-2673: Attempting to stop 'ora.gipcd' on 'rac02'
CRS-2677: Stop of 'ora.gipcd' on 'rac02' succeeded
CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'rac02' has completed
CRS-4133: Oracle High Availability Services has been stopped.
CRS-4123: Starting Oracle High Availability Services-managed resources
CRS-2672: Attempting to start 'ora.mdnsd' on 'rac02'
CRS-2672: Attempting to start 'ora.evmd' on 'rac02'
CRS-2676: Start of 'ora.mdnsd' on 'rac02' succeeded
CRS-2676: Start of 'ora.evmd' on 'rac02' succeeded
CRS-2672: Attempting to start 'ora.gpnpd' on 'rac02'
CRS-2676: Start of 'ora.gpnpd' on 'rac02' succeeded
CRS-2672: Attempting to start 'ora.gipcd' on 'rac02'
CRS-2676: Start of 'ora.gipcd' on 'rac02' succeeded
CRS-2672: Attempting to start 'ora.cssdmonitor' on 'rac02'
CRS-2676: Start of 'ora.cssdmonitor' on 'rac02' succeeded
CRS-2672: Attempting to start 'ora.cssd' on 'rac02'
CRS-2672: Attempting to start 'ora.diskmon' on 'rac02'
CRS-2676: Start of 'ora.diskmon' on 'rac02' succeeded
CRS-2789: Cannot stop resource 'ora.diskmon' as it is not running on server 'rac02'
CRS-2676: Start of 'ora.cssd' on 'rac02' succeeded
CRS-2672: Attempting to start 'ora.cluster_interconnect.haip' on 'rac02'
CRS-2672: Attempting to start 'ora.ctssd' on 'rac02'
CRS-2676: Start of 'ora.ctssd' on 'rac02' succeeded
CRS-2676: Start of 'ora.cluster_interconnect.haip' on 'rac02' succeeded
CRS-2672: Attempting to start 'ora.asm' on 'rac02'
CRS-2676: Start of 'ora.asm' on 'rac02' succeeded
CRS-2672: Attempting to start 'ora.storage' on 'rac02'
CRS-2676: Start of 'ora.storage' on 'rac02' succeeded
CRS-2672: Attempting to start 'ora.crsd' on 'rac02'
CRS-2676: Start of 'ora.crsd' on 'rac02' succeeded
CRS-6017: Processing resource auto-start for servers: rac02
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN1.lsnr' on 'rac01'
CRS-2672: Attempting to start 'ora.ons' on 'rac02'
CRS-2677: Stop of 'ora.LISTENER_SCAN1.lsnr' on 'rac01' succeeded
CRS-2673: Attempting to stop 'ora.scan1.vip' on 'rac01'
CRS-2677: Stop of 'ora.scan1.vip' on 'rac01' succeeded
CRS-2672: Attempting to start 'ora.scan1.vip' on 'rac02'
CRS-2676: Start of 'ora.scan1.vip' on 'rac02' succeeded
CRS-2672: Attempting to start 'ora.LISTENER_SCAN1.lsnr' on 'rac02'
CRS-2676: Start of 'ora.ons' on 'rac02' succeeded
CRS-2676: Start of 'ora.LISTENER_SCAN1.lsnr' on 'rac02' succeeded
CRS-6016: Resource auto-start has completed for server rac02
CRS-6024: Completed start of Oracle Cluster Ready Services-managed resources
CRS-4123: Oracle High Availability Services has been started.
2016/06/07 00:04:38 CLSRSC-343: Successfully started Oracle clusterware stack

2016/06/07 00:05:22 CLSRSC-325: Configure Oracle Grid Infrastructure for a Cluster ... succeeded

[root@rac02 grid]# 

Thursday, May 26, 2016

Install Quest Authentication Software on Solaris 11 Sparc 64-bit

root@afi-drsvr:/qas/QAS_4_1_1_22824# ./install.sh

Quest Authentication Services Installation Script
Script Build Version: 4.1.1.22824
Copyright 2017 Quest Software, Inc.  ALL RIGHTS RESERVED.
Protected by U.S. Patent Nos. 7,617,501, 7,895,332, 7,904,949, 8,086,710, 8,087,                                                                                        075, 8,245,242. Patents pending.

        Host Name: afi-drsvr
 Operating System: SunOS 11 (sparc)

Checking for recommended patches...Done
Checking for available software... Done
Checking for installed software... Done

Executing the following commands:
   Install QAS Client (vasclnt)
   Install QAS Group Policy Client (vasgp)
   License VAS (license)
   Join the Active Directory Domain (join)

Do you wish to continue?  (yes|no)? [yes]:
Executing command: 'vasclnt'...

Do you accept the Quest Software, Inc. agreement (yes|no)? [no]: yes

echo 'y' | pkgadd -a '/tmp/vas-admin' -G -d '/qas/QAS_4_1_1_22824/client/solaris8-sparc/vasclnt_SunOS_5.8_sparc-4.1.1.22824.pkg' all

Processing package instance <vasclnt> from </qas/QAS_4_1_1_22824/client/solaris8-sparc/vasclnt_SunOS_5.8_sparc-4.1.1.22824.pkg>

vasclnt 4.1.1.22824(sparcv9) 4.1.1.22824
Copyright 2017 Quest Software, Inc.  ALL RIGHTS RESERVED. Protected by U.S. Patent Nos. 7,617,501, 7,895,332, 7,904,949, 8,086,710, 8,087,075, 8,245,242. Patents pending.
## Processing package information.
## Processing system information.
   12 package pathnames are already properly installed.

Installing vasclnt 4.1.1.22824 as <vasclnt>

## Executing preinstall script.
## Installing part 1 of 1.
/etc/init.d/vasd
/etc/opt/quest/vas/group-override.sample
/etc/opt/quest/vas/user-override.sample
/etc/opt/quest/vas/users.allow.sample
/etc/opt/quest/vas/users.deny.sample
/opt/quest/bin/.klist
/opt/quest/bin/.ktutil
/opt/quest/bin/.ldapmodify
/opt/quest/bin/.ldapsearch
/opt/quest/bin/.nisedit
/opt/quest/bin/.uptool
/opt/quest/bin/.vastool
/opt/quest/bin/klist
/opt/quest/bin/ktutil
/opt/quest/bin/ldapmodify
/opt/quest/bin/ldapsearch
/opt/quest/bin/nisedit
/opt/quest/bin/preflight
/opt/quest/bin/uptool
/opt/quest/bin/vastool
/opt/quest/lib/libipcauthserver.so.1 <symbolic link>
/opt/quest/lib/libipcauthserver.so.1.0.0
/opt/quest/lib/libsudo_vas.so
/opt/quest/lib/libvas-gssapi.so <symbolic link>
/opt/quest/lib/libvas-gssapi.so.2 <symbolic link>
/opt/quest/lib/libvas-gssapi.so.2.0.0
/opt/quest/lib/libvas.so.4 <symbolic link>
/opt/quest/lib/libvas.so.4.6.0
/opt/quest/lib/libvasadmin.so.1 <symbolic link>
/opt/quest/lib/libvasadmin.so.1.0.0
/opt/quest/lib/libvtcacheipc.so.1 <symbolic link>
/opt/quest/lib/libvtcacheipc.so.1.0.0
/opt/quest/lib/libvtcachesql.so.1 <symbolic link>
/opt/quest/lib/libvtcachesql.so.1.0.0
/opt/quest/lib/libvtsmartcache.so.1 <symbolic link>
/opt/quest/lib/libvtsmartcache.so.1.0.0
/opt/quest/lib/libvtutil.so.1 <symbolic link>
/opt/quest/lib/libvtutil.so.1.0.0
/opt/quest/lib/libvtwrap.so <symbolic link>
/opt/quest/lib/libvtwrap.so.2 <symbolic link>
/opt/quest/lib/libvtwrap.so.2.0.0
/opt/quest/lib/nss/nss_vas4.so.1
/opt/quest/lib/nss/sparcv9/nss_vas4.so.1
/opt/quest/lib/sparcv9/libvas-gssapi.so <symbolic link>
/opt/quest/lib/sparcv9/libvas-gssapi.so.2 <symbolic link>
/opt/quest/lib/sparcv9/libvas-gssapi.so.2.0.0
/opt/quest/lib/sparcv9/libvas.so.4 <symbolic link>
/opt/quest/lib/sparcv9/libvas.so.4.6.0
/opt/quest/lib/sparcv9/libvasadmin.so.1 <symbolic link>
/opt/quest/lib/sparcv9/libvasadmin.so.1.0.0
/opt/quest/lib/sparcv9/libvtcacheipc.so.1 <symbolic link>
/opt/quest/lib/sparcv9/libvtcacheipc.so.1.0.0
/opt/quest/lib/sparcv9/libvtcachesql.so.1 <symbolic link>
/opt/quest/lib/sparcv9/libvtcachesql.so.1.0.0
/opt/quest/lib/sparcv9/libvtsmartcache.so.1 <symbolic link>
/opt/quest/lib/sparcv9/libvtsmartcache.so.1.0.0
/opt/quest/lib/sparcv9/libvtutil.so.1 <symbolic link>
/opt/quest/lib/sparcv9/libvtutil.so.1.0.0
/opt/quest/lib/support/libgcc_s.so.1
/opt/quest/lib/support/libstdc++.so.6 <symbolic link>
/opt/quest/lib/support/libstdc++.so.6.0.16
/opt/quest/libexec/chgfmon/chgfmon
/opt/quest/libexec/oat/.oat
/opt/quest/libexec/oat/.oat_changeowner
/opt/quest/libexec/oat/common.sh
/opt/quest/libexec/oat/oat
/opt/quest/libexec/oat/oat_adlookup
/opt/quest/libexec/oat/oat_changeowner
/opt/quest/libexec/oat/oat_example.sh
/opt/quest/libexec/oat/oat_format
/opt/quest/libexec/oat/oat_match
/opt/quest/libexec/oat/oat_match_group.awk
/opt/quest/libexec/oat/oat_match_user.awk
/opt/quest/libexec/vas/config_pam
/opt/quest/libexec/vas/enrolled_user_report
/opt/quest/libexec/vas/homedir-create.sh
/opt/quest/libexec/vas/manconfig-environment.sh
/opt/quest/libexec/vas/manconfig-man.conf.sh
/opt/quest/libexec/vas/manconfig-man.sh
/opt/quest/libexec/vas/manconfig-man_config.sh
/opt/quest/libexec/vas/manconfig-manpath.sh
/opt/quest/libexec/vas/manconfig-manpath_config.sh
/opt/quest/libexec/vas/manifest/vasd.xml
/opt/quest/libexec/vas/nst
/opt/quest/libexec/vas/nst-altarch
/opt/quest/libexec/vas/nst_od
/opt/quest/libexec/vas/scripts/check_k5logins.sh
/opt/quest/libexec/vas/scripts/configure_pam_vas.sh
/opt/quest/libexec/vas/scripts/deleted_check.sh
/opt/quest/libexec/vas/scripts/qas-aa-setup.sh
/opt/quest/libexec/vas/scripts/vas_capture_stats.sh
/opt/quest/libexec/vas/scripts/vas_oneway_setup.sh
/opt/quest/libexec/vas/scripts/vas_sa_manager.sh
/opt/quest/libexec/vas/scripts/vas_snapshot.sh
/opt/quest/libexec/vas/scripts/vas_status.sh
/opt/quest/libexec/vas/scripts/vasjoin.sh
/opt/quest/libexec/vas/sqlite3
/opt/quest/libexec/vas/sugi/.asdcom
/opt/quest/libexec/vas/sugi/asdcom
/opt/quest/libexec/vas/uptool/gecos_fullname
/opt/quest/libexec/vas/uptool/grnam_PARAM_cn
/opt/quest/libexec/vas/uptool/grnam_PARAM_samacc
/opt/quest/libexec/vas/uptool/grnam_cn
/opt/quest/libexec/vas/uptool/grnam_samacc
/opt/quest/libexec/vas/uptool/pwnam_cn
/opt/quest/libexec/vas/uptool/pwnam_samacc
/opt/quest/libexec/vas/uptool/pwnam_upnpre
/opt/quest/libexec/vas/vasauth_helper
/opt/quest/libexec/vas/vasd/.delusercheck
/opt/quest/libexec/vas/vasd/.vas_ccache_renew
/opt/quest/libexec/vas/vasd/.vas_muupd
/opt/quest/libexec/vas/vasd/.vas_ovrdupd
/opt/quest/libexec/vas/vasd/.vasac_helper
/opt/quest/libexec/vas/vasd/.vasdis_helper
/opt/quest/libexec/vas/vasd/delusercheck
/opt/quest/libexec/vas/vasd/qrond
/opt/quest/libexec/vas/vasd/qrondwrapper
/opt/quest/libexec/vas/vasd/vas_ccache_renew
/opt/quest/libexec/vas/vasd/vas_muupd
/opt/quest/libexec/vas/vasd/vas_ovrdupd
/opt/quest/libexec/vas/vasd/vasac_helper
/opt/quest/libexec/vas/vasd/vasdis_helper
/opt/quest/man/man1/ldapmodify.1
/opt/quest/man/man1/ldapsearch.1
/opt/quest/man/man1/nisedit.1
/opt/quest/man/man1/oat.1
/opt/quest/man/man1/oat_adlookup.1
/opt/quest/man/man1/oat_changeowner.1
/opt/quest/man/man1/oat_match.1
/opt/quest/man/man1/oat_overview.1
/opt/quest/man/man1/preflight.1
/opt/quest/man/man1/uptool.1
/opt/quest/man/man1/vasd.1
/opt/quest/man/man1/vastool.1
/opt/quest/man/man5/nss_vas.5
/opt/quest/man/man5/pam_vas.5
/opt/quest/man/man5/vas.conf.5
/opt/quest/man/man8/sudo_vas.8
/opt/quest/sbin/.vasd
/opt/quest/sbin/vasd
/opt/quest/share/oat/common.sh.msg
/opt/quest/share/oat/oat.msg
/opt/quest/share/oat/oat_adlookup.msg
/opt/quest/share/oat/oat_match.msg
/opt/quest/usr/lib/security/pam_vas3.so
/opt/quest/usr/lib/security/sparcv9/pam_vas3.so
[ verifying class <run> ]
## Executing postinstall script.
Registering vasd with SMF
WARNING: This system does not support a system wide global manpath.
You will need to set your MANPATH environment variable to /opt/quest/man,
or use "man -M /opt/quest/man <manpage>" to view the man pages.

Installation of <vasclnt> was successful.
vasclnt (4.1.1.22824) installed.

Executing command: 'vasgp'...
echo 'y' | pkgadd -a '/tmp/vas-admin' -G -d '/qas/QAS_4_1_1_22824/client/solaris8-sparc/vasgp_SunOS_5.8_sparc-4.1.1.22824.pkg' all

Processing package instance <vasgp> from </qas/QAS_4_1_1_22824/client/solaris8-sparc/vasgp_SunOS_5.8_sparc-4.1.1.22824.pkg>

vasgp 4.1.1.22824(sparcv9) 4.1.1.22824
Copyright 2017 Quest Software, Inc.  ALL RIGHTS RESERVED. Protected by U.S. Patent Nos. 7,617,501, 7,895,332, 7,904,949, 8,086,710, 8,087,075, 8,245,242. Patents pending.
Using </> as the package base directory.
## Processing package information.
## Processing system information.
   11 package pathnames are already properly installed.

Installing vasgp 4.1.1.22824 as <vasgp>

## Executing preinstall script.
## Installing part 1 of 1.
/opt/quest/bin/.vgpmod
/opt/quest/bin/.vgptool
/opt/quest/bin/vgpmod
/opt/quest/bin/vgptool
/opt/quest/include/vgpext.h
/opt/quest/lib/cse_mod/vgp_admext.so
/opt/quest/lib/cse_mod/vgp_defender.so
/opt/quest/lib/cse_mod/vgp_dfc.so
/opt/quest/lib/cse_mod/vgp_licext.so
/opt/quest/lib/cse_mod/vgp_qpm4u.so
/opt/quest/lib/cse_mod/vgp_samba.so
/opt/quest/lib/cse_mod/vgp_scecli.so
/opt/quest/lib/cse_mod/vgp_sshcfg.so
/opt/quest/lib/cse_mod/vgp_sudoext.so
/opt/quest/lib/cse_mod/vgp_unixext.so
/opt/quest/lib/cse_mod/vgp_vasext.so
/opt/quest/lib/cse_mod/vgp_vgpext.so
/opt/quest/lib/libgpshared.so.2.0.0
/opt/quest/libexec/vas/scripts/sighup.sh
/opt/quest/libexec/vgp/xlators/Machine/.certdist-xlator
/opt/quest/libexec/vgp/xlators/Machine/.unixcommon-xlator
/opt/quest/libexec/vgp/xlators/Machine/certdist-xlator
/opt/quest/libexec/vgp/xlators/Machine/system-gp-xlator
/opt/quest/libexec/vgp/xlators/Machine/unixcommon-xlator
/opt/quest/libexec/vgp/xlators/User/.bash-xlator
/opt/quest/libexec/vgp/xlators/User/bash-xlator
/opt/quest/man/man1/vgpmod.1
/opt/quest/man/man1/vgptool.1
/opt/quest/man/man5/vgp.conf.5
/var/opt/quest/vgp/extensions
[ verifying class <run> ]
## Executing postinstall script.
vasd is not running

Installation of <vasgp> was successful.
vasgp (4.0.3.164) upgraded to vasgp (4.1.1.22824)

Executing command: 'license'...

Licenses are required but are no longer enforced on each host
Licenses may be installed for auditing purposes

Number of Unix Enabled users in use:      0

---QAS---
Number of Licensed Unix Enabled Users:         0
Valid licenses:                                1
At least one license does not expire.

---QAS Siebel---
No licenses are installed.


Would you like to install licenses (yes|no)? [no]: yes

Please specify the full local path for each license file, e.g. /tmp/licenses/license1.txt.

Standard wildcards are also valid, e.g. /tmp/licenses/*.txt.

When all licenses have been installed press <enter> to quit.

Please specify full local path of license to install (<enter> to quit):
> /tmp/QAS-126-678-093.txt
Installed '/tmp/QAS-126-678-093.txt' -> '/etc/opt/quest/vas/.licenses/QAS-126-678-093.txt

Please specify full local path of license to install (<enter> to quit):
>

Resulting license state:
Number of Unix Enabled users in use:      0

---QAS---
Number of Licensed Unix Enabled Users:         0
Valid licenses:                                1
At least one license does not expire.

---QAS Siebel---
No licenses are installed.
Executing command: 'join'...

Would you like to join an Active Directory domain now (yes|no)? [yes]:
/opt/quest/libexec/vas/scripts/vasjoin.sh
Quest Authentication Services (QAS) installation script
Script build version: 4.1.1.22824
Copyright 2017 Quest Software, Inc.  ALL RIGHTS RESERVED.
Protected by U.S. Patent Nos. 7,617,501, 7,895,332, 7,904,949, 8,086,710, 8,087,075, 8,245,                                                                             242. Patents pending.

Acquire basic information...
 Please specify AD domain name to join to: afigroup.com
 Please specify an AD user to join host to afigroup.com: administrator

---------------------------------------------------------------------
        Domain              : afigroup.com
        Domain Controllers  : <none> -- use DNS
        AD User             : administrator
        User Keytab         : <none> -- will prompt for password
---------------------------------------------------------------------


Please enter password for administrator:

Joining the host to afigroup.com:
  Executing: /opt/quest/bin/vastool  join -f afigroup.com

Checking whether computer is already joined to a domain ... no
Reading password for administrator@AFIGROUP.COM from stdin...
Stopping daemon: vasd ... OK
Configuring forest root ... afigroup.com ... OK
Configuring site ... Default-First-Site-Name ... OK
Joining computer to the domain as host/afi-drsvr.afigroup.com ... OK
Joined using computer object "CN=afi-drsvr,CN=Computers,DC=afigroup,DC=com" ... OK
Writing vas.conf ... OK
Populating misc cache ... OK
Preparing to apply Group Policy ... OK
Applying Group Policy Settings ... OK
Starting daemon: vasd ... OK
Caching Users ... OK
Mapping mapped users ... OK
Processing user overrides ... OK
Caching Groups ... OK
Caching Nested Memberships ... OK
Processing group overrides ... OK
Caching Srvinfo ... OK
Caching Netgroups ... OK
Configuring Name Service Switch ... OK
Configuring PAM Authentication ... OK

The last command used to join the domain can be found at: /etc/opt/quest/vas/lastjoin

Done

Execution Successful

root@afi-drsvr:/qas/QAS_4_1_1_22824#



----------------------------------------------------------------------------------------------------------------





Quest Authentication Software


1. Download Quest software from Dell.com
2. Move to tmp directory on solaris

Installation

3. # pkgadd -d /tmp/solaris8-sparc/vasclnt_SunOS_5.8_sparc-4.1.0.22547.pkg vasclnt

Join Domain

4. Goto 192.0.0.62 Quest software join to domain

Adding License

5. /opt/quest/bin/vastool license add VAS_license_210-00594

Check License.

6. /opt/quest/bin/vastool license



Remove demo License 

7. cd /etc/opt/quest/vas/.licenses/

8. rm VAS_license_126-678-093

9. pkgrm vasclnt (Remove existing old package of quest software)

Wednesday, May 25, 2016

ORA-16024: parameter LOG_ARCHIVE_DEST_1 cannot be parsed



ORA-16024: parameter LOG_ARCHIVE_DEST_1 cannot be parsed 


The cause of this ORA-16024 error is a missing space in the variable declaration.


SQL> conn / as sysdba
Connected to an idle instance.
SQL> startup
ORA-16024: parameter LOG_ARCHIVE_DEST_1 cannot be parsed


ORACLE_HOME/dbs/initoratest.ora
log_archive_dest_1 = 'LOCATION = /ora_dat/ssaerp/archive1'
log_archive_dest_2 = 'LOCATION = /ora_dat/ssaerp/archive2'


I removed space between equal to sign and archive path.


log_archive_dest_1 = 'LOCATION=/ora_dat/ssaerp/archive1'
log_archive_dest_2 = 'LOCATION=/ora_dat/ssaerp/archive2'
 


SQL> startup
ORACLE instance started.

Total System Global Area 9723641856 bytes
Fixed Size                  2189808 bytes
Variable Size            4898952720 bytes
Database Buffers         4261412864 bytes
Redo Buffers              561086464 bytes
Database mounted.
Database opened.