How to register a UNIX machine in BSRM where SSH port is not 22 and Telnet is not allowed for security reasons?
search cancel

How to register a UNIX machine in BSRM where SSH port is not 22 and Telnet is not allowed for security reasons?

book

Article ID: 52293

calendar_today

Updated On:

Products

Activator eTrust ALERT eTrust ALERT for CICS ALERT Archiver ASM/ARCHIVE VSE-ESA OPTION ASM/Archive AutoAction AutoSys Job Management Adapter for AutoXfer Process Automation Manager Portal ARCserve Backup Client CICSORT Clipper COBOLVISION Analyzer CTO Distributed Dart Datesolver/2000 Distribulink EUREKA:Object EPIC VM Enterprise Endevor for Unix Archiver Disk Option EPIC Backup EPIC Access Option EPIC SUPER SYS EPIC for CMS System EPIC TAPE MANAGEMENT eTrust Antivirus Gateway for CVP eTrust Content Inspection Gateway eTrust Content Inspection Gateway Option for MSP/ISA EE eTrust Antivirus Gateway for Netscape eTrust VPN Enterprise Edition FAQS VM FAQS Automated Systems Operation Global Subsystem (GSS) ANDYNE MAINFRAME MISCELLANEOUS Inventory Discovery Server ARS Resource Management JARS Resource Management ACC Option JOBDOC JOBWATCH Look MAZDAMON Service Management Affiliate Technology Partner Fee Service Management Basic Technology Partner Fee Metanet MF - MISC OLD CODES Omniguard for CICS Omniguard Opera Connect PREVAIL Paramount XP CAM FOR DIST SYS Paramount FOR NAVIGRAPH/HOST Research Planmacs Unlimited Project Planner Remote Console PREVAIL/XP-AUTOMATION PHASE 1 Remote Console PREVAIL/XP AUTOMATION-RDF/SSM Raps Research Raveler Generic Non Product SOLVE:EPS Unicenter NetMaster Network Management for SNA Alexandria Sort System SPOOLMAN Storage Mainframe SYSTEM/SCHEDULER SYSTEM/SCHEDULER VSE-ESA OPTION System/Manager Tape/Manager VSE-ESA OPTION Output Management Document Server TNG Network and Systems Management Agent for CA-Datacom DFSMShsm Workstation Network and Systems Management UNIX SMTP Unicenter Management for Microsoft Exchange SMTP Option UNICENTER II Unicenter Network and Systems Management Database Performance Monitor Option UNICENTER OSM Database Command Center Mnt VM:DBA VM:DB Admin VM:DB Center VM:DB Developer VM:DB Editor VM:DB Monitor VM:DB Reorganizer VM:DB Reporter VM:DB Restore VM:DB REXX VM:DB SQLMAP VM:DB Suite VM:Migrate VM:Monitor VM:Notekeeper V/Solver VM:Webserver for Officevision VM:Webserver Secure VM:Webgateway VM:Webserver XMENU for z/VM VISION:COMBO for TSO VISION:DAGER VISION:ELEVEN VISION:EIGHTY VISION:Online VISION:IQ for Informix Automate STORAGE RESOURCE MANAGEMENT SUITE

Issue/Introduction

In this situation only SSH is available to register UNIX machines and the port for SSH is not the default (22). Currently in order to use BSRM registration Wizard for UNIX, assigned SSH port must be 22. If this port is not used and Telnet is not available, UNIX machine must be manually registered.

Environment

Release:
Component: XSX

Resolution

First install SRM UNIX agent doing the following:

Refer Technical Document How to Install the BrightStor SRM UNIX / Linux Agent. Will need to have open TCP ports 111 and 1245 with bi-directional attributes on both Application Server and UNIX host.

Secondly, manually register UNIX machine using Technical Document Using command line utility to register server. This is to be run on the SRM Application server.

You will need to update collection parameters for the registered UNIX machine so that the periodic host data collection will start for the UNIX machine.

Open the Activity Monitor on the Client GUI. Highlight the BOS for the machine that is the UNIX machine's Proxy. On Activity Monitor go to Launcher dropdown and click on Update Launcher Data.

Do a collect now for UNIX machine.

Verify that collection completes.

Below is an example of how an AIX machine was manually registered using the above two Technical Documents.

On the AIX console:

 # ps -ef | grep rscd
     root 30912  6176    1  14:56:33    pts/2   0:00  grep rscd
     root 32378     1    0    Jan 17        -   0:00  /tivagent/srm/rscd
 
 # kill 32378
 
 # ps -ef | grep rscd
     root 32382  6176    1  14:57:34    pts/2   0:00  grep rscd
 
 # cd /tivagent/srm
# ./rscd
 
 # ps -ef | grep rscd
      root 27414     1    0  14:58:37        -   0:00  ./rscd
      root 39948  6176    1  14:58:49    pts/2   0:00  grep rscd
 
 # rpcinfo -p sckx051cto
    program vers proto    port  service
     100000    4   udp     111  portmapper
     100000    3   udp     111  portmapper
     100000    2   udp     111  portmapper
     100000    4   tcp     111  portmapper
     100000    3   tcp     111  portmapper
     100000    2   tcp     111  portmapper
 1073741824    1   udp   49602
 1073741824    2   tcp   62121
 1073741825    2   tcp   62124
     300000    3   tcp   31415  rscd

On the Application Server console (DOS-Prompt):

C:\Program Files\CA\BrightStor SRM\Bin>compreg -s scgt013cto -h sckx051cto -i
  10.48.97.64 -o Unix -u admsrm1 -p teste99 -w 60 -b No
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Session started at: 02/01/08 15:03:08
 Log file name     : C:\BrightStor SRM Data\Database\Log\cse_err.log
 Machine name      : <fully_qualified_hostname>
 Starting Computer Registration...
 Checking local host name and IP address
 Checking user security...
 Registering SCKX051CTO on Application Server scgt013cto
 Successfully Completed
 Exiting Computer Registration...