Anda di halaman 1dari 5

04/12/2016

HPDataProtector

LinuxDocumentationandTutorials

Home

Start

Tutorials

OSCamServiceandSrvidOnlineGenerator

HPDataProtector

InstallingHPData

Search

ProtectorDiskAgent8.1
RedHatCentOS
Webmaster

July28,2015

Categories
Apache(5)
Cluster(10)

Notes
ThisHowToisforHPDataProtectorVersion8.1.BKPSRV
istheHPDataProtectorCellManagerwithipaddress
192.168.1.50,makesurethatthehostnameiscorrectly
resolvedontheclient(DiskAgent).

FTP(1)
HPDataProtector(2)
HTML5(1)
HyperV(7)

Requirements

Monitoring(3)

yuminstall kshncompress xinetd

OSCam(15)

Download

Postfix(5)

DownloadHPDataProtectorHPUXCD8.10:

Security(4)

Software_HP_DP_8.1_for_Linux_TD58615014.tar.gz
Shell(4)

http://wiki.lenux.org/category/tutorials/hpdataprotector/

1/5

04/12/2016

HPDataProtector

Streaming(2)

Installation
cd/usr/src
tarxfvzSoftware_HP_DP_8 .1_for_Linux_TD586 15014.tar.gz
cdSoftware_HP_DP_8 .1_for_Linux_TD586 15014/LOCAL_INSTALL
chmod+xomnisetup .sh
./omnisetup .shserver192.168.1.50 install da

Syslog(1)
System(10)

Configuration
vi/etc/xinetd.d/omni
1
2
3
4
5
6
7
8
9
10
11
12
13
14

service omni
{
socket_type =
protocol=
wait=
user=
server=
server_args =
disable =
flags =
instances =
per_source=
only_from =
}

stream
tcp
no
root
/opt/omni/lbin/inet
inet -log /var/opt/omni/log
no
IPV6
UNLIMITED
UNLIMITED
192.168.1.50

service xinetd restart


iptablesAINPUTptcps192.168.1.50dport5555jACCEPT

Troubleshooting
Firewall
YouneedtoconfigureaportrangeontheDataProtector
ServerifYourbackupclientsareinadmzorbehinda
firewall.Settheportrangesettingsinomnirc(forwindows
2008systemsthefileislocatedat
C:\ProgramData\OmniBack)
1 OB2PORTRANGE=60200-60300
2 #Default: no range specified (i.e. use any available
3 #This option limits the range of port numbers that
4 #processes use when assigning listen ports dynamically
5 #This option is typically set on the Cell Manager
6 #Media Agent system when components of the cell
7 #of a firewall.
8
9 #Note that the firewall needs to be configured
http://wiki.lenux.org/category/tutorials/hpdataprotector/

2/5

04/12/2016

9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

HPDataProtector

#Note that the firewall needs to be configured


#specified range does not affect the Inet listen
#A new variable named OB2PORTRANGESPEC provides
#ranges and helps keep their sizes smaller.
#Refer to "Firewall Support" in HP Data Protector
#Administrator's Guide or in online help for additional information.
#
OB2PORTRANGESPEC=60200-60300
#Default: no ranges specified (i.e. use any available port)
#This variable limits the range of port numbers that specific
#Data Protector processes use when assigning listen ports dynamically.
#This option is typically set on the Cell Manager system and/or the
#Media Agent system when components of the cell are located on both sides
#of a firewall.
#Note that the firewall needs to be configured separately.
#Refer to "Firewall Support" in HP Data Protector
#Administrator's Guide or in online help for additional
#

InstallingHPData
ProtectorDiskAgent8.1
Debian
Webmaster

July28,2015

Notes
ThisHowToisforHPDataProtectorVersion8.1.BKPSRV
istheHPDataProtectorCellManagerwithipaddress
192.168.1.50,makesurethatthehostnameiscorrectly
resolvedontheclient(DiskAgent).

Requirements
aptgetinstallrpmxinetdkshncompress

Download
http://wiki.lenux.org/category/tutorials/hpdataprotector/

3/5

04/12/2016

HPDataProtector

DownloadHPDataProtectorHPUXCD8.10:
Software_HP_DP_8.1_for_Linux_TD58615014.tar.gz

Installation
cd/usr/src
tarxfvzSoftware_HP_DP_8.1_for_Linux_TD58615014.tar.gz
cdSoftware_HP_DP_8.1_for_Linux_TD58615014/LOCAL_INSTALL/
chmod+xomnisetup.sh
./omnisetup.shserver192.168.1.50installda

Configuration
vi/etc/xinetd.d/omni
1
2
3
4
5
6
7
8
9
10
11
12
13
14

service omni
{
socket_type =
protocol=
wait=
user=
server=
server_args =
disable =
flags =
instances =
per_source=
only_from =
}

stream
tcp
no
root
/opt/omni/lbin/inet
inet -log /var/opt/omni/log
no
IPV6
UNLIMITED
UNLIMITED
192.168.1.50

/etc/init.d/xinetd restart
iptablesAINPUTptcps192.168.1.50dport5555jACCEPT

Troubleshooting
RPM
ifyougetthiserroronthecommandrpmqa
rpmqa
error:db5error(30969)fromdbenv>open:DB_VERSION_MISMATCH
error:cannot openPackages indexusingdb5(30969
error:cannot openPackages database in/root/.rpmdb
error:db5error(30969)fromdbenv>open:DB_VERSION_MISMATCH
error:cannot openPackages database in/root/.rpmdb

http://wiki.lenux.org/category/tutorials/hpdataprotector/

4/5

04/12/2016

HPDataProtector

means,thatyourrpmdatabaseiscorrupted,maybecausing
ofdistroupgrade,followthesestepsasroottofixthis
problem:
aptgetinstalldb4.8util
cd~/.rpmdb
db4.8_recover
rpmdbpath`pwd`rebuilddb
rpmdbpath`pwd`qa

Firewall
YouneedtoconfigureaportrangeontheDataProtector
ServerifYourbackupclientsareinadmzorbehinda
firewall.Settheportrangesettingsinomnirc(forwindows
2008systemsthefileislocatedat
C:\ProgramData\OmniBack)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

OB2PORTRANGE=60200-60300
#Default: no range specified (i.e. use any available
#This option limits the range of port numbers that
#processes use when assigning listen ports dynamically
#This option is typically set on the Cell Manager
#Media Agent system when components of the cell
#of a firewall.
#Note that the firewall needs to be configured
#specified range does not affect the Inet listen
#A new variable named OB2PORTRANGESPEC provides
#ranges and helps keep their sizes smaller.
#Refer to "Firewall Support" in HP Data Protector
#Administrator's Guide or in online help for additional information.
#
OB2PORTRANGESPEC=60200-60300
#Default: no ranges specified (i.e. use any available port)
#This variable limits the range of port numbers that specific
#Data Protector processes use when assigning listen ports dynamically.
#This option is typically set on the Cell Manager system and/or the
#Media Agent system when components of the cell are located on both sides
#of a firewall.
#Note that the firewall needs to be configured separately.
#Refer to "Firewall Support" in HP Data Protector
#Administrator's Guide or in online help for additional
#

http://wiki.lenux.org/category/tutorials/hpdataprotector/

5/5

Anda mungkin juga menyukai