- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to format HP Integrity Server rx6600
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 02:46 AM
07-03-2007 02:46 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 03:01 AM
07-03-2007 03:01 AM
Re: How to format HP Integrity Server rx6600
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 03:02 AM
07-03-2007 03:02 AM
Re: How to format HP Integrity Server rx6600
newfs will relay a filesystem down (it will destroy existing data).
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 02:15 PM
07-03-2007 02:15 PM
Re: How to format HP Integrity Server rx6600
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 03:57 PM
07-03-2007 03:57 PM
Re: How to format HP Integrity Server rx6600
You should do a search of ITRC. I found several links like these:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1122177
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=382287
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=458247
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 07:59 PM
07-03-2007 07:59 PM
Re: How to format HP Integrity Server rx6600
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 08:14 PM
07-03-2007 08:14 PM
Re: How to format HP Integrity Server rx6600
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2007 05:37 AM
07-04-2007 05:37 AM
SolutionI 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