Operating System - HP-UX
1753325 Members
5216 Online
108792 Solutions
New Discussion юеВ

HP-UX Virtual Partition Installation

 
fel-siqueira
New Member

HP-UX Virtual Partition Installation

I'm trying to install the VPARSBASE.depot package on a HP-UX 11.11
Aparently, everything went fine, but when I run any command related with the vpar (vparcreate, vparboot, etc.), the console returns "Not found"
When I run "man vparcreate", "man vparboot", the documentation opens... but I can't find the executable binaries.

There's something that I'm missing in the installation?

# uname -a
HP-UX lab_hpux B.11.11 U 9000/785 2010015872 unlimited-user license
#
# vparcreate
sh: vparcreate: not found.
#


2 REPLIES 2
Torsten.
Acclaimed Contributor

Re: HP-UX Virtual Partition Installation

did you logout and loginagain to update PATH?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Patrick Wallek
Honored Contributor

Re: HP-UX Virtual Partition Installation

The vpar* commands should be in the /usr/sbin/ directory.  If it is not in your PATH environment variable you may need to add it.

 

First try:

 

# /usr/sbin/vparcreate

 

If it responds, then you can add it to your PATH for this session by:

 

# export PATH=$PATH:/usr/sbin

 

If you want to add it to your PATH permanently either modify root's .profile or add it to the /etc/PATH file.  Just be aware that the /etc/PATH file is read for ALL users on the system.