18.02.2014 Views

string

string

string

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

# ls -lL /dev/rdsk/c2t0d0s1<br />

crw------- 1 root sys 192,241 Jul 10 1996 /dev/rdsk/c2t0d0s1<br />

Change it so it reads:<br />

crw-r----- 1 root sys 192,241 Jul 10 1996 /dev/rdsk/c2t0d0s1<br />

You might also want to add the following line<br />

ssd:* 0640 root sys<br />

to the /etc/minor_perm file, so subsequently added arrays do not have the<br />

same problem.<br />

dumptm: Cannot open ‘/dev/rmt/<strong>string</strong>’:<br />

Device busy<br />

Cause<br />

During filesystem backup, the dump program cannot open the tape drive because<br />

some other process is holding it open.<br />

Action<br />

Find the process that has the tape drive open, and either kill(1) the process or wait<br />

for it to finish.<br />

# ps -ef | grep /dev/rmt<br />

# kill -9 processID<br />

56 Solaris Common Messages and Troubleshooting Guide ♦ October, 1998

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!