AIX(VIO/LPAR) with Free NAS ISCSI solution


 
Thread Tools Search this Thread
Operating Systems AIX AIX(VIO/LPAR) with Free NAS ISCSI solution
# 1  
Old 12-04-2009
AIX(VIO/LPAR) with Free NAS ISCSI solution

Hi,

I was looking on Google for AIX-VIO/LPAR with ISCSI solution and found following really nice tutorial about how to setup ISCSI with free NAS.

1) Build Your Own Open Source NAS Device Using FreeNAS | Train Signal Training - Free Computer Training Videos

2) Build Your Own Open Source NAS Device Using FreeNAS - Part 2 | Train Signal Training - Free Computer Training Videos

After going through with this really impressive doc, I've decided to implement Free NAS with ISCSI but have some query.

- can AIX support Free NAS?
- Which are the Hardware (storage) available that supports AIX and Free NAS?
- is there anything required to setup on P520. (e.g. file sets, or add ISCSI adapter)

I'm really looking for ISCSI solution for AIX and if this is supported then its awesome solution to replace fiber base.

if anyone has implemented this or similar solutions , please guide.... I will highly appreciate.

Thanks!
# 2  
Old 12-04-2009
1) AIX Supports iSCSI. If FreeNAS utilizes the iSCSI protocol, than it can be used.
2) see first answer
3) check your system to see if the iscsi drivers are installed, if they are not you can install them from CD or download them from IBM's website.
Code:
lslpp -L | grep iscsi

Padow
# 3  
Old 12-05-2009
Thanks Padow for quick reply.

I forget to mention earlier that server is connect to HMC (7315-C01). HMC version is 6.1.2.

can HMC supports ISCSI device and see from Free NAS?

here is the scenario,

1) HMC,Free NAS server and AIX server are connected to one N/W Switch.
2) Free NAS and AIX server received IP from HMC (DHCP) or configured manual.
3) on HMC AIX server can be connected.



thanks again.

Kabir
# 4  
Old 12-07-2009
HMC's do not connect to storage. You would connect the iSCSI directly to the LPAR OS via the logical network adapter.
Padow
# 5  
Old 12-08-2009
iSCSI without ODM device definitions

When I set up the software initiator on AIX using a Linux target my devices came up without proper ODM definitions (as "Other iSCSI devices").

I could read and write the device, but was not able to get it into a VG. I am not sure this had anything to do with the fact that the target was an "open" implementation rather than a "better supported" solution like the nSeries or NetApp. (Unfortunately I did not investigate further.)

Plus, the software initiator will require that the VGs must be manually imported/varied-on due to the order in which the software initiator starts.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

VIO and LPAR disk/fcs communications

:wall::wall::wall: 1. I have created an LPAR in the HMC. 2. I have allocated the storage from an Hitachi AMS2500 and assigned it to the host group. 3. I have zoned the LPAR and Storage on a Brocade 5100. (The zone sees the AMS) Next I activated the LPAR in the HMC, SMS mode for the mksysb... (3 Replies)
Discussion started by: Dallasguy7
3 Replies

2. Linux

FC, iSCSI, and NAS configuration?

I am using Windows Server 2008R2 as a domain controller to 2 other servers and would like to use my Dell Powervault 770N as my NAS for data storage. I have FC that I would like to implement between the servers and the NAS (as an iSCSI target). I am brand new to this world; is this possible? I am... (2 Replies)
Discussion started by: NoviceAdmin
2 Replies

3. AIX

VIO server does not show new LPAR

Hi All, I've been trying to create a new LPAR for some days now but I can't get the VIO server to recognize the new LPAR. This is what I did: On HMC create new LPAR On HMC create new virtual scsi adapter for LPAR in VIO profile On HMC add new virtual scsi adapter for LPAR with DLPAR... (6 Replies)
Discussion started by: petervg
6 Replies

4. AIX

A solution to the mkvg failure when adding iSCSI disks to AIX.

Previous forum threads have noted that AIX cannot use iSCSI disks because it fails when trying to add them to a volume group using mkvg. The failure is caused by AIX's use of the SCSI "WRITE AND VERIFY"(0x2e) command which some iSCSI targets do not support. We experienced the same problem using... (1 Reply)
Discussion started by: garethr
1 Replies

5. AIX

Possible to connect a LPAR to two different VIO's?

Just a question which may seem dumb to some out there, but then again I am not a super technie so that's my excuse. Is it possible to say provision a test AIX LPAR (has a 10gb boot lun and 20gb data) under a VIO which has connectivity to SAN Array A so it can see the disks provisioned to it,... (2 Replies)
Discussion started by: Johnny1314
2 Replies

6. AIX

LPAR - What is my VIO (hostname, IP, ...)

I am wondering if there is a command I can run from **with-in** LPAR server (server01) to find out the hostname or IP address or other parameters for VIO server in charge of server01? (1 Reply)
Discussion started by: ms1232
1 Replies

7. AIX

LPAR and AIX VIO Disk Mappring for Linux Clients

VIO Server is managing both AIX Clients and Linux Clients. For AIX Clients, we could do a disk mapping from slot numbers to VIO and also uname -L to determine the lparid and serial number frame its running on. From a Linux Client, How do I know which IBM frame its running on? Any command to... (4 Replies)
Discussion started by: rpangulu
4 Replies

8. AIX

LPAR and vio disk mapping

We have a frame the uses 2 vios that assign disk storage to LPAR's. We have a LPAr with multiple disk and I want to know how do I tell which vio is serving the disk. For example the LPAr has hdisk 0, 1, 2, 3 all the same size. I want to know which vio is serving hdisk0, 1. (4 Replies)
Discussion started by: daveisme
4 Replies

9. UNIX for Dummies Questions & Answers

Unix VIO vs Dynamic LPAR

Can you have a Dynamic LPAR without VIO and if yes is there a benefit to having both? I am attempting to implement VIO and Resource pooling at my company and want to understand the limitations. Also, I have been told the managing and allocation of the Logical Volumes is a time consuming task as... (0 Replies)
Discussion started by: bombers73
0 Replies

10. AIX

Restoring mksysb to vio lpar?

I have a standard template I deploy for each of my AIX servers. It's in a mksysb format which I pulled via the nim server after I originally set it up. I'm trying to restore this mksysb over the wire to a remote system. The remote system is an lpar running under vio (no HMC attached). The disk... (1 Reply)
Discussion started by: scottsl
1 Replies
Login or Register to Ask a Question