Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Veritas Question.

Status
Not open for further replies.

unixrocks

Technical User
Sep 11, 2003
65
0
0
GB
Just setting up a disk group that should be striped and mirrored can any confirm this set of commands before I do it.


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.



regards

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top