Skip to ContentSkip to Footer
Start of content
- Community Home
- >
- Storage
- >
- Entry Storage Systems
- >
- Disk Enclosures
- >
- how to make MIRROR1 on two FC10 DiskSystem?
Disk Enclosures
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
-
- Forums
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- OEM Solutions
- Servers: The Right Compute
- Shifting to Software-Defined
- Telecom IQ
- Transforming IT
- Infrastructure Solutions German
- L’Avenir de l’IT
- IT e Trasformazione Digitale
- Enterprise Topics
- ИТ для нового стиля бизнеса
- Blogs
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Forums
-
Blogs
-
InformationEnglish
Topic Options
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-28-2004 12:41 PM
06-28-2004 12:41 PM
how to make MIRROR1 on two FC10 DiskSystem?
there are two FC10 DiskSystems
we want make MIRROR1 on them
how can i complete this task?
thanks in advance!
we want make MIRROR1 on them
how can i complete this task?
thanks in advance!
2 REPLIES
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-28-2004 12:48 PM
06-28-2004 12:48 PM
Re: how to make MIRROR1 on two FC10 DiskSystem?
the MirrorDisk/UX is ready
and there are 8 disks on every FC10
we want to make lv for oracle used for raw devcies
OPS vresion
and there are 8 disks on every FC10
we want to make lv for oracle used for raw devcies
OPS vresion
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-02-2004 04:44 AM
07-02-2004 04:44 AM
Re: how to make MIRROR1 on two FC10 DiskSystem?
First of all identify the special files of ur disks
ioscan -kfnCdisk
should be something like /dev/dsk/cXtXdX
build up a LVM structure, let's say u want 1 volume group (VG) with all the disks (PV) in it and 1 logical volume (LV) which will be used as raw device.
The volume group is vg01 (supposed u have only 1 vg, vg00)
the phisical volumes (disks) are /dev/dsk/c1t0d0 and /dev/dsk/c2t0d0, one on each FC10
the commands are:
pvcreate /dev/rdsk/c1t0d0
pvcreate /dev/rdsk/c2t0d0
mkdir/dev/vg01
mknod /dev/vg01/group c 64 0x010000
vgcreate vg01 /dev/dsk/c1t0d0 /dev/dsk/c2t0d0
lvcreate vg03
lvextend -m 1 /dev/vg01/lvol1
lvextend -L /dev/vg01/lvol1
that's it, u can use /dev/vg01/rlvol1 as the raw device for oracle
Note some commands want the raw devices (/dev/rdsk directory) some other the block devices of the disks
See man vgcreate, pvcreate, lvcreate, lvextend for details about the commands
I don't remember if FC10 is a disk array (i think so), in this case first of all u have to configures the LUN on the FC10 and u will have a double raided system: RAID5 or RAID3 on the FC10 and each LV mirrored on the other FC10
Hope this helps
ioscan -kfnCdisk
should be something like /dev/dsk/cXtXdX
build up a LVM structure, let's say u want 1 volume group (VG) with all the disks (PV) in it and 1 logical volume (LV) which will be used as raw device.
The volume group is vg01 (supposed u have only 1 vg, vg00)
the phisical volumes (disks) are /dev/dsk/c1t0d0 and /dev/dsk/c2t0d0, one on each FC10
the commands are:
pvcreate /dev/rdsk/c1t0d0
pvcreate /dev/rdsk/c2t0d0
mkdir/dev/vg01
mknod /dev/vg01/group c 64 0x010000
vgcreate vg01 /dev/dsk/c1t0d0 /dev/dsk/c2t0d0
lvcreate vg03
lvextend -m 1 /dev/vg01/lvol1
lvextend -L
that's it, u can use /dev/vg01/rlvol1 as the raw device for oracle
Note some commands want the raw devices (/dev/rdsk directory) some other the block devices of the disks
See man vgcreate, pvcreate, lvcreate, lvextend for details about the commands
I don't remember if FC10 is a disk array (i think so), in this case first of all u have to configures the LUN on the FC10 and u will have a double raided system: RAID5 or RAID3 on the FC10 and each LV mirrored on the other FC10
Hope this helps
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
End of content
United States
Hewlett Packard Enterprise International
Communities
- Communities
- HPE Blogs and Forum
© Copyright 2019 Hewlett Packard Enterprise Development LP