1833845 Members
2076 Online
110063 Solutions
New Discussion

virtuliazation

 
Renu_1
Occasional Advisor

virtuliazation

Hi All,

I need few help,

If you can provide me any pdf doc or any live experience.

If any body can also help me to provide command also.

How to shutdown the nPar.
How to switch mode between nPar and vPar.


Thanks in Advanced for all who are spending few time to help me to learn.
4 REPLIES 4
Sharma Sanjeev
Respected Contributor

Re: virtuliazation

Hi Renu

Links
vpars
http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02029116/c02029116.pdf (BSC link updated by admin)

Npars
http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01868281/c01868281.pdf (BSC link updated by admin) --

If you want to shutdown vpar to npar mode than you need to set environments

vparevn -m npars

to switch from one vpar to another
USE CRTL A

Regards
Sanjeev

Everything is Possible as " IMPOSSIBLE" word itself says I M POSSIBLE
SoorajCleris
Honored Contributor

Re: virtuliazation

Hi Renu,

1. How to shutdown the nPar.

Ans : Login to each Vpar and shutdown all the Vpars. You can see the MON> prompt.

Use Ctrl+B and go to GSP/MP
Use PC and use the option power off

2. How to switch mode between nPar and vPar.

In case of PA-RISC server there is no different environement like IPF. you need to boot any "vmunix" instead of "vpmon". System will boot in Npar Mod.

In case of Itanium servers there is a different mode for Npar and Vpar.As Sanjeev told you can use the command "vparenv". THere was a typo error.

The command is
#vparenv -m vPars
# shutdown -r
---------------------

you can check the next boot environment by typing vparenv

# vparenv
vparenv: The next boot mode setting is "vPars".
vparenv: The ILM granule size setting is 128.
vparenv: The CLM granule size setting is 128.
vparenv: Note: Any changes in the above settings will become effective
only after the next system reboot.

---------------------------------

If you forgot to change the mode from OS and rebooted the Npar, you can still change the mode from EFI shell,
The command is
shell> vparconfig reboot [npars|vpars]

you may do it from Vpmon also

Mon> reboot npars

Regards,
Sooraj

"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity" - Dennis Ritchie
Vinod Kumar Yadav
Trusted Contributor

Re: virtuliazation

Hi,


Please find the NPAR Administration




Regards
Vinod
Jai Shiv Shankar
Renu_1
Occasional Advisor

Re: virtuliazation

Thanks to all of them