Operating System - HP-UX
1828066 Members
2016 Online
109974 Solutions
New Discussion

Mirroring Root Disk on itanium server

 
SOLVED
Go to solution
Waqar Razi
Regular Advisor

Mirroring Root Disk on itanium server

I have a question about mirroring root disk on itanium server about the partition we create using idisk utility.
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.
5 REPLIES 5
Waqar Razi
Regular Advisor

Re: Mirroring Root Disk on itanium server

By partitions, I mean efi, hpux and hpsp partitions.
Solution

Re: Mirroring Root Disk on itanium server

diskinfo will show you the size of all 3 partitions:

# 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
Accept or Kudo
Steven E. Protter
Exalted Contributor

Re: Mirroring Root Disk on itanium server

Shalom,

vginfo -v vg00

pvdisplay on all disks returned from that command.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Deepak Kr
Respected Contributor

Re: Mirroring Root Disk on itanium server

Try using:

idisk /dev/rdsk/diskname

For more info refer to:

http://docs.hp.com/en/B2355-60103/idisk.1M.html
"There is always some scope for improvement"
SKR_1
Trusted Contributor

Re: Mirroring Root Disk on itanium server

Hi,

idisk command can be used for this.

idisk /dev/rdsk/cxtxdx

You can refer attached docs.

Thanks

SKR