Operating System - HP-UX
1834009 Members
3647 Online
110063 Solutions
New Discussion

Creating logical volume in Solaris

 
SOLVED
Go to solution
Nagaraj Dandeboyina_1
Occasional Contributor

Creating logical volume in Solaris

Hi,
Since I am working for long on HP-UX, I am not good in solaris, still I need some help in solaris.

Please give me complete steps to create a logical volume in soaris.

Thanks for your help even though this is not right place to ask.

Regards
-Nag
6 REPLIES 6
Michael Steele_2
Honored Contributor

Re: Creating logical volume in Solaris

This VXVM?

VxVM
Create a volume of one of these layout types:

A concatenated volume

A striped mirror volume

A RAID-5 volume


vxassist make vol_name length

vxassist make vol_name length layout=mirror, stripe

vxassist
Support Fatherhood - Stop Family Law
Nagaraj Dandeboyina_1
Occasional Contributor

Re: Creating logical volume in Solaris

Hi Michael Steele,

No I am not trying to use any of the above mentioned by you. I would like to create a LVM using format utility in solaris?? Can you help me.
Patrick Wallek
Honored Contributor

Re: Creating logical volume in Solaris

Solaris, by default, does NOT use LVM, unless they have changed with Solaris 9.

Solaris still uses disk slices unless you specifically install and configure some sort of LVM product.

Using the format utility allows you set up a disk slice of a size you need.

You should try 'man format' for more details.
Ravi_8
Honored Contributor
Solution

Re: Creating logical volume in Solaris

Hi Nag

I too sure about solaris. my colleague used to do like this

login as root
#format
format> partition
partition> label

and then mount the labeled disk partition.

i need to explore
never give up
Ravi_8
Honored Contributor

Re: Creating logical volume in Solaris

Hi Nag

I am not too sure about solaris. my colleague used to do like this

login as root
#format
format> partition
partition> label

and then mount the labeled disk partition.

i need to explore
never give up
Patrick Wallek
Honored Contributor

Re: Creating logical volume in Solaris

Have a look here for more information on how to use the format utility:

http://docs.sun.com/db/doc/806-4073/6jd67r9fh?a=view

It is a part of this manual:

System Administration Guide: Basic Administration
http://docs.sun.com/db/doc/806-4073