1834921 Members
2479 Online
110071 Solutions
New Discussion

Adding aditional disk

 
bachi
Occasional Advisor

Adding aditional disk

Hi ,

In hp-ux server , if we add additional disk, is it necessary to reboot the server. please help some one on this issue. my HP-UX version is 11.0 and online jfs has installed.

Thanks
Balaji.
7 REPLIES 7
Torsten.
Acclaimed Contributor

Re: Adding aditional disk

You didn't tell details about your hardware, but in general an "ioscan" and "insf -e ..." is enough.

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!   
Adam W.
Valued Contributor

Re: Adding aditional disk

You shouldn't need a reboot. What type of system do you have? And why are you still running 11.00, it is no longer supported. insf -e to rebuild, and ioscan -fnCdisk to verify the disk is there and alive.
There are two types of people in the world, Marines and those who wish they were.
bachi
Occasional Advisor

Re: Adding aditional disk

Hi ,

My server model is >model
9000/800/rp7420.

sorry my os version 11.11 . please confirm now.

Thanks
Balaji.
Victor Fridyev
Honored Contributor

Re: Adding aditional disk

Hi,
Beginning from 11.00 the following procedure must work:
ioscan -fnCdisk # to see new disk
insf -e -C disk # to install its files

If you don't see a disk after ioscan, either disk is not connected properly or you'll really have to reboot the computer.

HTH

Entities are not to be multiplied beyond necessity - RTFM
Andrew Rutter
Honored Contributor

Re: Adding aditional disk

hi,

no you should be fine as the disks in the rp7420 are hotpluggable and if its in storage attached then you should also be fine,

insert the disk, wait a few mimutes for the disk to spin up ok, then a full fresh ioscan followed by insf, of the hardware psth that shows the disk as unclaimed

Andy
Johnson Punniyalingam
Honored Contributor

Re: Adding aditional disk

Hi,

>>>>> if we add additional disk, is it necessary to reboot the server. please help some one on this issue <<<<<<<<

no need to reboot,

General producer in adding additional disk

Once you have added the new additional disk

# ioscan -fnC disk --> scanning for "new_additional_disk" look for "claimed "

# insf -e --> Installing device "driver"

# pvcreate /dev/rdsk/c1t1d0s1
(Pls take Note option "f" used to force") --> should be carefull by typing new_PV_name only which wanna add , for more info man pvcreate"

# vgextend vg01 /dev/dsk/c1t1d0s1
(Example :- above command shows "vg01' is your Volume group, and followed NEw_additional_disk"
Problems are common to all, but attitude makes the difference
SKR_1
Trusted Contributor

Re: Adding aditional disk

Please assign the points and close the thread if your got your resolution, otherwise post if you have any issue.

Thanks

SKR