tell me the steps to configure the vg
Answers were Sorted based on User's Feedback
Answer / swathi krishna
connect the harddisk .
check whether they found or not by
ioscan -fnc disk.
it will list all the hard disks attached.
just prepare the hard disk to be created in a VG by.
pvcreate -f /dev/rdsk/"pathname"
repeat the step on all the hard disks u have connected
newly.
so the PV structure has been writed on the disk (PVRA).
create directory which to be the name of your new VG
in /dev directory
mkdir /dev/vg01
create the device file for the VG . so that they can access
the VG asa file.
mknod /dev/dsk/"path name" c 64 0x0100000.
then create the volume group using vgcreate.
vgcreate /dev/vgo1 /dev/dsk/c0t0 /dev/dsk/"pathname" .
likewise attach all the hard disks to be addes to the
specific VG.
activate the VG using vgchange -a y /dev/vg01
.
this is the procedure to create simple volume group///
After that we need to create th logical volumes along with
that
| Is This Answer Correct ? | 0 Yes | 1 No |
Start sam
select Disks and File Systems
select Logical Volumes
Using Tabs, go to Actions -> Create
<space> -> TAB to selec Ok (to configure VG)
Thanks,
Amit Shiknis
| Is This Answer Correct ? | 1 Yes | 5 No |
How to configure root mirroring in veritas volume manager
What is UMASK
what is the difference between solaris8 and solaris9 and solaris10
how to now the network speed, whether it is a full duplex or half duplex? and what is full duplex and half duplex
If plex is failed then how can you recover it?
How to stop the process in Solaris?
Explain shrinking the disk
How to rename the old root disk. In this example, rootdisk is being renamed as rootold.
If you have multiple ethernet interfaces, how do you keep it from routing between them?
How many replicas should be for raid5 in sds if I have 5 disk
please post the step by step commands to take a back of directories or files in a CDROM\DVDROM\TAPE(DDS)
what is a solaris toolkit