>           I'm an Amanda newbie.  ...

Welcome!

>I've installed 2.4.2p2 on Solaris 2.7.  I'm 
>to the point where I can label tapes.  ...

Sounds like you're making very good progress.

>ERROR: hcuxsstest01: [could not access /dev/vx/rdsk/geacdgA/vol04 (/dev/vx/rds
>k/geacdgA/vol04): Permission denied]
>...
>Drilling down into geacdgA yields:
>...
>crw-------   1 schedu   batch    158,38003 Oct 30  2000 vol04

FYI, a quick way to get this is with "ls -lL /dev/vx/rdsk/geacdgA/vol04".

>My challenge is that each of these raw devices was created by volume manager. 
> I am a little gun shy about changing group ownership and permissions.  ...

We use that here and it can be a PITA.  Don't change the ownership,
but I would recommend changing the group and setting the mode (it won't
cause any problems, although you should always keep security in mind).

The bad news is, volume manager will change them back again any time it
feels like it.  We run the following in a boot script (adjust as needed
for your volume names and Amanda group):

        for volume in /dev/vx/rdsk/[A-Z]*
        do
                if [ -d $volume ]
                then
                        find $volume -type c \
                                     -exec $DEBUG chgrp backup {} \; \
                                     -exec $DEBUG chmod 0640 {} \;
                fi
        done

>Dave Warchol

John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]

Reply via email to