live upgrade with raid0 soft partitions


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users live upgrade with raid0 soft partitions
# 1  
Old 10-22-2012
live upgrade with raid0 soft partitions

Hi,

I have this mirrored system with soft-partitions.
I have a difficulty determining the lucreate cmd in this env.
Code:
#metastat -p
d0 -m d10 d20 1   
d10 1 1 c1t2d0s0
d20 1 1 c1t3d0s0
d1 -m d11 d21 1   
d11 1 1 c1t2d0s5
d21 1 1 c1t3d0s5
d100 -p d1 -o 58720384 -b 8388608   
d200 -p d1 -o 32 -b 41943040

#cat /etc/vfstab
Code:
/dev/md/dsk/d0  /dev/md/rdsk/d0 /       ufs     1       no      -
/dev/md/dsk/d100        /dev/md/rdsk/d100       /var    ufs    2   yes   logging
/dev/md/dsk/d200        /dev/md/rdsk/d200       /opt    ufs    2   yes   logging

And this is the lucreate cmd I'm thinking of:
Code:
lucreate -c old -n new -m /:/dev/md/dsk/d110:ufs,mirror
-m /:/dev/dsk/c1t3d0s0:detach,attach,preserve
-m /var:/dev/md/dsk/d111:ufs,mirror
-m /var:/dev/dsk/c1t3d0s5:detach,attach,preserve
-m /opt:/dev/md/dsk/d112:ufs,mirror
-m /opt:/dev/dsk/c1t3d0s5:detach,attach,preserve

Would this work ?

Thanks
Dahasak.

Last edited by Scrutinizer; 10-22-2012 at 03:35 AM.. Reason: code tags
# 2  
Old 10-23-2012
By the man page, it looks pretty good, if this is the right scenario: lucreate(1M) (man pages section 1M: System Administration Commands)

The man page here is dysfunctional . . . .
https://www.unix.com/man-page/all/1m/lucreate/
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Live upgrade first steps

Hello Guys, I am a little confused about the first step in the live upgrade process. I will be glad if someone can clarify this for me. The pre-live upgrade patch, when do you add this patch to the OS you want to upgrade? 1. before creating the new boot environment? or 2. after creating... (1 Reply)
Discussion started by: cjashu
1 Replies

2. Emergency UNIX and Linux Support

Live Upgrade Query

I am upgrading Solaris-9 Update-7 to Solaris-9 Update-9 through live upgrade. I am able to create another boot environment and have OS DVD inside server. But i am confused for, what command/path should I give for luupgrade. OS DVD is mounted on /mnt Boot environments are Solaris9old (Active now)... (2 Replies)
Discussion started by: solaris_1977
2 Replies

3. Solaris

Live Upgrade Issue

I tried a live upgrade for one my solaris 10u8 server which didnt go sucessfull and after that i now have following mounts in memory. df: cannot statvfs /.alt.sol10u8_2/var: No such file or directory df: cannot statvfs /.alt.sol10u8_2/var/run: No such file or directory df: cannot statvfs... (0 Replies)
Discussion started by: fugitive
0 Replies

4. Solaris

Live upgrade question

I want to basically update an ABE that someone created a few months back. I'm sure stuff has changed since it was made, and I was going to delete it and create a new one. But from what I'm looking at, the lumake appears like it would be a faster approach. I want to use live upgrade to... (0 Replies)
Discussion started by: BG_JrAdmin
0 Replies

5. Solaris

Replace LUN with soft partitions

Hi all, can somebody provide me with advice if is possible to replace physical LUN, with soft partitions (located directly on LUN, not on metadevice) by the new one. Current state looks like this: root@xxx:/etc/zones # metastat -c| egrep -i 900bec2d286 d504 p 159GB... (1 Reply)
Discussion started by: brusell
1 Replies

6. Solaris

Replacement of metadevice with soft partitions

Hi guys, currently I'm working on one problem. I have Sol10 box where I need to replace old storage for the new one with minimal downtime. Layout of metadevice looks like this: d103 p 1.0GB d100 d102 p 2.0GB d100 d101 p 1.0GB d100 d100 s ... (3 Replies)
Discussion started by: brusell
3 Replies

7. Solaris

SVM Soft partitions in a metaset- how to migrate ?

Hi Friends, I need your assistance, could someone assist.... Scenario:- Solaris 10, with zones and mounted file systems, using SAN. SVM with metasets on it configured soft partitions on the meta device. These soft partitions are mounted and file systems are being accessed. We are now trying... (6 Replies)
Discussion started by: unahb1
6 Replies

8. Solaris

Live upgrade Issue

Hi, I upgraded solaris 10 x86 from update 3 to update 7 with zones installed n UFS file system . The global zone was updated but the non global zone still shows update 3 what could be the reason for this and how can i update the local zones to update 7 (0 Replies)
Discussion started by: fugitive
0 Replies
Login or Register to Ask a Question