Operating System - HP-UX
1833420 Members
3472 Online
110052 Solutions
New Discussion

swconfig specific fileset revision

 
Edgar_8
Regular Advisor

swconfig specific fileset revision

Hi,

Does anyone know how to configure(swconfig) a specific fileset revision from the commandline? For example say
the product name is PRODUCT_A version B.09.20.06, what would the syntax be:

# swconfig -pv -x allow_multiple_versions=true PRODUCT_A

Thanks in advance!
2 REPLIES 2
Steve Steel
Honored Contributor

Re: swconfig specific fileset revision

Hi

See man examples

Reconfigure the HP Omniback product:

swconfig -x reconfigure=true Omniback

Configure the version of HP Omniback that was installed at
/opt/Omniback_v2.0:

swconfig Omniback,l=/opt/Omniback_v2.0



Thus
swconfig -pv -x allow_multiple_versions=true PRODUCT_A

and as shown above you can also give the directory

NOTE your format only previews what will happen


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Edgar_8
Regular Advisor

Re: swconfig specific fileset revision

Hi,

we resolved this with the below syntax:

# swconfig -pv PRODUCT.BUNDLE,r=C.04.00.07 > to preview (change from installed to configured state)
# swconfig -v PRODUCT.BUNDLE,r=C.04.00.07 > to configure (change from installed to configured state)
# swconfig -uv PRODUCT.BUNDLE,r=C.04.00.07 > to unconfigure (change from configured to installed state)

Regards!