Search Results

Search: Posts Made By: indrajit_preet
4,093
Posted By indrajit_preet
Created a Following Script
#!/bin/sh
disknum=14
for i in `cat /tmp/disk`
do
if [ $disknum -lt 18 ]; then
vxdg -g freedg adddisk disk$disknum=$i
else
echo "All the disk is added to the diskgroup"
fi...
4,093
Posted By indrajit_preet
Need to create an for loop for adding an disk in veritas volume group.
Hi Experts

I need an script to add an disk in to the veritas volume manager disk group.

For example:
# cd /tmp
# view disk
c6t5d2
c6t2d1
c6t3d7
c6t11d2
c7t11d2
c6t11d6

Normally we...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 08:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy