cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to create MSDP

Mctamz
Level 2

Hello, 

Currently I am unable to create a Media Server Deduplication Pool.

I am using a Windows Server 2012 R2 for my Master / Media Server. NetBackup Version is 7.6.1.1

Trying to create a disk pool for deduplication using the storage server configuration wizard but ends with an error saying

"cannot connect on socket rdsm has encountered an issue with an sts corba exception: getStorageServerInfo "

The license I am using is the following: SYMC NETBACKUP PLATFORM BASE COMPLETE EDITION FLEX PACK 7.6 WIN/LNX/SOLX64 UP TO 9 FRONT END TBYTE BNDL MULTI LIC PARTNER ESSENTIAL 12 MONTHS REWARDS BAND E

The credentials I am trying to use when attempting to create the dedpulication pool is the administrator user for the master / media server.

below is a screen shot of what i get in the end

90px_2015-07-21_170320.jpg

I am sorry it is a Japanese version of Netbackup but the error basically says "cannot connect on socket. RDSM has encountered an issue with an STS CORBA exception: getStorageServerInfo" 

additionally below is what I get from the command 

nbemmcmd -listhosts -verbose

and

nbemmcmd -getemmserver

again I am sorry some of it is in Japanese but the hostname: "abtyh1mp" is the master / media server 

what am i doing wrong and why can't I create a deduplication pool? Any help would be appriciated. 

I have attached what I am doing and the error i get on a excel sheet.

--------------------------------------------------------------

C:\Program Files\Veritas\NetBackup\bin\admincmd>nbemmcmd -listhosts -verbose
NBEMMCMD, バージョン: 7.6.1.1
次のホストが見つかりました:
abtyh1mp
        MachineName = "abtyh1mp"
        FQName = "abtyh1mp"
        MachineDescription = ""
        MachineNbuType = server (6)
abtyh1mp
        ClusterName = ""
        MachineName = "abtyh1mp"
        FQName = "abtyh1mp"
        GlobalDriveSeed = "VEND:#.:PROD:#.:IDX"
        LocalDriveSeed = ""
        MachineDescription = ""
        MachineFlags = 0x17
        MachineNbuType = master (3)
        MachineState = active for disk jobs (12)
        NetBackupVersion = 7.6.1.1 (761100)
        OperatingSystem = windows (11)
        ScanAbility = 5
abtyh1en.honsha.jfe-steel.co.jp
        MachineName = "abtyh1en.honsha.jfe-steel.co.jp"
        FQName = "abtyh1en.honsha.jfe-steel.co.jp"
        MachineDescription = ""
        MachineNbuType = virtual_machine (10)
abtyh1mk.honsha.jfe-steel.co.jp
        MachineName = "abtyh1mk.honsha.jfe-steel.co.jp"
        FQName = "abtyh1mk.honsha.jfe-steel.co.jp"
        MachineDescription = ""
        MachineNbuType = virtual_machine (10)
コマンドが正常に完了しました。

C:\Program Files\Veritas\NetBackup\bin\admincmd>
C:\Program Files\Veritas\NetBackup\bin\admincmd>nbemmcmd -getemmserver
NBEMMCMD, バージョン: 7.6.1.1
このドメインで、次のホストが見つかりました:abtyh1mp

ホスト "abtyh1mp" に確認中です...

サーバー形式    ホストのバージョン   ホスト名                       EMM サーバー
マスター        7.6                  abtyh1mp                       abtyh1mp

コマンドが正常に完了しました。

--------------------------------------------------------------------------------------------------

1 ACCEPTED SOLUTION

Accepted Solutions

RiaanBadenhorst
Moderator
Moderator
Partner    VIP    Accredited Certified

Hi

 

I don't see the storage server in your nbemmcmd output so its probably not created it yet.

 

Please post nbdevquery -liststs -stype PureDisk

 

If that shows nothing its not created yet.

 

I would try and create it via CLI using nbdevconfig

nbdevconfig -creatests -storage_server storage_server_name -stype PureDisk -media_server media_server_name

 

Then try the diskpool creation.

View solution in original post

2 REPLIES 2

Mctamz
Level 2

test

RiaanBadenhorst
Moderator
Moderator
Partner    VIP    Accredited Certified

Hi

 

I don't see the storage server in your nbemmcmd output so its probably not created it yet.

 

Please post nbdevquery -liststs -stype PureDisk

 

If that shows nothing its not created yet.

 

I would try and create it via CLI using nbdevconfig

nbdevconfig -creatests -storage_server storage_server_name -stype PureDisk -media_server media_server_name

 

Then try the diskpool creation.