Displaying 2 results from an estimated 2 matches for "seconddisk".
Did you mean:
seconddim
2011 Jul 22
4
add device to mirror rpool in sol11exp
In my new oracle server, sol11exp, it''s using multipath device names...
Presently I have two disks attached: (I removed the other 10 disks for now,
because these device names are so confusing. This way I can focus on *just*
the OS disks.)
0. c0t5000C5003424396Bd0 <SEAGATE-ST32000SSSUN2.0-0514 cyl 3260 alt 2
hd 255 sec 252>
/scsi_vhci/disk at g5000c5003424396b
2002 May 20
0
rsync backup hangs at boot
...=====================================
#!/bin/sh
if [ -d "/safety/proc" ]
then echo " "
else
mkdir /safety/proc
fi
/opk/bin/rsync -acHv --delete \
--exclude "/download" \
--exclude "/proc/" \
--exclude "/var/spool/cups/" \
--exclude "/seconddisk" \
--exclude "/safety" \
--exclude "/safety2" \
--exclude "/etc/fstab" \
--exclude "/etc/mtab" \
/ /safety
if [ -f "/etc/fstab" ]
then echo " "
else
echo "No /etc/fstab"
cp /etc/fstab /safety/etc
fi
if [ -f "/e...