Difference between revisions of "Re-configuring an LDOM host to be a standard host"

From Peter Pap's Technowiki
Jump to: navigation, search
(Created page with "So you've got a host that's been hosting LDOM's and you want to get rid of them once and for all! 1. Stop all the domains ldm stop-domain -a 2. Remove all the domains ldm...")
 
Line 29: Line 29:
 
   stop /SYS
 
   stop /SYS
 
   start /SYS
 
   start /SYS
 +
 +
7. After reboot, remove the Oracle VM Server for SPARC software
 +
 +
  pkgrm SUNWldm SUNWldmp2v

Revision as of 06:25, 1 June 2011

So you've got a host that's been hosting LDOM's and you want to get rid of them once and for all!

1. Stop all the domains

 ldm stop-domain -a

2. Remove all the domains

 ldm rm-domain -a

3. List all the available LDOM configs

 ldm list-config

4. Delete all configs except for factory-default

 ldm rm-config configname

5. Select the factory default config

 ldm set-config factory-default

6. Power off the machine and then power it on

 shutdown -i0 -g0 -y

From the SP

 stop /SYS
 start /SYS

7. After reboot, remove the Oracle VM Server for SPARC software

 pkgrm SUNWldm SUNWldmp2v