Operating System - HP-UX
1834465 Members
2826 Online
110067 Solutions
New Discussion

Re: How do I: format new local disk on hp-ux 11.00

 
SOLVED
Go to solution
Vladimir L. Abramov
New Member

How do I: format new local disk on hp-ux 11.00

Hi!

May be I stupid, but I didnt found out format command...
Nor pvcreate,
nor mkfs,
nor fsck -
I just want to format new local disk.

Does anybody can help me?

thanks.
5 REPLIES 5
RAC_1
Honored Contributor

Re: How do I: format new local disk on hp-ux 11.00

You need pvcreate. /usr/sbin/pvcreate
And it it is run on raw disk.
There is no substitute to HARDWORK
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: How do I: format new local disk on hp-ux 11.00

The closest equivalent command is mediainit but it very seldom is used. You can simply begin using the disk with dd, pvcreate, or as a raw device. Man mediainit for details.
I haven't had a reason to run mediainit on an HP box in many years.
If it ain't broke, I can fix that.
Vladimir L. Abramov
New Member

Re: How do I: format new local disk on hp-ux 11.00

Thank you for a good answer!

mediainit - all thats I need.

Maybe Someone can give me tip to EMC Symmetrics public forum - I have some questions on it.

Thanks.
Florian Heigl (new acc)
Honored Contributor

Re: How do I: format new local disk on hp-ux 11.00

I run mediainit on all old scsi drives that make their way here out of a habit and it often proves useful.
Only one week ago I by mistake backgrounded far too many processes on my (pc) firewall and it panicked after trying to page in from a bad disk block.
yesterday I stood at the edge. Today I'm one step ahead.
Vladimir L. Abramov
New Member

Re: How do I: format new local disk on hp-ux 11.00

Thanks a lot!