Operating System - HP-UX
1830902 Members
1827 Online
110017 Solutions
New Discussion

Re: c1t1d1s? path question

 
SOLVED
Go to solution
Francis Flan
Regular Advisor

c1t1d1s? path question

Newbie to Itanium here.....

What is the "s" at the end of the CTD path for?
Any links ? i cant find any.......

Does it change usual administration much?
5 REPLIES 5
Geoff Wild
Honored Contributor

Re: c1t1d1s? path question

slice

That's the slice of your disk (probably on vg00)

# ioscan -m dsf
Persistent DSF Legacy DSF(s)
========================================
/dev/rdisk/disk4 /dev/rdsk/c0t0d0
/dev/rdisk/disk5 /dev/rdsk/c2t1d0
/dev/rdisk/disk5_p1 /dev/rdsk/c2t1d0s1
/dev/rdisk/disk5_p2 /dev/rdsk/c2t1d0s2
/dev/rdisk/disk5_p3 /dev/rdsk/c2t1d0s3
/dev/rdisk/disk6 /dev/rdsk/c2t0d0
/dev/rdisk/disk7 /dev/rdsk/c3t2d0
/dev/rdisk/disk7_p1 /dev/rdsk/c3t2d0s1
/dev/rdisk/disk7_p2 /dev/rdsk/c3t2d0s2
/dev/rdisk/disk7_p3 /dev/rdsk/c3t2d0s3



Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Geoff Wild
Honored Contributor

Re: c1t1d1s? path question

http://docs.hp.com/en/msDeviceNaming/Mass_Storage_Device_Naming.pdf

http://docs.hp.com/en/5992-2905/ch03s02.html

IMPORTANT: The above output includes block device special files ending with s1, s2, or s3 (_p1, _p2, or _p3 for 11i v3 systems). These endings indicate an idisk partition on the disk. Do NOT use a partition as a cloning target!

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
J. Bravo
Respected Contributor
Solution

Re: c1t1d1s? path question

Hi!

For Itanium machines the boot disk has changed, it must be partitioned in order to include the EFI, HPUX and Service partitions:

c1t1d1s1 is the EFI system partition.

c1t1d1s2 is the HP-UX partition, so this partition represents a whole LVM disk on a PA-RISC system.

c1t1d1s3 is the Service partition, it's created for diagnostics installation.

Regards;

J. Bravo.

Re: c1t1d1s? path question

Francis,

To answer your other question:

> Does it change usual administration much?

It changes the way boot disks are laid out and mirrored - see p26 of this whitepaper:

http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf

HTH

Duncan

I am an HPE Employee
Accept or Kudo
Francis Flan
Regular Advisor

Re: c1t1d1s? path question

thanks for the explanations