Start a Conversation

Unsolved

This post is more than 5 years old

12795

August 6th, 2012 06:00

How to verify Recover point appliance generation(like Gen 3 or Gen 4)?

How to verify Recover point appliance generation(like Gen 3 or Gen 4) using CLI or GUI?

August 7th, 2012 05:00

 

Hi,

Please find below the instruction how you can identify Gen types for the RPA on the basis of HBA Model-

RPA

-------

GEN type                                   HBA Model

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

Gen 1                                          QLA2342

Gen 2                                          QLE2462

Gen 3                                          QLE2564

You can follow below steps to find out HBA type-

For RecoverPoint versions 3.2 SP3, 3.3 and later - Login to the RPA with user Boxmgmt ->
[3] Diagnostics
[2] Fibre Channel diagnostics
[2] View Fibre Channel details
Port 3
-------------------------------------
|----------------|--------------------|
| | |
|----------------|--------------------|
| Link status | Up |
| wwn | 0x500124820128cea4 |
| node wwn | 0x500124820128cea5 |
| hba type | QLA2342 |
| port id | 320033 |
| operating mode | point to point |
| speed | 2 GB |
|----------------|--------------------|

Regards,

Pratik

56 Posts

August 7th, 2012 15:00

Hi,

If your using the GUI then its very easy to determine which Gen hardware your using .

You just need to click on the RPA and then double click the RPA which you want to see and the property window for that hardware will pop up which has more details for hardware and system graphs. In that if you notice on top left end there are following details like :-

1) Site

2) ID

3) WAN IP

4) Mmgmt IP

5) Version

6) hardware platform

For example ==> Dell Inc PowerEdge R610 GEN4

This identifies that which gen hardware is it from GUI .

Regards,

Mrinal Dani

40 Posts

August 7th, 2012 19:00

Login as admin using SSH then use 'get_box_status' command.

On this CLI, you can get detail information of RPA box.

56 Posts

August 8th, 2012 07:00

Hi ,

There is no comand as mentioned  'get_box_status' in 3.5.p1 . But yes there is CLI cmand "get_box_states" which gives same details which you get in GUI for the RPA's. I hope all this post has given your answer.

Wino> get_box_states
Enter site name, or press 'ENTER' for both sites


Site:
  Indy:
    RPA:
      RPA 1:
        Status: OK
        Repository volume status: OK
        Remote connections: OK
        Network Interfaces:
          LAN:
            Status: OK
            Local connections (IPv4): OK
            Local connections (IPv6):
              RPA 1: N/A
              RPA 2: N/A
              RPA 3: N/A
              RPA 4: N/A
              RPA 5: N/A
              RPA 6: N/A
          WAN:
            Status: OK
            Local connections (IPv4): OK
            Local connections (IPv6):
              RPA 1: N/A
              RPA 2: N/A
              RPA 3: N/A
              RPA 4: N/A
              RPA 5: N/A
              RPA 6: N/A
        Data Link: OK
        Vendor: Dell Inc.
        Hardware Serial ID: NNG05102910346
        Volume Connections: OK        Hardware Platform: Dell Inc. PowerEdge R610 GEN4
    

No Events found!

Top