Unsolved

This post is more than 5 years old

11 Posts

1494

June 16th, 2006 23:00

Configuration of storage node in 7.3

Hi,

I am new here. Need some advise on how to configure Storage node in NetWorker 73. As i am doing some upgrade and not able to configure storage node on 7.3.

Hope someone can advise on this.

6 Operator

 • 

14.4K Posts

 • 

56.2K Points

June 17th, 2006 04:00

When doing upgrade your existing configuration should be reused - so no extra steps should be required.

If you are adding new storage node then question is:
- are you adding new library or
- adding new devices

In first case you will need to run jbconfig from host controlling robotics (you may wish to do this via GUI, but I there might be few problems with that so I strongly suggest to use jbconfig -s bck_server).

In second case you can do that via jbedit (or you can remove existing library configuration and readd it via jbconfig).

If adding standalone device just go to device section and add it.

In short, that would be it.

11 Posts

June 17th, 2006 08:00

The issue is that, I have an IBM Library connect via san switch. I have also configure an IA 64 bit windows machine to be able to see the library as well. I need to share an drive out to this IA64 bit machine as storage node. Can you advise further how to configure that. In Legato 7.2.1, the command is just "Jbedit -a" but after upgrade, I am not able to do so. The system is asking about "jbedit -a -f ". Can you advise what is the correct command.

2 Intern

 • 

1.1K Posts

June 18th, 2006 06:00

If I remember rightly jbedit -a -f forces an add when a drive is not detected; I would suggest you verify with the inquire command that you can see the drive from the storage node.

6 Operator

 • 

14.4K Posts

 • 

56.2K Points

June 18th, 2006 12:00

6 Operator

 • 

14.4K Posts

 • 

56.2K Points

June 18th, 2006 17:00

Try jbedit -a -f \\.\Tape1 -E 1.1.0 -v -s eapsdev10040.s1.ms.unilever.com

(that scsidev@ part was problem)

6 Operator

 • 

14.4K Posts

 • 

56.2K Points

June 18th, 2006 17:00

First check with inquire if you see device (and make sure RSM in Windows services is disabled).

jbedit output on my box looks like following:

C:\Documents and Settings\Hrvoje Crvelin>jbedit
jbedit: must select one of -a or -d options
 
 Usage: jbedit -a -f  -E  [-v] [-s server] [-j ]
 Usage: jbedit -d -f  [-v] [-s ] [-j ]
 Usage: jbedit -h
 -a: Add a device to a jukebox
 -d: Delete a device from a jukebox
 -f:  to add/delete
 -j: Name of jukebox to perform operations on
 -E: Element address of the drive associated with the device to add
 -s: Name of NetWorker server
 -v: Print verbose messages
 
 -h: Show this help screen

So, if -f is required and you can see device try something like:
jbedit -a -f \\.\TapeX -E B.T.L -v -s bck_server_name

\\.\TapeX is \\.\Tape0 or \\.\Tape1 or whatever - you will see that from inquire output.

B.T.L is bus.target.lun number - you will see that listed in inquire output (eg. 2.0.1).

6 Operator

 • 

14.4K Posts

 • 

56.2K Points

June 18th, 2006 17:00

Actually I'm not sure about device name format to be honest... given that this is on remote host... you will need to play around with that and check afterwards in GUI if end result is expected one.

11 Posts

June 18th, 2006 17:00

Still having issue.

No issue as I will log an call the Legato for futher advise. Thanks for your help on this.

11 Posts

June 18th, 2006 17:00

Sorry to disturb again.

This is the output from my EBS.
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.

C:\Documents and Settings\opsadmin03>jbedit
jbedit: must select one of -a or -d options

Usage: jbedit -a -f -E [-v] [-s server] [-j
kebox name>]
Usage: jbedit -d -f [-v] [-s ] [-j ]
Usage: jbedit -h
-a: Add a device to a jukebox
-d: Delete a device from a jukebox
-f: to add/delete
-j: Name of jukebox to perform operations on
-E: Element address of the drive associated with the device to add
-s: Name of NetWorker server
-v: Print verbose messages

-h: Show this help screen

C:\Documents and Settings\opsadmin03>jbedit -a
jbedit: must specify -f when adding or deleting device

Usage: jbedit -a -f -E [-v] [-s server] [-j
kebox name>]
Usage: jbedit -d -f [-v] [-s ] [-j ]
Usage: jbedit -h
-a: Add a device to a jukebox
-d: Delete a device from a jukebox
-f: to add/delete
-j: Name of jukebox to perform operations on
-E: Element address of the drive associated with the device to add
-s: Name of NetWorker server
-v: Print verbose messages

-h: Show this help screen

C:\Documents and Settings\opsadmin03>jbedit -a -f \\.\Tape1 -E scsidev@1.1.0 -v
-s eapsdev10040.s1.ms.unilever.com
jbedit: Element address must be valid desimal integer

Usage: jbedit -a -f -E [-v] [-s server] [-j
kebox name>]
Usage: jbedit -d -f [-v] [-s ] [-j ]
Usage: jbedit -h
-a: Add a device to a jukebox
-d: Delete a device from a jukebox
-f: to add/delete
-j: Name of jukebox to perform operations on
-E: Element address of the drive associated with the device to add
-s: Name of NetWorker server
-v: Print verbose messages

