- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Dual Boot && Multiple File Systems
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2007 08:11 PM
тАО06-21-2007 08:11 PM
Dual Boot && Multiple File Systems
Here is my problem :
I want to install a new version (11.23) of HPUX on a different disc. The current v is 11.11.
It seems simple ...
> BUT curently, my directory tree is separated in file systems.
For example
/ is on one file system
/usr/ is on another one
> Another problem is that some of those file systems may be on the second disk (but they could be deleted if nessesary) where I want to install HP UX 11.23.
+ Can I make this dual boot?
+ How HPUX could see that one /usr/ is under / of one disk and not on the other ?
+ Then, if it is (hopefully) possible, How could I do that ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2007 08:44 PM
тАО06-21-2007 08:44 PM
Re: Dual Boot && Multiple File Systems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2007 08:57 PM
тАО06-21-2007 08:57 PM
Re: Dual Boot && Multiple File Systems
Every system directory seems to be on /dev/vg00/ only.
Those not on it are called
/users4/
...
/users9/
Don't think they're system dirs,
looks like them being removed could be possible...
/etc/lvmtab is not humanly readable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2007 10:11 PM
тАО06-21-2007 10:11 PM
Re: Dual Boot && Multiple File Systems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2007 10:16 PM
тАО06-21-2007 10:16 PM
Re: Dual Boot && Multiple File Systems
# strings /etc/lvmtab
/dev/vg00
/dev/dsk/c1t15d0
/dev/dsk/c3t15d0
/dev/vg01
/dev/dsk/c5t8d0
/dev/dsk/c5t10d0
/dev/vg02
/dev/dsk/c5t12d0
/dev/dsk/c5t14d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2007 10:48 PM
тАО06-21-2007 10:48 PM
Re: Dual Boot && Multiple File Systems
which disk are you trying to install 11.23 on ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2007 11:59 PM
тАО06-21-2007 11:59 PM
Re: Dual Boot && Multiple File Systems
_____________________________________________
# lvdisplay -v /dev/vg00/lvol1
_____________________________________________
Mirror copies 1
--- Distribution of logical volume ---
PV Name LE on PV PE on PV
/dev/dsk/c1t15d0 19 19
/dev/dsk/c3t15d0 19 19
_____________________________________________
That means lvol1 is mirored on c1t15d0 and c3t15d0.
So I can't use c3t15d0 ?
The one I wanted to use was :
/0/4/0/1.10.0 or /0/4/0/1.12.0
IE
/dev/dsk/c5t10d0 || /dev/dsk/c5t12d0
_____________________________________________
So it seems possibles since it's not a mirror of an important disc, that's what you meant?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2007 01:51 AM
тАО06-22-2007 01:51 AM
Re: Dual Boot && Multiple File Systems
already belong to vg01 and vg02 respectively
check whether they are mirrored as well and if they are mirrored, try and reducevg to free the disks and then you can perform the installation provided you dont want mirroring on vg01 or vg02
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2007 01:54 AM
тАО06-22-2007 01:54 AM
Re: Dual Boot && Multiple File Systems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2007 07:42 PM
тАО06-24-2007 07:42 PM
Re: Dual Boot && Multiple File Systems
Piece of info : reducevg is for AIX, HPUX that's ... vgreduce
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2007 08:09 PM
тАО06-24-2007 08:09 PM
Re: Dual Boot && Multiple File Systems
I have
0/4/0/1.10.0 [mirrored on vg01] 0/4/0/1.8.0
If I want to keep the data on those disk but think I don't need mirroring, what I have to do is is unmirror vg01.
Lets say the one I'll keep is the 1.10.0 :
I would do :
# vgreduce vg01 0/4/0/1.8.0
Is that right?
Once I've done that, to install my new version, what must I do?
Booting on my install DVD, I'll be prompted for the root DVD?
Once I'm done, how will I choose on which disk to boot?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2007 02:48 AM
тАО06-25-2007 02:48 AM
Re: Dual Boot && Multiple File Systems
Before you must break the mirror for all the logical volume on vg01:
lvreduce -m 0 /dev/vg01/lvolxx /dev/dsk/c5t10d0, one by one.....
After, when you disk is free : you can do a pvdisplay /dev/dsk/c5t10d0 and check the Total PE = Free PE
When is good, you do : vgreduce vg01 /dev/dsk/c5t10d0.
The /dev/dsk/c5t10d0 is now free
And after you can install hp-ux on the /dev/dsk/c5t10d0 (0/4/0/1.10.0).
Youc can check before begin your install: strings /etc/lvmtab , the disk /dev/dsk/c5t10d0 does not exist in the file.
Bye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2007 07:29 PM
тАО06-25-2007 07:29 PM
Re: Dual Boot && Multiple File Systems
Hopefully, I have readen man vgreduce, so I saw I had to reduce lvs first.
I must say that SAM makes thinkgs quite easier, (althougth you can't choose which disk you want to end mirroring).
But it did remove every copy on the same disk so everything is allright.
Now I'm ready to install.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2007 09:34 PM
тАО06-26-2007 09:34 PM
Re: Dual Boot && Multiple File Systems
"there is a filesystem on this disk. Are you sure you want to ..."
Hell, I don't know why I got that message.
Sam keeps telling me this Device is unused, and that there is only 1 Physical volume for vg01 (the one that used to be mirrored)
I don't see the dsk in /etc/lvmtab.
So why would there still be a logical volume?
Is it safe to install althougth I am prompted that?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2007 01:17 AM
тАО06-29-2007 01:17 AM
Re: Dual Boot && Multiple File Systems
I was able to make this dual boot.
If that can help someone, here's the script I've made based on one I've seen in the forums for dualbooting (Atached).