Operating System - HP-UX
1837921 Members
6974 Online
110124 Solutions
New Discussion

Re: Dynamic Root Disk with VxVM

 
SOLVED
Go to solution
Mugur Stef_1
Advisor

Dynamic Root Disk with VxVM

Does anybody have some experience with DRD (Dynamic Root Disk) with VxVM?
I made a clone using DRD on a 11.23 hpux and I tried to install the latest Secure_Shell (05.10.007) on the clone.
It gave me the following error:
"ERROR: Could not apply the software selection "Secure_Shell" because there are no variations that are DRD-safe."
but testing if each fileset implied in this installation is_drd_safe gave me no errors.
Any clues?

Thanks,
Mugur
8 REPLIES 8
Solution

Re: Dynamic Root Disk with VxVM

Nothing to do with VxVM.

For 11.23 only patches are "DRD safe", so you can't install *any* products on a DRD clone.

For 11.31 products are also "DRD safe".

HTH

Duncan

I am an HPE Employee
Accept or Kudo
Mugur Stef_1
Advisor

Re: Dynamic Root Disk with VxVM

splinter:/root# swlist -a is_drd_safe -l fileset -d @ /tmp/ssh_05_10_007
# Initializing...
# Contacting target "splinter"...
#
# Target: splinter:/tmp/ssh_05_10_007
#

# Secure_Shell
Secure_Shell.SECSH-CMN
Secure_Shell.SECURE_SHELL
Secure_Shell.SECURE_SHELL

So I think I should be able to install it.
Mugur Stef_1
Advisor

Re: Dynamic Root Disk with VxVM

Are you saying that for 11.23 only patches are drd_safe and for 11.31 also the products are drd_safe?

melvyn burnard
Honored Contributor

Re: Dynamic Root Disk with VxVM

That is a correct interpretation
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Suraj K Sankari
Honored Contributor

Re: Dynamic Root Disk with VxVM

Hi,

Check with this link also.
http://docs.hp.com/en/5992-4873/index.html

Suraj

Re: Dynamic Root Disk with VxVM

I think your confusion comes from the output of swlist - here's the output from a 11.31 box for Secure Shell:

# swlist -l fileset -a is_drd_safe SecureShell
# Initializing...
# Contacting target "brk11"...
#
# Target: brk11:/
#

# SecureShell
# SecureShell.Secure_Shell
SecureShell.Secure_Shell.SECSH-CMN true
SecureShell.Secure_Shell.SECURE_SHELL true

Note the "true" added to each fileset. If you don't see that its just printing the filesets...

HTH

Duncan

I am an HPE Employee
Accept or Kudo
Mugur Stef_1
Advisor

Re: Dynamic Root Disk with VxVM

I thought I could have used DRD for any installation of either patches or products that could have required some tests before beeing used in a production environment but it seems this is the case for 11.31 only and not for 11.23.
Mugur Stef_1
Advisor

Re: Dynamic Root Disk with VxVM

OK.
I see the difference.

Thank you all.

Mugur