-h: Show this help screen

C:\Documents and Settings\opsadmin03>jbedit -a -f rd=eapsdev10011:\\.\Tape1 -E s
csidev@1.1.0 -v -s eapsdev10040.s1.ms.unilever.com
jbedit: Element address must be valid desimal integer

Usage: jbedit -a -f -E [-v] [-s server] [-j
kebox name>]
Usage: jbedit -d -f [-v] [-s ] [-j ]
Usage: jbedit -h
-a: Add a device to a jukebox
-d: Delete a device from a jukebox
-f: to add/delete
-j: Name of jukebox to perform operations on
-E: Element address of the drive associated with the device to add
-s: Name of NetWorker server
-v: Print verbose messages

-h: Show this help screen

C:\Documents and Settings\opsadmin03>


This is the inquire command from the Storage node srv.

Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.

C:\Documents and Settings\opsadmin03>inquire
Could not start a Removable Storage session (0x00000422).
scsidev@0.0.0:HL-DT-STRW/DVD GCC-4241N0101|CD-ROM
scsidev@0.1.0:HL-DT-STRW/DVD GCC-4241N0101|CD-ROM
scsidev@1.0.0:IBM ULT3580-TD3 59D2|Tape, \\.\Tape0
scsidev@1.1.0:IBM ULT3580-TD3 59D2|Tape, \\.\Tape1
S/N: 1210101257
ATNN:IBM ULT3580-TD3 12101012
57
WWNN:500308C09819909C
WWPN:500308C09819909D
PORT:00000001
scsidev@1.1.1:IBM 3576-MTL 300G|Autochanger (Jukebox)
S/N: 000001302010_LL1
ATNN:IBM 3576-MTL 00000130
2010_LL1
scsidev@1.2.0:IBM ULT3580-TD3 59D2|Tape, \\.\Tape2
S/N: 1210101531
ATNN:IBM ULT3580-TD3 12101015
31
WWNN:500308C098199000
WWPN:500308C098199001
PORT:00000001
scsidev@1.3.0:IBM ULT3580-TD3 59D2|Tape, \\.\Tape3
S/N: 1210104969
ATNN:IBM ULT3580-TD3 12101049
69
WWNN:500308C098199004
WWPN:500308C098199005
PORT:00000001
scsidev@1.127.0:QLOGIC PSEUDO DEVICE |Processor
scsidev@2.0.0:IBM 1742-900 0520|Disk, \\.\PHYSICALDRIVE4
S/N: 1T42467055
WWNN:600A0B800016A12E000000A54488E1DB

scsidev@2.0.1:IBM 1742-900 0520|Disk, \\.\PHYSICALDRIVE5
S/N: 1T42467055
WWNN:600A0B800016A12E000000A74488E293

scsidev@2.0.2:IBM 1742-900 0520|Disk, \\.\PHYSICALDRIVE6
S/N: 1T42467055
WWNN:600A0B800016A12E000000A94488E369

scsidev@2.127.0:QLOGIC PSEUDO DEVICE |Processor
scsidev@3.0.0:IBM 1722-600 0520|Disk, \\.\PHYSICALDRIVE1
S/N: 1T41103443
WWNN:600A0B800013BAC000000DD64259F5E3

scsidev@3.0.1:IBM 1722-600 0520|Disk, \\.\PHYSICALDRIVE2
S/N: 1T41103443
WWNN:600A0B800013CF12000010184259F67A

scsidev@3.0.2:IBM 1722-600 0520|Disk, \\.\PHYSICALDRIVE3
S/N: 1T41103443
WWNN:600A0B800013BAC000000DD74259F611

scsidev@3.127.0:QLOGIC PSEUDO DEVICE |Processor
scsidev@4.0.0:IBM ServeRAID 6.10|Disk, \\.\PHYSICALDRIVE0
scsidev@6.8.0:IBM 25P3495a S320 11 |Processor
scsidev@7.0.0:IBM DUMMY DEVICE 6.10|(Unknown Device Type 10)
scsidev@10.8.0:IBM 25P3495a S320 11 |Processor

C:\Documents and Settings\opsadmin03>

I am try to configure the \\.\tape1 for storage node. Please advise further

11 Posts

June 18th, 2006 17:00

Hi Hrvoje Crvelin,

So what should I do for that. As the EBS is an Windows environment, sorry about this as I am bit not so knowledgeable on this. Thanks in advance.

2 Intern

 • 

1.1K Posts

June 19th, 2006 03:00

I believe we are almost there - you need to specify the storage node in the jbedit command to show it is remote to the storage node controlling the robotics:

jbedit -a -f rd=storagenodename:\\.\Tape1

6 Operator

 • 

14.4K Posts

 • 

56.2K Points

July 22nd, 2006 04:00

As pointed put by Abhijit, I did a mistake thinking one and saying something completely else. -E should use element address and that is not the same as b.t.l address. For more details see:
http://forums.emc.com/forums/thread.jspa?threadID=39417&tstart=0

0 events found

No Events found!

Top