1830892 Members
2865 Online
110017 Solutions
New Discussion

Re: Add disk

 
SOLVED
Go to solution
Not applicable

Add disk

I added disk to my server D class must I set SCSI address?
12 REPLIES 12
Not applicable

Re: Add disk

Yes on D Class you must set SCSI in the disk. But look on other adresses because you can not have the same addresses.
Ross Zubritski
Trusted Contributor

Re: Add disk

Internal, or in a JBOD?

Internal = no, jbod = yes

Regards,

RZ
Not applicable

Re: Add disk

Sorry I copied the answear. I wanted to put still one question.
I want this disk put in VG03.
Ross Zubritski
Trusted Contributor

Re: Add disk

vgextend /dev/dsk/cXtXdX vg03

Regards,

RZ
Not applicable
Solution

Re: Add disk

If you have internal disk you must set SCSI.
Ross Zubritski
Trusted Contributor

Re: Add disk

I must be dyslexic this morning.

vgextend vg03 /dev/dsk/c#t#d#.

Regards,

RZ
Not applicable

Re: Add disk

Do
# pvcreate -f /dev/rdsk/cxtxdx

# vgextend /dev/vg03 /dev/dsk/cxtxdx

Patrick Wallek
Honored Contributor

Re: Add disk

Does VG03 already exist? Is so, then just do:

# vgextend /dev/vg03 /dev/dsk/c?t?d0

If vg03 does not exist then do:

# mkdir /dev/vg03
# mknod /dev/vg03/group c 64 0x030000
#vgcreate /dev/vg03 /dev/dsk/c?t?d0
# lvcreate .....
# newfs .....

Not applicable

Re: Add disk

This is completly what you must do :

pvcreate -f /dev/rdsk/cxtxdx
vgextend /dev/vg03 /dev/dsk/cxtxdx
lvextend -l PE /dev/vg03/lvol1 /dev/dsk/cxtxdx

extendfs -F vxfs /dev/vg03/lvol1
Ian Dennison_1
Honored Contributor

Re: Add disk

If it is a local disk (Internal to the D Class), then probably not.

If it is part of an external Disk Array (HAS, SC10) then yes, you will need to check the value of the SCSI Disk Address.

Which Disk Array is it?

Share and Enjoy! Ian
Building a dumber user
Ross Zubritski
Trusted Contributor

Re: Add disk

Are lubomir and masi one in the same?

Things that make ya go hmmmm....
S.K. Chan
Honored Contributor