1834020 Members
2476 Online
110063 Solutions
New Discussion

VPAR question

 
SOLVED
Go to solution
Alex Lavrov.
Honored Contributor

VPAR question

Hello,

I heard that there is a way to remove ALL the resources from the vpar, without removing the vpar itself. I mena I want the vpar there, just the definition of it, but I don't want any resources in it. I read the man, but didn't find this option.

Alex.
I don't give a damn for a man that can only spell a word one way. (M. Twain)
2 REPLIES 2
harry d brown jr
Honored Contributor
Solution

Re: VPAR question


You can have a vpar that is not running and all of it's resources allocated to another vpar.

I'm a little confused about what you mean by "just the definition". If you mean a vpar boot partition that is not running and without any acknowledgement in the vpar db, then again yes you can have this.

BUT I caution you. If you use the same disks that the vpar was using for anything else, then the vpar will become useless.

To remove the vpar resources you must do this:

(1) login to the vpar that you want to "remove"
(2) do a print_manifest:
print_manifest | uuencode print_manifest.txt | mailx -m -s "print manifest" YOURUSERNAME@YOURDOMAIN
(3) shutdown the vpar
(4) do a "vparstatus -v" and save it for later use
(5) from another vpar, remove the resources by removing the vpar

live free or die
harry d brown jr
Live Free or Die
Alex Lavrov.
Honored Contributor

Re: VPAR question

Yea, thanx. I already found out that it's impossible. According to PDF, in order to exist VPAR must have cpu, memory, disk and lan.

Alex.
I don't give a damn for a man that can only spell a word one way. (M. Twain)