If we go for a cold install, how do we maintain the OS configuration that we have in 11.11 version like Kernel parameter configuration, network config, services and processes, security configuration????
correct me if i wrong, update-ux helps us to maintain these configuration when upgrading O.S from lower version to higher one?
Regards,
VA.
>how do we maintain the OS configuration that we have in 11.11 version like Kernel parameter configuration, network config, services and processes, security configuration?
As a sysadmin, you should know which files have this info and "port" that info to your new system, with the appropriate changes.
Hi,
Agree too, Update-ux keeps configuration of the previous os and should be helpful here,
- Please make sure have good ignite backup before proceeding,
- create update-ux depot for 11.23 in a network depot that is reachable.
- test it, abnd install using update-ux. It is pretty straight forward and works well.
Sample commands: example:
- Install update-ux software from NETWORK server depot:
[ Update-UX B.11.23.0712.069 HP-UX Update-UX ]
:# swinstall -s ServerA::/IDEPOT/depot_11.23 Update-UX
-Run actual update-ux to update 11.11 to 11.23
# update-ux -s ServerA:/IDEPOT/depot_11.23 HPUX11i-OE-MC T1335BC
[ Remember you can specify any additional bundle after the OE , in this example, vpar software after the OS OE mentioned]
- Monitor the logs, with the progress.
For direct going for 11.31 , you cant go 11.11 to 11.31, you have to go through 11.11 --> 11.23 -->. 11.31 path., with update-ux install.
Good luck,
RajD.