Install the Legato Networker client on Solaris 10

  1. introduction
  2. find the packages
  3. install the packages
  4. install the legato client license
  5. test the legato backup

Introduction

Legato Networker is a backup management application. It is a closed source application aimed at large companies that have a lot of data to keep safe.

Networker manuals are online.


Find the packages

This example installs the Legato Networker backup client for Solaris. There is a CD containing five packages. You can't download these packages from their site but if you are desperate you can fill in a questionnaire and wait for a sales rep to phone you up.


Install the packages

1.  put the networker CD in the CD drive of the host.
2.  Open a CLI on the host.
3.  Use sudo to switch to the root account.
4.  Change to the Solaris directory of the CD. cd /cdrom/networker/SOLARIS.
5.  Start the installation process.

root@orcl:>pkgadd -d .
The following packages are available:
  1  LGTOclnt     NetWorker for Solaris (Backup/Recover) Client
                  (sparc) 5.5.Build.38b
  2  LGTOdrvr     NetWorker for Solaris (Backup/Recover) Device Drivers
                  (sparc) 5.5.Build.38
  3  LGTOman      NetWorker for Solaris (Backup/Recover) Man
                  (sparc) 5.5.Build.38b
  4  LGTOnode     NetWorker for Solaris (Backup/Recover) Storage Node
                  (sparc) 5.5.Build.38b
  5  LGTOserv     NetWorker for Solaris (Backup/Recover) Server
                  (sparc) 5.5.Build.38b
Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]:

 

6.  Install the client package only, "1 LGTOclnt"

 

7.  You are asked some questions. Answer "y" to y/n questions. Some questions provide a default answer, shown in square brackets. Accept the default for these  questions except for the directory name. The only other questions are which servers to use. These are shown below.

legato client install questions
questionanswerdescription
directory to use/opt/legato/nsrdefault is /opt/nsr. The install script creates a link from /nsr to your directory.
first NetWorker server's nameback01 
next NetWorker server's nameback02 
next NetWorker server's nameback03 
next NetWorker server's nameback04

At the end of the questions, the available packages list is displayed again.

 

8.  Finish the installation. Answer "q".


install the legato client licence

You get a 30 day evaluation licence with the installation. This may be for the server. God knows

Legato On-line Enabler Certificate
By using these enabler code(s), the user agrees to the terms and conditions of the software license agreement as specified in the media kit.

LineLegato Product Code and DescriptionSerial NumberEnabler Code
13300-1Y - NetWorker ClientPak for UNIX1005413161a6e3-329d3f-8edb2b
* Note that all products require that you already have an appropriate media kit!

Buyer's Comments:
Reseller

Enabler Code Installation Instructions

  1. Find the instructions for enabling and registering your Legato product in the Installation Guide for your product.
  2. Follow the instructions to enter your company information in the Registration window and enter the enabler code printed at the top of this certificate. You can enter several enabler codes in one session. However, you must enter the enabler code for the Networker server before you enter the enabler codes for add-on enablers (for example, ClientPaks, BusinesSuite Modules, client connections, or autochanger modules.)
  3. Print the contents of the Registration window according to the instructions in your Installation Guide.
  4. Log in to the Legato Web Site at: http://www.legato.com and click on the "Product Licensing" link to register your product(s). You can then use the web-based application to receive your permanent authorization code(s). With Web Registration and Authorization, the process to register and authorize Legato products can be completed in minutes. Once you have registered and authorized your products, you can print Legato Authorization Certificates containing your authorization codes. Web Registration and Authorization is available 7 days a week and 24 hours a day.
  5. Alternately you can mail or fax the printed output to Legato Customer Service within 45 days of enabling your Legato product.

    Mailing Address:
    Customer Service - Registration
    Legato Systems, Inc.
    3210 Porter Drive
    Palo Alto, CA 94304 USA
    Email: service@legato.com
    Phone Number: (650) 812-6000
    Fax Number: (650) 812-6220

    Legato will then send you authorization code(s) to permanently enable your NetWorker products.

Reseller PO : D016046
End User PO : customer010123

 

These messages appear in /var/adm/messages. They count down the days you have left.

Dec 30 00:13:00 BAP01 root: [ID 702911 daemon.notice] NetWorker Registration:
 (warning) License enabler #none (NetWorker/10 Eval) will expire in 2 day(s).
