Re-configuring an LDOM host to be a standard host
From Peter Pap's Technowiki
Revision as of 06:24, 1 June 2011 by Ppapa (talk | contribs) (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...")
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