HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mirroring and FC10 (SureStore)
Operating System - HP-UX
1833051
Members
2220
Online
110049
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
03-08-2001 06:36 AM
03-08-2001 06:36 AM
Mirroring and FC10 (SureStore)
Hi all
I've a K380 server with 2x9GB internal disks and a FC10 external disk system (10 disk slots) with 4x9GB hot swappable disks configured on two different SCSI chains (A and B).
I'd like to install only HPUX10.20 on the first of two internal disks and mirror it on the 2nd one (without extract it while I install core OS on the 1st one), and all applications on the first 2 disks of FC10 and mirror them on the other 2.
SCSI controller A manages all the odd slots (1,3,5,7,9) and B all the even (0,2,4,6,8).
Does someone know the commands to do this by Unix or SAM ?
Many Thanks
Gaetano
I've a K380 server with 2x9GB internal disks and a FC10 external disk system (10 disk slots) with 4x9GB hot swappable disks configured on two different SCSI chains (A and B).
I'd like to install only HPUX10.20 on the first of two internal disks and mirror it on the 2nd one (without extract it while I install core OS on the 1st one), and all applications on the first 2 disks of FC10 and mirror them on the other 2.
SCSI controller A manages all the odd slots (1,3,5,7,9) and B all the even (0,2,4,6,8).
Does someone know the commands to do this by Unix or SAM ?
Many Thanks
Gaetano
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2001 10:59 AM
03-08-2001 10:59 AM
Re: Mirroring and FC10 (SureStore)
Well, if I understand you correctly you are wanting to setup hardware mirroring of your drives across multiple scsi controllers. This is very much possible, but I think that you will need to purchase a license for Mirrordisk/UX. Once it is installed you will then have to come up with a plan for how you want to use the diskspace of the available drives(e.g. new volume group, how many logical volumes, mount points, etc.) Once you have all this info together it is really pretty easy to make happen. The following commands demonstrate how to create the lvol and how to mirror it.
lvcreate -n lvol# vgNEW
/usr/sbin/newfs -F hfs -o largefiles /dev/vgNEW/rlvol#
/usr/sbin/mount -o rw,suid,largefiles,delaylog,datainlog -F hfs /dev/vgNEW/l
vol# /mount_point_dir
lvextend -l 4340 /dev/vgNEW/lvol# /dev/dsk/c#t#d#
This command actually does the mirroring:
lvextend -m 1 /dev/vgNEW/lvol# /dev/dsk/c#t#d#
The last command must be provided the device path for the drive which you wish to mirror to. If I have been unclear about anything, or left something out, someone please correct me or let me know.
Good Luck,
Jason V.
lvcreate -n lvol# vgNEW
/usr/sbin/newfs -F hfs -o largefiles /dev/vgNEW/rlvol#
/usr/sbin/mount -o rw,suid,largefiles,delaylog,datainlog -F hfs /dev/vgNEW/l
vol# /mount_point_dir
lvextend -l 4340 /dev/vgNEW/lvol# /dev/dsk/c#t#d#
This command actually does the mirroring:
lvextend -m 1 /dev/vgNEW/lvol# /dev/dsk/c#t#d#
The last command must be provided the device path for the drive which you wish to mirror to. If I have been unclear about anything, or left something out, someone please correct me or let me know.
Good Luck,
Jason V.
Tie two birds together, eventhough they have four wings, they cannot fly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2001 01:27 AM
03-15-2001 01:27 AM
Re: Mirroring and FC10 (SureStore)
Jason,
You gave me good help.
It works.
Thanks a lot
Gaetano
You gave me good help.
It works.
Thanks a lot
Gaetano
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2001 01:54 AM
03-15-2001 01:54 AM
Re: Mirroring and FC10 (SureStore)
yeah, good help
so award the points he deserves!
("This member has assigned points to 0 of 4 responses to his/her questions." !)
so award the points he deserves!
("This member has assigned points to 0 of 4 responses to his/her questions." !)
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
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