Unsolved

This post is more than 5 years old

2 Posts

3471

August 30th, 2010 01:00

Create initiator Record with Navicli

Hi all,

Is there any way to create "manually" Host without the GUI ?

I've to build an infra with many AIX boxes which will be boot-on-san. So i would like to batch the creation of Initiator instead of using "connectivity status" windows.

Thanks for your Help !

Regards,

Jacques

11 Legend

 • 

20.4K Posts

 • 

87.4K Points

August 30th, 2010 04:00

  1. Find the HBA's UID:

    navicli -h 10.32.167.35 port -list
  2. Create Storage Group.

    navicli -h 10.32.167.35 storagegroup -create -gname SGNAME
    navicli -h 10.32.167.35 storagegroup -list

    Storage Group Name:    SGNAME
    Storage Group UID:     16:6E:B6:39:19:D3:DE:11:99:6C:00:60:16:25:3E:9E
    Shareable:             YES
  3. Manually  register path with host, SP, port,  initiatortype, failovermode, and  array commpath defined. You can repeat the command with each entry.


    navicli -h 10.32.167.35 storagegroup -setpath -o -gname SGNAME -hbauid 50:06:01:60:B9:A0:4D:58:50:06:01:63:39:A0:4D:58 -sp a -spport 1 -type 3 -ip 10.1.1.1 -host HOSTNAME -failovermode 1 -arraycommpath 1

6 Operator

 • 

4.5K Posts

August 30th, 2010 14:00

You may need to use the naviSECcli commands if working on an array that no longer supports the older "Classic" navicli commands.

Also, have you tested the boot-from-san feature? Are you planning on use VIO and part of this?

glen

2 Posts

August 30th, 2010 23:00

Dynamox,

It works ! Many Many thanks...!!!!

Kelleg,

Yep i'm using naviseccli, and i use boot-on-san through NPIV feature on my VIO boxes.

Regards,

Jacques

1 Rookie

 • 

137 Posts

August 31st, 2010 03:00

Hello,

  Dynamox, excellent answer, thank you. Hope you dont mind I've placed it in our knowledgebase as article emc249921.

It will be a real help to anyone else with the same issue.

Nollaig

11 Legend

 • 

20.4K Posts

 • 

87.4K Points

August 31st, 2010 04:00

don't mind at all, thank you Nollaig.

6 Operator

 • 

4.5K Posts

August 31st, 2010 10:00

If you don't mind me asking, but did you have any issues setting up the boot-from-san? Which AIX version are you running?

glen

2 Intern

 • 

1.3K Posts

August 31st, 2010 18:00

can you tell how NPIV help boot-on-SAN(if it helps) ?

1 Rookie

 • 

137 Posts

September 1st, 2010 04:00

Thank you Dynamox.

August 12th, 2015 16:00

How to set initiator type like Clarrion or Recoverpoint appliance

11 Legend

 • 

20.4K Posts

 • 

87.4K Points

August 12th, 2015 17:00

clariion/vnx is type 3, recoverpoint is type 31

No Events found!

Top