1. Once the LUN is added, we need to configure the new LUN
devfsadm –c disk (will configure the new LUN)
then label the disk by executing the command format, it will prompt to label the disk (enter yes)
2. Once the disk is configured we have to initialize the disk in veritas
vxdisksetup –i diskname
for eg. vxdisksetup –i c0t1234567888d94
3. Now add the disk to the diskgroup in veritas
vxdg –g dgname adddisk mediaaccessname=diskname
for eg. vxdg –g oradg adddisk ora001=c0t1234567888d94
4. To grow the filesystem
vxresize –g dgname volumename size mediaaccessname.
for eg. vxresize –g oradg oravol +100M ora001
Questions and suggestions are welcome. Thanks
No comments:
Post a Comment