HPE GreenLake Administration
- Community Home
- >
- Storage
- >
- Entry Storage Systems
- >
- Disk Enclosures
- >
- FC60 and SC10
Disk Enclosures
1830616
Members
2620
Online
110015
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
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
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2007 02:40 PM
11-27-2007 02:40 PM
FC60 and SC10
Hi guys,
I have a FC60/SC10 One Disk Enclosure
Configured as
1:0 Raid 0
2:0 Raid 0
1:1 Raid 0
2:1 Raid 0
1:2 Raid 0
I would like to add another disk enclosure
and Configure as
Raid 1 1:0
3:0
Raid 1 2:0
4:0
Raid 1 1:1
3:1
Raid 1 2:1
4:1
Raid 1 1:2
3:2
I would like to know if data will be lost in transitioning Raid 0 to raid 1?
Regards,
Elder
I have a FC60/SC10 One Disk Enclosure
Configured as
1:0 Raid 0
2:0 Raid 0
1:1 Raid 0
2:1 Raid 0
1:2 Raid 0
I would like to add another disk enclosure
and Configure as
Raid 1 1:0
3:0
Raid 1 2:0
4:0
Raid 1 1:1
3:1
Raid 1 2:1
4:1
Raid 1 1:2
3:2
I would like to know if data will be lost in transitioning Raid 0 to raid 1?
Regards,
Elder
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2007 03:31 PM
11-27-2007 03:31 PM
Re: FC60 and SC10
hi elder,
if my memory serves me right,you have to backup whatever your data or filesystem in the existing raid 0 LUNs. Unbind the luns and recreate new RAID 1 LUNS which include the new disks from new disk enclosures. Then, recreate back new filesystem and restore from your backup.
Backup your existing filesystem, eg:
# fbackup -i /data1 -f /dev/rmt/0m
# mt -t /dev/rmt/0m rewind
Umount your existing filesysytem
# umount /data1
You may have to vgexport. I am assuming all your existing RAID 0 LUNs is vg02.
From SAM, unbinds the existing LUns which contents /data1.
Recreate new luns in SAM (choose BIND luns).
Create back vg,logical volume and new filesystem
# mkdir /dev/vg02
# mknod /dev/vg02/group c 64 0x020000
# vgcreate /dev/vg02 /dev/rdsk/cXtXdX
# lvcreate -L 2000M /dev/vg02
# newfs -F vxfs /dev/vgXX/rlvXX
Mount the new filesystem and restore.
# mount /dev/vgXX/lvXX /data1
# frestore -xvf /dev/rmt/2m
Rgds
if my memory serves me right,you have to backup whatever your data or filesystem in the existing raid 0 LUNs. Unbind the luns and recreate new RAID 1 LUNS which include the new disks from new disk enclosures. Then, recreate back new filesystem and restore from your backup.
Backup your existing filesystem, eg:
# fbackup -i /data1 -f /dev/rmt/0m
# mt -t /dev/rmt/0m rewind
Umount your existing filesysytem
# umount /data1
You may have to vgexport. I am assuming all your existing RAID 0 LUNs is vg02.
From SAM, unbinds the existing LUns which contents /data1.
Recreate new luns in SAM (choose BIND luns).
Create back vg,logical volume and new filesystem
# mkdir /dev/vg02
# mknod /dev/vg02/group c 64 0x020000
# vgcreate /dev/vg02 /dev/rdsk/cXtXdX
# lvcreate -L 2000M /dev/vg02
# newfs -F vxfs /dev/vgXX/rlvXX
Mount the new filesystem and restore.
# mount /dev/vgXX/lvXX /data1
# frestore -xvf /dev/rmt/2m
Rgds
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.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP