- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disc mirroring
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
03-01-2006 04:36 AM
03-01-2006 04:36 AM
Disc mirroring
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 04:40 AM
03-01-2006 04:40 AM
Re: Disc mirroring
B2491BA B.11.11 MirrorDisk/UX
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 05:05 AM
03-01-2006 05:05 AM
Re: Disc mirroring
With the newer versions MirrorDisk and OnlineJFS is bundled with certain O/S pkgs.
A base OE doesn't include them...but I believe the Enterprise OE or MissionCritical OE includes them....and you might not see this if you run swlist and grep for mirror.
So check which version of O/S you got with swlist...base/Enterprise/MissionCritical..
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 05:09 AM
03-01-2006 05:09 AM
Re: Disc mirroring
vxlicense -p
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 05:13 AM
03-01-2006 05:13 AM
Re: Disc mirroring
Even if Mirror-UX was bundled in the OE, the following will find it:
swlist -l fileset | grep -i mirror
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 05:34 AM
03-01-2006 05:34 AM
Re: Disc mirroring
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 01:38 PM
03-01-2006 01:38 PM
Re: Disc mirroring
# swlist |grep -i mirror
If it return result as
# swlist |grep -i mirror
B2491BA B.11.11 MirrorDisk/UX
It means this software is installed
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 03:12 PM
03-01-2006 03:12 PM
Re: Disc mirroring
swlist -l fileset}grep mirror
If not and MirrorDisk was added:
swlist|grep -i mirror
One thing that I am 100% sure though is regardless of OE release (Foundation or Enterprise) - you got FREE mirroring with VxVM which is bundled with the OS. Note though that the mirroring will only work on the OS disks IF you use VxVM to manage/encapsulate your OS. To mirror the rest - you need FUll VxVM or MirrorDisk/UX if you manage the rerst of your storage with LVM.
Hoipe this helps.