- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mirror problem
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
04-20-2004 02:07 AM
04-20-2004 02:07 AM
mirror problem
I have HP-UX11i I try make mirror I done
pvcreate -Bf /dev/rdsk/c2t2d0
# mkboot -l /dev/rdsk/c2t2d0 # mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c2t2d0
# vgextend /dev/vg00 /dev/dsk/c2t2d0
After this command I run Lvextend command
lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c2t2d0
i get error "m" Illegal option
How to check mirror software is install if not how to install and where i get this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 02:11 AM
04-20-2004 02:11 AM
Re: mirror problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 02:12 AM
04-20-2004 02:12 AM
Re: mirror problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 02:12 AM
04-20-2004 02:12 AM
Re: mirror problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 02:14 AM
04-20-2004 02:14 AM
Re: mirror problem
Check. swlist|grep -i mirror
If not, you can create static copy of root disk.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 02:39 AM
04-20-2004 02:39 AM
Re: mirror problem
Kaps
Note : -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 02:46 AM
04-20-2004 02:46 AM
Re: mirror problem
1. If i install the mirror-Ux later . can i Run vgreduced to spreate the my disk c2t0d0
because I done following command
mkboot -l /dev/rdsk/c2t2d0 # mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c2t2d0
# vgextend /dev/vg00 /dev/dsk/c2t2d0
asif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 02:48 AM
04-20-2004 02:48 AM
Re: mirror problem
Mirror/UX is an add in pay for product. No codeword, it does not work.
vxvm lets you mirror the root vg without additional licsensing.
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
04-20-2004 02:57 AM
04-20-2004 02:57 AM
Re: mirror problem
just install the mirror software and then
you can continue with the lvextend -m 1 commands.