1753872 Members
7295 Online
108809 Solutions
New Discussion юеВ

Re: ioscan

 
kunjuttan
Super Advisor

ioscan

Hi All,
My ioscan -fnCdisk output is the following..

disk 1 0/1/1/0.0.0 sdisk CLAIMED DEVICE HP 146 GMAW3147NC
/dev/dsk/c2t0d0 /dev/rdsk/c2t0d0
disk 2 0/1/1/0.1.0 sdisk CLAIMED DEVICE HP 146 GMAW3147NC
/dev/dsk/c2t1d0 /dev/rdsk/c2t1d0
/dev/dsk/c2t1d0s1 /dev/rdsk/c2t1d0s1
/dev/dsk/c2t1d0s2 /dev/rdsk/c2t1d0s2
/dev/dsk/c2t1d0s3 /dev/rdsk/c2t1d0s3


Can you please suggest what the following means and why it is not there with my disk 1??
/dev/dsk/c2t1d0s1 /dev/rdsk/c2t1d0s1
/dev/dsk/c2t1d0s2 /dev/rdsk/c2t1d0s2
/dev/dsk/c2t1d0s3 /dev/rdsk/c2t1d0s3

9 REPLIES 9
johnsonpk
Honored Contributor

Re: ioscan

>>/dev/dsk/c2t1d0s1 /dev/rdsk/c2t1d0s1
>>/dev/dsk/c2t1d0s2 /dev/rdsk/c2t1d0s2
>>/dev/dsk/c2t1d0s3 /dev/rdsk/c2t1d0s3


/dev/dsk/c2t1d0s3 is the bootable disk of your system and it has partitioned in to three s1,s2 and s3

/dev/rdsk/c2t1d0s1 is the EFI partition
/dev/rdsk/c2t1d0s2 is the data/hpux partition (user to build vg00)
/dev/rdsk/c2t1d0s3 HP Special partition for EFI maintenance and offline diagnostics

see man idisk for more details

regards!
johnson
Kapil Jha
Honored Contributor

Re: ioscan

s stands for slice
and it is required for itanium boot disk
as described above 3 partitions are need
s1 s2 and s3

there are 3 partitions made in your disk.

BR,
Kapil+
I am in this small bowl, I wane see the real world......
P Arumugavel
Respected Contributor

Re: ioscan

hello..
Your system is IPF System. You need to have EFI partition for IPF system to boot an OS and looks your /dev/rdsk/c2t1d0 is bootbable disk.
OS disk will have 3 slices in IPF systems.
c2t1d0s1 - EFI Partition
c2t1d0s2 - HP-UX OS Partition
c2t1d0s3 - HPSP HP service Partition...

Rgds
kunjuttan
Super Advisor

Re: ioscan

So this s1 kind of things will come with all disks or only with bootable disk????And what about my other disk.It is not bootable r88??
Torsten.
Acclaimed Contributor

Re: ioscan

Bootable disks only.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Sunny123_1
Esteemed Contributor

Re: ioscan

Hi

It is only for bootable disk.

It is not for your Data disk.



Regards
Sunny
kunjuttan
Super Advisor

Re: ioscan

thanks
johnsonpk
Honored Contributor

Re: ioscan

>>So this s1 kind of things will come with all disks or only with bootable disk????And what about my other disk.It is not bootable r88??

the slices are not coming as themselves ,

You need to slice it with idisk utility in case if you want to use your new disk as boot disk (o/s disk), then follow the procedure in the doc mentioned in one of the earlier post ..

Regards!
Johnson


Jestin John Chacko
Regular Advisor

Re: ioscan

Dear kunjuttan.....enthuttathe..

use ioscan -efunC disk

If you use this then you can find the boot disk and your data disk in a diffrent format.

in that you will see

s1 -will contain the EFI boot loader and will be commonly known as EFI partition.
s2 will be your OS partition
s3 -which is commonly known as HPSP service partion

ok...