1753681 Members
5808 Online
108799 Solutions
New Discussion юеВ

vxinstall not working...

 
whiz_kid911
Frequent Advisor

vxinstall not working...

Hi guys
any smart ideas why it wont work?

prodman1:/usr/sbin# swlist | grep -i oe
HP-Caliper-PERF C.11.31.04 HP Caliper OE Bundle
HP-WDB-DEBUGGER C.11.31.04 HP DEBUGGER OE Bundle
HPUX11i-DC-OE B.11.31.0909 HP-UX Data Center Operating Environment
T8697CB A.02.01 HP Serviceguard Cluster File System for RAC with DCOE
prodman1:/usr/sbin#
prodman1:/usr/sbin#
prodman1:/usr/sbin# vxinstall
sh: vxinstall: not found.
prodman1:/usr/sbin# whereis vxinstall
vxinstall:
prodman1:/usr/sbin#
prodman1:/usr/sbin# ll vxinsta*
vxinsta* not found
prodman1:/usr/sbin# ll vx*
lrwxr-xr-x 1 bin bin 24 May 17 14:39 vxdump -> /usr/lbin/fs/vxfs/vxdump
-r-xr-xr-x 1 root sys 383996 Feb 18 2008 vxfsckd
lr-xr-xr-x 1 bin bin 18 May 17 14:45 vxfsstat -> /sbin/vxfs_wrapper
-r-xr-xr-x 1 root sys 380504 Feb 18 2008 vxgetmsg
-r-xr--r-- 1 bin bin 802444 Feb 22 2007 vxlicinst
-r-xr-xr-x 1 bin bin 895056 Feb 22 2007 vxlicrep
-r-xr-xr-x 1 bin bin 748220 Feb 22 2007 vxlictest
lr-xr-xr-x 1 bin bin 18 May 17 14:45 vxlsino -> /sbin/vxfs_wrapper
lrwxr-xr-x 1 bin bin 27 May 17 14:39 vxrestore -> /usr/lbin/fs/vxfs/vxrestore
prodman1:/usr/sbin#
6 REPLIES 6
SoorajCleris
Honored Contributor

Re: vxinstall not working...

Hi,

Do a find!


I got it from somewhere, I didnt test the below. But check if it works for you

# Configure vxvm so we don't have to run vxinstall ==> do below
rm -rf /etc/vx/reconfig.d/state.d/install-db
vxiod set 10
vxconfigd -m disable
vxdctl init
vxdctl initdmp
vxdctl enable

Regards,
Sooraj



"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity" - Dennis Ritchie
Viktor Balogh
Honored Contributor

Re: vxinstall not working...

What does swlist show?

# swlist -l files | grep vxinstall

It should come with the depot. If the above command gives a result, run vxinstall with the full path.
****
Unix operates with beer.
Viktor Balogh
Honored Contributor

Re: vxinstall not working...

the correct level is 'file', without the s:

# swlist -l file | grep vxinstall

****
Unix operates with beer.
chris huys_4
Honored Contributor

Re: vxinstall not working...

Hi,

Attach the /var/adm/sw/swagent.log. The problem and the solution will be found in this file.

Greetz,
Chris
whiz_kid911
Frequent Advisor

Re: vxinstall not working...

it seems the vxvm bundle is not installed by default during the OS installation, hence the issue.
issue resolved after re-installing the OS with selection vxvm marked as required (which was "not required" by default).
whiz_kid911
Frequent Advisor

Re: vxinstall not working...

thanks for the suport.