Tagged: backup RSS

  • levin 2:52 pm on November 3, 2009 Permalink | Reply
    Tags: backup   

    Prepare user access right on Data Protector Cell Manager 

    Data Protector Server run on HP-UX, and managed by Windows Data Protector Cell Manager

    You have to grant a suitable access right to your client workstation in order to manage with “Data Protector Manager”

    Login as root

    run

    <pre lang=”bash”>/opt/omni/bin/omniusers  -add -type W -usergroup admin -name administrator -group \* -client \*</pre>

    usergroup: admin Data Protector administrator privilege
    name: administrator User login as administrator on Windows
    group: \* The username belongs to any group
    client: \* The client workstation can access Cell Manager from any Hostname
     
  • levin 4:20 pm on September 20, 2009 Permalink | Reply
    Tags: backup, unix   

    cannot backup >8gb file using tar 

    fbackup and frecover is the solution when old tar program cannot backup file over 8GB.

    here is the convention

    backup to tape device

    tar -cvf /dev/rmt/0m /path/to/backup1 /path/to/backup2

    fbackup -vf /dev/rmt/0m -i /path/to/backup1 /path/to/backup2

    restore from tape device

    tar -xvf /dev/rmt/0m

    frecover -xvf /dev/rmt/0m -i /path/in/fbackup -i /path/in/fbackup

    the -i specify the path your backed up in your tape, it’ll extract it in your current directory.

    useful link:

    http://docs.hp.com/en/B2355-90950/ch06s05.html

     
c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
l
go to login
h
show/hide help
esc
cancel