- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- need direction
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
06-11-2002 06:28 AM
06-11-2002 06:28 AM
need direction
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 06:30 AM
06-11-2002 06:30 AM
Re: need direction
cd /
rm -rf
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 06:34 AM
06-11-2002 06:34 AM
Re: need direction
go to root
rm -rf *
You can also export the volumegroups by
vgexport /dev/vg01
#mediainit -v /dev/rdsk/c1t2d0
do a mediainit for all the disks in the system or
#pvcreate -f /dev/rdsk/c1t2d0
These two commands will format the disks.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 06:36 AM
06-11-2002 06:36 AM
Re: need direction
There are two aspects to it
1.Do you need data , if so then it will be better you take abckups and also take backups ora tleast a hard copy of the importasnt system files inc ae you are asked to reterive some data after sometime.
2.The wiping stuff is simple , geranlly you would need to delete the root disk , (incase you are loading new OS then you dont even need to do this new OS laoding will take care of wiping )and alos the data from the data disks , you can use rm -rf < directory name >
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 06:37 AM
06-11-2002 06:37 AM
Re: need direction
For wiping out there are n number of ways. If U want to make a system non bootabl, go to /stand and do this
#cd /stand
#rm vmunix*
If U want to delete the contents of a HDD, U can use this command
#pvcreate -f /dev/rdsk/cxtxdx
If U want to delete all data regardless of HDD, do this
#cd /
#rm -r
best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 08:19 AM
06-11-2002 08:19 AM
Re: need direction
:-)
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 08:22 AM
06-11-2002 08:22 AM
Re: need direction
Boooooo!!
;^)
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 08:33 AM
06-11-2002 08:33 AM
Re: need direction
more info is needed.
--> What do you mean by "wipe"
--> What does your system look like now? Maybe post the output from "/opt/ignite/bin/print_manifest"?
--> What do you plan on using the server for or are you planning on disposing it?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 08:40 AM
06-11-2002 08:40 AM
Re: need direction
I'm assuming you are referring to a government system. If the server is unclassified, then the afore mentioned mediainit command will suffice and removing all of your network-specific information from vg00 is fine unless you were storing data on vg00. You may then want to use a degauser in this case. If the classification is higher, you need a DoD erase program like Unishred for hpux. I don't have one and all I can say is talk to your security folks about this.
Hope I was helpful
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 08:44 AM
06-11-2002 08:44 AM
Re: need direction
Secure?
If you are at Los Alamos, do us all a favor and put the disks into a burn bag after smashing it with a sledge hammer. :-)))))))) Also, make sure to sweep up the bits off the floor, we don't want anyone piecing them back together :--)))
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 07:42 AM
06-12-2002 07:42 AM
Re: need direction
man mediainit
Mediainit was intended to format tapes but it will write over the entire contents of a disk and used to be the final step in preparing a disk for service in a server.
>mediainit -v /dev/dsk/c_t_d_
It will take a few minutes to an hour to "init" the driveh, depending on the size (15 min for 2Gb here) but recovering data from the disk will be very difficult even for a lab.
If you are really worried about security or have to comply with DOD then remove the disks and smash and if possible shred them.