- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: DEC 7000 Model 750
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
01-07-2004 06:34 AM
01-07-2004 06:34 AM
DEC 7000 Model 750
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 07:31 AM
01-07-2004 07:31 AM
Re: DEC 7000 Model 750
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 07:53 AM
01-07-2004 07:53 AM
Re: DEC 7000 Model 750
If you hope it is gone: $ init drive:
more serious: $ init/erase drive:
really serious: take a hammer and...
if you have security concerns, I think the hammer is the only answer in my opinion.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 08:19 AM
01-07-2004 08:19 AM
Re: DEC 7000 Model 750
DOS way "Dir" nothing appears in filesystem.
VMS way "?"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 08:34 AM
01-07-2004 08:34 AM
Re: DEC 7000 Model 750
%SYSTEM-F-DEVMOUNT, device is already mounted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 12:32 PM
01-07-2004 12:32 PM
Re: DEC 7000 Model 750
"Erasing" data can be tricky. There are people out there with equipment that can retrieve data from disks that have been overwritten several times. So it depends on how erased you want your data to be. If you want to make sure that the data is truly inaccessible, even to highly determined and clever people with unlimited budgets, then you need to go even beyond Gerard's hammer. The platters need to be shredded and incinerated (and some levels of security even require the ashes to be disposed of securely!)
As you have discovered, the simplest mechanism is DELETE/ERASE. This is a single pass, overwriting the data with zeroes.
See "OpenVMS Guide to System Security" Section 8.9.5.1.
Note the manual refers to SYS$EXAMPLES:DOD_ERAPAT.MAR - a program to generate secure erasure patterns, implemented as a system service. Since this example doesn't seem to be present on OpenVMS Alpha distributions, I've included it as an Alpha self extracting saveset - just RUN it on an OpenVMS Alpha system to unpack. Note I have NOT tested building the routine on OpenVMS Alpha, and eyeballing the code, I suspect that some changes are necessary - beware! Also note that you have to write the program to do the actual erasure - this routine just generates the patterns. Fastest and simplest implementation would be to do a spiral write to all LBN's using IO$_WRITELBLK (requires LOG_IO privilege).
There may be freeware available "out there" to do this already, but beware! by the very nature of the task, you'll want to be very sure that any software you use for this task isn't a "trojan horse" designed to steal the information you're trying to erase!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 02:05 PM
01-07-2004 02:05 PM
Re: DEC 7000 Model 750
If the disk you want to erase is mounted first unmount it (dismount /system), then init/erase,
remount the disk and check that there is no data on there.
As noted earlier, if you want to be really really sure the data is gone you might need to heat the disk (sans plastic cover) above the Curie point or dissolve the platters with an appropriate acid.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 08:50 PM
01-07-2004 08:50 PM
Re: DEC 7000 Model 750
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 10:18 PM
01-07-2004 10:18 PM
Re: DEC 7000 Model 750
>%SYSTEM-F-DEVMOUNT, device is already mounted
James,
You must dismount the drive first before initializing it.
--Brad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 10:20 PM
01-07-2004 10:20 PM
Re: DEC 7000 Model 750
What is the command to view the info on the disk again?
Also if init is enough to just rid my system of data then that is enough to bring this system off line.
If someone wants to get at the data later we have tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 02:15 AM
01-08-2004 02:15 AM
Re: DEC 7000 Model 750
to dermine which disk - display list of devices starting with the letter D
SHOW DEV D
select the apppropriate disk and dismount
DISMOUNT Dxxxxx
Allocate the disk (to prevent anybody else from remounting etc)
ALLOC Dxxxxx
Clear the disk - takes quite a while as everblock on the disk is written
INIT Dxxxxx /ERASE
Deallocate the disk
DEALLOC Dxxxxx
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 03:04 AM
01-08-2004 03:04 AM
Re: DEC 7000 Model 750
Anyone what to buy a Dec 7000 Model 750?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 09:25 AM
01-08-2004 09:25 AM
Re: DEC 7000 Model 750
>some recommend INIT/ERASE multiple times - I don't know if that is better than INIT/ERASE once
INIT/ERASE writes zeros to the drive. Writing a known and predictable pattern, doesn't change the magnetic remnance left by the old data, so multiple passes are no better than a single pass at obscuring the data (some drives/controllers may even avoid re-writing identical data - be suspicious if the second and subsequent passes complete faster than the first).
An even greater complicating factor is RAID and virtualisation - who's to say that there aren't other copies of your data elsewhere? What about replaced bad blocks? Finding and rethreading all the pieces is probably a more difficult problem than reading remnance, but if the data is valuable enough, and the "EVE" has sufficient budget...
This is really splitting hairs, as the cost of disk space these days is probably less than the cost of the person time it would take to perform and verify the erasure, so physical destruction is the most certain and cost effective way to really destroy data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 09:36 AM
01-08-2004 09:36 AM
Re: DEC 7000 Model 750
How do I break the connection between a two node system then remove the shadow drives the init the data off of the drives?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 01:43 PM
01-08-2004 01:43 PM
Re: DEC 7000 Model 750
The init et al. stays the same.
You will need to init the shadow set members separatly.