Wednesday, January 15, 2014

ADD NAS STORAGE VOLUME IN SOLARIS

All step do carefully








* Create directory login as Root user
mkdir /nas_dbbkp_vol07

*mount storage volume 

mount 10.1.1.182 : /vol07   /nas_dbbkp_vol07

Same like df -k command  output show below

10.1.1.182:/vol03    527653368 454725188 72928180    87%    /nas_db_vol03
10.1.1.182:/vol04    733729284 655457888 78271396    90%    /nasbackup
10.1.1.182:/vol07    527653368 469690572 57962796    90%    /nas_dbbkp_vol07
10.1.1.182:/vol08    527653368 465027508 62625860    89%    /nas_dbbkp_vol08

10.1.1.184:/vol06    527653368 356831744 170821624    68%    /nas_dbbkp_vol06


No comments:

Post a Comment

Alert Fix : 1 index(es) with too many extents in oracle database - oracle performance issue

🔍 What it Means Oracle stores segments (tables, indexes) in extents (contiguous blocks). Over time, due to growth, rebuilds, and DML, an i...