- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mirror root volume on Itanium
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
07-28-2003 08:28 AM
07-28-2003 08:28 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 08:31 AM
07-28-2003 08:31 AM
Re: mirror root volume on Itanium
lvextend -m 1 /dev/vg01/lvol /dev/dsk/c#t#d#
pick a real disk.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 08:32 AM
07-28-2003 08:32 AM
Re: mirror root volume on Itanium
I'm pretty confident about the lvextend command.
Sorry for the two parter.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 08:39 AM
07-28-2003 08:39 AM
Re: mirror root volume on Itanium
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2003 06:15 AM
07-29-2003 06:15 AM
SolutionSet up mirroring as follows:
0/1/1/0.0.0 /dev/rdsk/c2t0d0 ATLAS10K3_36_SCA
0/1/1/0.1.0 /dev/rdsk/c2t1d0 ATLAS10K3_36_SCA real boot disk
1. Use vi to create a partition description file by doing the following:
vi /tmp/partitionfile
The 3 line entry should look like this:
2
EFI 100MB
HPUX 100%
2. Use ididsk to setup the disk partitioning using the file created above:
idisk -wf /tmp/partitionfile /dev/rdsk/c2t0d0
3. Use insf to create the new device dfiles (c2t0d0s1 and c2t0d0s2)
insf -e
Follow normal LVM procedures; but skip the two mkboot commands which
normally copy files down to the LIF area (LIF area replaced by EFI).
Configured mirroring of the system disk with the following commands:
ioscan -nfH 0/1/1/0.0.0
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
disk 1 0/1/1/0.0.0 sdisk CLAIMED DEVICE HP 36.4GATLAS10K3_36_SC
A
/dev/dsk/c2t0d0 /dev/rdsk/c2t0d0
/dev/dsk/c2t0d0s1 /dev/rdsk/c2t0d0s1
/dev/dsk/c2t0d0s2 /dev/rdsk/c2t0d0s2
diskinfo /dev/rdsk/c2t0d0
SCSI describe of /dev/rdsk/c2t0d0:
vendor: HP 36.4G
product id: ATLAS10K3_36_SCA
type: direct access
size: 35566480 Kbytes
bytes per sector: 512
Either use
pvcreate -B -t ATLAS10K3_36_SCA /dev/rdsk/c2t0d0s2
or if the disk has been used previously use
pvcreate -B -f -t ATLAS10K3_36_SCA /dev/rdsk/c2t0d0s2
4. Use mkboot to format and populate the newly created EFI partition:
mkboot -e -l /dev/rdsk/c2t0d0
vgextend /dev/vg00 /dev/dsk/c2t0d0s2
lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c2t0d0s2
lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c2t0d0s2
lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c2t0d0s2
lvextend -m 1 /dev/vg00/lvol4 /dev/dsk/c2t0d0s2
lvextend -m 1 /dev/vg00/lvol5 /dev/dsk/c2t0d0s2
lvextend -m 1 /dev/vg00/lvol6 /dev/dsk/c2t0d0s2
lvextend -m 1 /dev/vg00/lvol7 /dev/dsk/c2t0d0s2
lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c2t0d0s2
lvextend -m 1 /dev/vg00/lvol9 /dev/dsk/c2t0d0s2
lvlnboot -v
lvlnboot -r /dev/vg00/lvol3
lvlnboot -s /dev/vg00/lvol2
lvlnboot -d /dev/vg00/lvol2
lvlnboot -b /dev/vg00/lvol1
lvlnboot -R
lvlnboot -v
setboot -a 0/1/1/0.0.0
efi_cp -d /dev/rdsk/c2t1d0s1 -u /EFI/HPUX/AUTO /tmp/AUTO
edit /tmp/AUTO changing
boot vmunix
to
boot vmunix -lq
then put the file back on both EFI partitions with
efi_cp -d /dev/rdsk/c2t1d0s1 /tmp/AUTO /EFI/HPUX/AUTO
efi_cp -d /dev/rdsk/c2t0d0s1 /tmp/AUTO /EFI/HPUX/AUTO
Change you addresses and disks as needed, but this should give you a good start.
Ray