- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Force ingite to autoperform mediainit ?
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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-19-2002 11:35 AM
06-19-2002 11:35 AM
Force ingite to autoperform mediainit ?
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 12:25 PM
06-19-2002 12:25 PM
Re: Force ingite to autoperform mediainit ?
It is not advisable to run mediainit on the disk being supplied now-a-days. It was okay in old days, but the new disks, don't need mediainit.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 12:27 PM
06-19-2002 12:27 PM
Re: Force ingite to autoperform mediainit ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 05:21 PM
06-19-2002 05:21 PM
Re: Force ingite to autoperform mediainit ?
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 06:35 AM
06-20-2002 06:35 AM
Re: Force ingite to autoperform mediainit ?
dd will run EVEN SLOWER than mediainit, so I have no idea where to go from here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 06:40 AM
06-20-2002 06:40 AM
Re: Force ingite to autoperform mediainit ?
Instead of waiting for a format or mediainit, swap the 'polluted' drive out for a clean one, then you can mediainit the old one in slowtime on another server.
I used to have a similar problem in that disks could not go offsite for repair due to sensitive information. So we had a pool of spares, and simply demolished the old disks and brought a new spare.
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 06:47 AM
06-20-2002 06:47 AM
Re: Force ingite to autoperform mediainit ?
One quicker wipe might be to write zeros to the device (although this all seems to be overkill since the drives are remaining in your environment).
# dd if=/dev/zero of=dev/rdsk/cXtYdZ bs=64k
If you are running 11.11 you should already have /dev/zero. If not, do this to create it:
# mknod /dev/zero c 3 0x000003 #...on 10.20
# mknod /dev/zero c 3 0x000004 #...on 11.x
# chown bin:bin /dev/zero
# chmod 666 /dev/zero
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 06:49 AM
06-20-2002 06:49 AM
Re: Force ingite to autoperform mediainit ?
Due to the apparent problems you are facing, this might be something for your security staff to look into. It's called UniShred Pro and I had used it in the past on HP-UX:
http://www.lat.com/usp_main.htm
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 07:02 AM
06-20-2002 07:02 AM
Re: Force ingite to autoperform mediainit ?
For fastest turnaround, I'd like this process to be done via IGNITE.
I have one of every HP imaginable (serious hardware history here....) and EVERY disk will go through this process or get put under the hydraulic press or through a degausser. I can dd if I have to, especially if mediainit is known to crap out after two hours. Time is not a major issue, reliable data wiping is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 07:06 AM
06-20-2002 07:06 AM
Re: Force ingite to autoperform mediainit ?
I am not aware of your environment (government, etc), but the product I mentioned above is good enough for the U.S. Military for classified systems, so myguess is it will be good enough for your needs (excluding dollar constraints)
Good luck
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 02:16 PM
10-09-2002 02:16 PM
Re: Force ingite to autoperform mediainit ?
First, you will need to find the hardware path of the disk, which is different from different models. Say /dev/dsk/c0t6d0
Then putting your HP-UX boot cdrom and boot from that. At the prompt, do
./mediainit /dev/rdsk/c0t6d0
....
You may then proceed boot off the ignite tape...
It will take a long time, but at certain situation, that is the only way to get them initialized...
Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 08:44 PM
03-11-2003 08:44 PM
Re: Force ingite to autoperform mediainit ?
I'm a hardware technician at a refurbish shop. I just wanted to let you know that you can boot up from ignite select the recovery option, select X to get a shell, loadfile mediainit, and format each individual drive using the "&" that the end (this will put the job in the back ground so that you may format as many drives as you need to). It REALLY doesn't take more than an hour to an hour and a half (newer drives will take half and hour to forty-five minutes {LVM, and most 18Gb-73Gb dirves}). I understand about the security thing. We have to format every disk that we get because they are used drives with old customer data. After that reboot the machine and ignite it. Hope this helps you out.
Julio C??sar