| Blogs | Classifieds | Downloads | FlashChat | Gallery | Googlemap | Invite Friends | Links | Projects | Reviews | Wiki |
| |||||||||
Welcome to the pSeries Tech Forums,
our free peer-based support site for administrators, engineers and architects working with IBM pSeries servers and software. You are currently viewing our site as a guest which gives you limited access to view most discussions, articles, tutorials and access our other free features. By joining our community you will be able to collaborate with administrators, engineers and architects charged with designing, delivering or maintaining IBM pSeries server environments. Founded by a recognized IBM pSeries consultant and IBM Redbook author, pSeries Tech Forums was developed with the single mission of bringing IBM pSeries professionals together into a single self-help community. Registration is fast, simple and absolutely free to all IT professionals with responsibility for or interest in IBM pSeries servers. We invite you to join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
| Our Sponsors | |
| | |
| Want to advertise? | |
![]() |
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
Hi guys, I just created a vio server and assigned most of the io adapters to it like integrated ethernet, storage controlles etc.... and when I tried commanding the "lsmap -all" I don't get any output. Also I tried creating a shared ethernet adapter but I got this error: mkvdev -sea ent0 -vadapter ent2 -default ent2 -defaultid 1 > I get the following error: > Method error (/usr/lib/methods/cfgsea): > 0514-040 Error initializing a device into the kernel > > Command did not complete > > "Run mkdev" awas last subcommand run. |
|
#2
| ||||
| ||||
The vadapter should be the physical adapter to use and should not have any confguration set on it before you start. If it did then rmdev -dl any child devices like et or en as well as the ent and then cfgmgr it back in, nice and clean. The default adapter will be the sea device and so must be different from the underlying adapter, this will be the newly created sea device. Check out the APV redbook: http://www.redbooks.ibm.com/redbooks/pdfs/sg247940.pdf Page 150 has an example of creating a sea, try searching the redbook for -sea for other examples. |
|
#4
| ||||
| ||||
To verify network mappings you need to use lsmap -all -net otherwise you only get the disk mappings. As mentioned above the error you list is possibly to do with having the IP info setup on the ent0. If you do a netstat -routtable on the VIO server do you see en0 in the list of adapters in use? If so the brute force way to clean this up is: rmdev -dev en0 -recursive rmdev -dev ent0 -recursive rmdev -dev et0 -recursive cfgdev Also please ensure you have the latest VIO fixpack installed. This is obtainable from the IBM website.
__________________ Ross Mather, IBM AIX IT Specialist. That said anything I say here is my own opinion and not anything that you can ever hold against IBM. Ohhh and don't forget that I make mistakes too.... |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |