- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mirroring Root Disk on itanium server
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
08-14-2008 04:36 AM
08-14-2008 04:36 AM
How can we check the size of the current partitions on the current root disk. We need to make exactly the same size partition as on the current root disk, Right? Please send me the commands to look for the existing configuration. The HPUX version is 11.23 and it is BL860 itanium based server.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2008 04:37 AM
08-14-2008 04:37 AM
Re: Mirroring Root Disk on itanium server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2008 04:43 AM
08-14-2008 04:43 AM
Solution# diskinfo /dev/rdsk/c1t14d0s1
SCSI describe of /dev/rdsk/c1t14d0s1:
vendor: HP 73.4G
product id: ST373307LC
type: direct access
size: 511968 Kbytes
bytes per sector: 512
# diskinfo /dev/rdsk/c1t14d0s2
SCSI describe of /dev/rdsk/c1t14d0s2:
vendor: HP 73.4G
product id: ST373307LC
type: direct access
size: 70765568 Kbytes
bytes per sector: 512
# diskinfo /dev/rdsk/c1t14d0s3
SCSI describe of /dev/rdsk/c1t14d0s3:
vendor: HP 73.4G
product id: ST373307LC
type: direct access
size: 409600 Kbytes
bytes per sector: 512
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2008 04:53 AM
08-14-2008 04:53 AM
Re: Mirroring Root Disk on itanium server
vginfo -v vg00
pvdisplay on all disks returned from that command.
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
08-14-2008 04:53 AM
08-14-2008 04:53 AM
Re: Mirroring Root Disk on itanium server
idisk /dev/rdsk/diskname
For more info refer to:
http://docs.hp.com/en/B2355-60103/idisk.1M.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2008 05:43 AM
08-14-2008 05:43 AM
Re: Mirroring Root Disk on itanium server
idisk command can be used for this.
idisk /dev/rdsk/cxtxdx
You can refer attached docs.
Thanks
SKR