Just setting up a disk group that should be striped and mirrored can any confirm this set of commands before I do it. Haven't done it in a while and no manuals to browse.
vxdiskadd -i c0t1d0s2
vxdiskadd -i c1t1d0s2
vxdg init oradg disk01=c0t1d0s2
vxdg -g oragdg add disk02=c1t1d0s2
vxmake -g oradg sd disk01-01 disk01,0,213245
vxmake -g oradg sd disk02-01 disk02,0,213245
vxmake -g oradg plex stripe-01 sd=disk01-01 layout=stripe
vxmake -g oradg plex stripe-02 sd=disk02-01 layout=stripe
vxmake -g oradg -U fsgen vol vol-01 plex=stripe-01
vxvol -g oradg start vol-01
vxplex -g att vol-01 stripe-02
And do I really need to use the stwidth otion.
vxdiskadd -i c0t1d0s2
vxdiskadd -i c1t1d0s2
vxdg init oradg disk01=c0t1d0s2
vxdg -g oragdg add disk02=c1t1d0s2
vxmake -g oradg sd disk01-01 disk01,0,213245
vxmake -g oradg sd disk02-01 disk02,0,213245
vxmake -g oradg plex stripe-01 sd=disk01-01 layout=stripe
vxmake -g oradg plex stripe-02 sd=disk02-01 layout=stripe
vxmake -g oradg -U fsgen vol vol-01 plex=stripe-01
vxvol -g oradg start vol-01
vxplex -g att vol-01 stripe-02
And do I really need to use the stwidth otion.