Dec 31 00:13:00 BAP01 root: [ID 702911 daemon.notice] NetWorker Registration:
 (critical) License enabler #none (NetWorker/10 Eval) will expire in 1 day(s).
Jan  1 00:13:01 BAP01 root: [ID 702911 daemon.notice] NetWorker Registration:
 (critical) License enabler #none (NetWorker/10 Eval) will expire today.
Jan  2 00:13:02 BAP01 root: [ID 702911 daemon.notice] NetWorker Registration:
 (notice) License enabler #none (NetWorker/10 Eval) has expired.
Jan  2 00:13:02 BAP01 root: [ID 702911 daemon.notice] server disabled;
 Eval enabler has expired.  Install base enabler.
Jan  2 00:13:02 BAP01 root: [ID 702911 daemon.notice] NetWorker registration:
 (info) Server is disabled Install base enabler
Jan  3 00:13:01 BAP01 root: [ID 702911 daemon.notice] NetWorker Registration:
 (info) License enabler #none (NetWorker/10 Eval) has expired.
...

test the legato backup

1.  Open an ssh session to the client.
2.  Log in as yourself.
3.  change to the root account.
4.  Use /etc/init.d/networker to stop and start the daemon
5.  Look for the networker processes.

root@orcl:>ps -ef | grep nsrexecd
    root   895     1  0 12:44:13 ?        0:01 /usr/sbin/nsrexecd 
【note】如果没有看到该进程,请通过 /etc/init.d/network start 来启动

The server keeps a log of its backups, calleddaemon.log. If the server cannot contact the client, this log contains entries like this.

01/16/03 23:00:51 savegrp: BAP01:probe unexpectedly exited.
01/16/03 23:00:51 savegrp: BAP01:probe will retry 2 more time(s)
01/16/03 23:01:16 savegrp: BAP01:probe unexpectedly exited.
01/16/03 23:01:16 savegrp: BAP01:probe will retry 1 more time(s)
01/16/03 23:01:41 savegrp: BAP01:probe unexpectedly exited.
01/16/03 23:01:41 savegrp: BAP01:probe will retry 0 more time(s)
01/16/03 23:02:21 nsrd: savegroup alert: Unix Daily completed, 2 client(s) (BAP01 Failed)

* BAP01:All nsrexec: authtype nsrexec
* BAP01:All savefs: unknown host name: customer03phlgt03.customer03group.com
* BAP01:All 1 retry attempted
* BAP01:All nsrexec: authtype nsrexec
* BAP01:All savefs: unknown host name: customer03phlgt03.customer03group.com
* BAP01:All 2 retries attempted
* BAP01:All nsrexec: authtype nsrexec
* BAP01:All savefs: unknown host name: customer03phlgt03.customer03group.com
* BAP01:All 3 retries attempted
* BAP01:All nsrexec: authtype nsrexec
* BAP01:All savefs: unknown host name: customer03phlgt03.customer03group.com

This happens when the server is not listed on the client, such as if it is spelled incorrectly in the process option list. It can also happen if the server is not listed using the fully qualified domain name eg. if the host is listed in the hosts file as customer03phlgt03 instead of customer03hglt03.customer03group.com.

When the backup is working, messages like this are written in daemon.log.

01/16/03 23:00:26 nsrd: EWE01:/export saving to pool 'Main Campus Daily' (000053)
01/16/03 23:00:27 nsrd: EWE01:/opt saving to pool 'Main Campus Daily' (000288)
01/16/03 23:00:27 nsrd: EWE01:/ saving to pool 'Main Campus Daily' (000053)
01/16/03 23:00:27 nsrd: EWE01:/usr saving to pool 'Main Campus Daily' (000053)
01/16/03 23:00:27 nsrd: EWE01:/var saving to pool 'Main Campus Daily' (000053)
01/16/03 23:00:29 nsrd: EWE01:/export done saving to pool 'Main Campus Daily' (000053)
01/16/03 23:00:30 nsrd: EWE01:/ done saving to pool 'Main Campus Daily' (000053)
01/16/03 23:00:31 nsrd: EWE01:/usr done saving to pool 'Main Campus Daily' (000053) 11 KB
01/16/03 23:00:32 nsrd: EWE01:/var done saving to pool 'Main Campus Daily' (000053) 201 KB
01/16/03 23:00:33 nsrd: EWE01:/opt done saving to pool 'Main Campus Daily' (000288) 12 KB



  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值