I know that this hasn’t neccessarily to do with UCS but rather with Linux I though I wanted to put the question here since I learned that UCS has kind of their own packages.
I searched the forum and couldn’t find a fitting thread so far. But maybe I’m only blind?
So… here’s what I want to do. I have set up my UCS a long time ago and it runs more or less flawlessly. Back then I only activated one of 3 HDDs of my server just to play around a bit. So now it would be the right time to make the 2 other HDD available to the system at all and I am unsure of how doing it correctly without breaking my system.
I think I used a LVM-environment back then but am unsure if I really did that.
So I wll be grateful for every hint given here.
Thanks in advance
Cheerio
Jimmy
NB: btw - I’m just running 4.4-2 errata319 (and am about to update that in a bit) - if you’d need more informations, please don’t hesitate and let me know.
I just write to encourage you to do it in any linux way - at least debian/ubuntu way.
Most probably you will have LVM setup, but check: # lvs
There are always a lot of options you may want to consider - but I would probably proceed like this:
reboot with attached drives -> create PVs from the drives
extend volume group
extend logical volume
extend filesystem on lv
This is not a how-to - just an encouraging post to proceed…
Bernd
thanks for your encouragement… I read through some homepages, already. But there still are some insecurites with me… Like I dunno if it would make sense to make another volume group and if yes then would all volume groups be accessible …
But more or less I’d now know what to do… Thanks to you pointing that out so clearly.
Of course there is LVM installed. a # lvswould give me this:
next step would be attaching drives… and… they are already attached (built-in). and so creating PVs from the drives would be the next step… but how? a # ls -la /dev/disk/by-path would give me this:
Probably not… One case could be if you want a new LVM with mirrored devices (LVM Mirrored Volume – Thomas-Krenn-Wiki). Actually I think they have a rather good doku on LVM stuff there.
try # pvs - from your output above one could suggest there are even 3 unused drives? But also check always # cat /etc/fstab
This is probably the output of # vgs ?! So yes, if you decide against a new volume group.