Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I need to setup /etc/rc file on two 10g ports, and they are LACP configured. However, it is not working, I have two obvious issues here:
First, the interface file12345678NAS-88 could not be created, only took the portion of it "file12345678NAS", and although the IP is assoicated, but the connection is not there, and I could not ping it.
Please take a look at it, and any idea what went wrong? Thanks!
rdfile /etc/rc
#Auto-generated by setup Thu Aug 15 11:05:50 EDT 2013
hostname filer1
ifgrp create lacp file12345678NAS -b ip e5b e1b
vlan create file12345678NAS 88
ifconfig file12345678NAS-88 158.8.88.12 netmask 255.255.255.0 partner filer2-88 mtusize 1500
ifconfig e0M `hostname`-e0M flowcontrol full netmask 255.255.255.192 partner e0M mtusize 1500
ifconfig e0a `hostname`-e0a mediatype auto flowcontrol full mtusize 1500
route add default 158.8.88.1 1
routed on
options dns.domainname citnet.cit.com
options dns.enable on
options nis.enable off
savecore
Solved! See The Solution
1 ACCEPTED SOLUTION
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Historically interface name size was limited to 15 (or was it 16?) characters on Unix. You most likely hit this limit.
2 REPLIES 2
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Historically interface name size was limited to 15 (or was it 16?) characters on Unix. You most likely hit this limit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello All -
Let me know if this is off-topic...
What can I reference to understand what the /Etc/RC file should look like and how to maintain it?
Regards,
Peter
