Operating System - HP-UX
1830509 Members
2408 Online
110006 Solutions
New Discussion

How to format HP Integrity Server rx6600

 
SOLVED
Go to solution
finas
Advisor

How to format HP Integrity Server rx6600

Dear HP-UX Gurus,
How can I format the HP Integrity Server. We've just done with POC. All the database tables have been dropped. From the server side, how can we format using build-in HP utilities. The HP Integrity is connected to EVA4K. The operating system for the server is 11i. Hope to hear from you soon.
7 REPLIES 7
Torsten.
Acclaimed Contributor

Re: How to format HP Integrity Server rx6600

"How can I format the HP Integrity Server"

No idea how to format a server. The server already has a format ;-)

Do you possibly want to delete all the data from the disks?


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!   
Geoff Wild
Honored Contributor

Re: How to format HP Integrity Server rx6600

Format?

newfs will relay a filesystem down (it will destroy existing data).

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
finas
Advisor

Re: How to format HP Integrity Server rx6600

Hi HP-UX Gurus,
Exactly, I want to delete everything from the server. the server and storage and the loaner server. We would like to return back to the principal. clear everything from the server and storage... like vgexport, those kind of thing, but i'm not sure what to do?
Dennis Handly
Acclaimed Contributor

Re: How to format HP Integrity Server rx6600

Rob Leadbeater
Honored Contributor

Re: How to format HP Integrity Server rx6600

Hi,

If all the storage for the system is on the EVA, and that EVA is not shared with other systems, then an Uninitialize of the EVA will sort you out...

Cheers,

Rob
Steven E. Protter
Exalted Contributor

Re: How to format HP Integrity Server rx6600

Shalom,

I do install of the OS, include all availale disks and complete it.

That makes sure any data is not recoverable by the next people that get the system.

For filesystems on the EMC the newfs command will do the job nicely on the data.

raw disk, commonly used for Oracle RAC and other databases will need to be lvremoved (command lvremove) and then lvcreate new logical volumes to replace them. that should clear the data.

lvremove can be used of you want to clear the systems logical volume stucture.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Geoff Wild
Honored Contributor
Solution

Re: How to format HP Integrity Server rx6600

For all your data file systems, ensure your app is down then:

I usually do a bdf and then a fuser -cu on each non OS file system and kill any processess.

Then, newfs /dev/vgXX/lvolXX

Then, lvremove /dev/vgXX/lvolXX

Then vgexport /dev/vgxx

For the OS disk, shutdown as much as you can- or go to single user mode.

newfs the /home file system

then something like this will render it useless (MAKE SURE YOU ARE ON THE CORRECT SYSTEM!!!):

rm -rf /opt &
rm -rf /var &
rm -rf /dev &
rm -rf /usr &
rm -rf / &

wait a while - then when things start to fall apart, just power off the server.

Rgds...Geoff

Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.