SUMMARY: PATH & MANPATH for VRTSvxvm

From: Chris cc <lazyboy_2k_at_yahoo.com>
Date: Wed Mar 11 2009 - 14:58:51 EDT
I found out that I'm missing the following pkgs: VRTSfsman, VRTSvmman,
VRTSvcsmn.  Once those 3 pkgs are installed, the MANPATH is recoginized.


--- On Tue, 3/10/09, Chris cc <lazyboy_2k@yahoo.com> wrote:
From: Chris cc <lazyboy_2k@yahoo.com>
Subject: PATH & MANPATH for VRTSvxvm
To: "sunmanagers" <sunmanagers@sunmanagers.org>
Date: Tuesday, March 10, 2009, 3:41 PM

Hi All,

Somehow I'm not able to find out why I can't read the man page of my
VRTSvxvm
5.0 mp3, even though I already setup PATH & MANPATH in .profile.  I'd
like to
take advantage of the man page & I ready source .profile several times but
no
errors.  Could someone please help?

Here is the msg:
 # man vxprint
No manual entry for vxprint.
# man vxassist
No manual entry for vxassist.


Here is a .profile

# VCS PATH
VXVM_BASE=/opt/VRTS
if [ -d ${VXVM_BASE} ]
then
        PATH=${PATH}:/opt/VRTSvcs/bin:/opt/VRTS/bin:/etc/vx/bin
        MANPATH=${MANPATH}:${VXVM_BASE}/man
        export PATH MANPATH
fi

VMSA_BASE=/opt/VRTSvmsa
if [ -d ${VMSA_BASE} ]
then
        VMSAHOME=${VMSA_BASE}
        export VMSAHOME
        MANPATH=${VMSA_BASE}/man:${MANPATH}
        PATH=${PATH}:${VMSA_BASE}/bin
fi

# Veritas GUI
if [ -d /opt/VRTSob/bin ]
then
        PATH=${PATH}:/opt/VRTSob/bin
        MANPATH=/opt/VRTSob/man:${MANPATH}
fi

# Veritas Licensing
if [ -d /opt/VRTSvlic/bin ]
then
        PATH=${PATH}:/opt/VRTSvlic/bin
fi


TIA,
-Chris
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
Received on Wed Mar 11 13:59:26 2009

This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:44:13 EST