Operating System - HP-UX
1855840 Members
2738 Online
104107 Solutions
New Discussion

HP-UX 11.00 upgrade to 11iv1

 
SOLVED
Go to solution
catastro
Super Advisor

HP-UX 11.00 upgrade to 11iv1

Hi to all. I have to make a cold install in a server next week and about the tasks I have to do for doing it, I have some questions about some.
- First, how can I review the kernel parameters when the new system is up and change them for making them to be at a minimum for the system? And how can I list them in the old system for having a view of the of the parameters?
- Second, I know how to create a swap lvol, but how can I choose the priority 0 or 1?
- Third, I know how to make the mirror of different lvols with lvextend, but can I do the same with an entire vg with vgextend at once? I am looking to the man, but can not find it.
Thanks for your help.
5 REPLIES 5
Torsten.
Acclaimed Contributor
Solution

Re: HP-UX 11.00 upgrade to 11iv1

Hi,

have a look into this file
/stand/system

You should use SAM to adjust the values on the new system.

The "lvextend" is the only command to set-up a mirror, vgextend doesn't work to mirror LVOLs.

The procedure is here:

Appendix A - How to mirror the root volume (PA-RISC servers)

http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf

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!   
Peter Godron
Honored Contributor

Re: HP-UX 11.00 upgrade to 11iv1

Hi,
to set the priority
see "man 1M swapon"
Marco A.
Esteemed Contributor

Re: HP-UX 11.00 upgrade to 11iv1

Hi,

This is the installation guide. :

http://docs.hp.com/en/5991-6552/5991-6552.pdf

This is the performance book, shows important 11.11 parameters.

http://h21007.www2.hp.com/dspp/files/unprotected/devresource/Docs/TechPapers/UXPerfCookBook.pdf

Kernel config .:

http://h50069.www5.hp.com/e-Delivery3/Forum/Others/UpLoadFiles/da738387-5ace-423d-be5b-b16a27f84397.pdf

Swap / Memory management .:

http://docs.hp.com/en/1218/mem_mgt.html


Hope this helps,

Marco
Just unplug and plug in again ....
Fabian Briseño
Esteemed Contributor

Re: HP-UX 11.00 upgrade to 11iv1

Hello catastro.

For reviewing the kernel parameters you can run the sysdef command.

sysdef will show you every kernel tunable parameter

you car redirect the uotput of this command to a text file for example.

Hope this helps and buena suerte amigo :D
Knowledge is power.
catastro
Super Advisor

Re: HP-UX 11.00 upgrade to 11iv1

Thanks to all of you. Your help was vey usefull for finding the solution to my questions, however I new some of those questions before, but wanted to be sure.
As I said, thanks a lot for your time and knowledge.