- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- solaris config question
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 11:59 AM
12-20-2002 11:59 AM
Where do you define what config information a NIC has at startup for solaris?
Also how about static routes?
I have a machine with 3 nics and when it reboots it loses the config for the nics.
TIA
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 12:05 PM
12-20-2002 12:05 PM
Re: solaris config question
etc/defaultrouter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 12:10 PM
12-20-2002 12:10 PM
Re: solaris config question
If you have an hme card then the file(s) will be /etc/hme0, /etc/hme1, etc depending on the number of cards.
I think I am recalling correctly here. It's been a few months since I played on Solaris.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 12:13 PM
12-20-2002 12:13 PM
Re: solaris config question
There are no files /etc for the interfaces.
Interfaces are ge1, ge0 and ce0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 12:25 PM
12-20-2002 12:25 PM
Re: solaris config question
Check out this conversion guide.
http://www.unixguide.net/unixguide.cgi
Happy Holidays,
Kel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 12:25 PM
12-20-2002 12:25 PM
Re: solaris config question
It looks like the config files in etc should be:
hostname.interfacename
so maybe there should be a /etc/hostname.ge0, /etc/hostname.ge1 and a /etc/hostname.ce0 where hostname is the name of your machine.
I found the info from Suns Bigadmin site:
http://www.sun.com/bigadmin/
It is a pretty good resource for Solaris info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 12:28 PM
12-20-2002 12:28 PM
Re: solaris config question
You might enjoy this one to.
http://bhami.com/rosetta.html
Happy Holidays,
Kel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 12:30 PM
12-20-2002 12:30 PM
SolutionFirst is your interface file.
/etc/hostname.$IF
This file needs to contain the hostname SunOS will find in /etc/hosts, to get an IP and configure it on the card.
I.E.
% cat /etc/hostname.hme0
squid1
% grep squid1 /etc/hosts
10.10.10.12 squid1
Next, is your netmasks file, /etc/netmasks. This file holds all of your IP ranges and their netmasks. I.E.
10.10.10.0 255.255.255.0
117.216.0.0 255.255.0.0
Lastly, if your using a router then that goes into /etc/defaultrouter. Again this is the hostname that Solaris will find an IP for in /etc/hosts.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 12:42 PM
12-20-2002 12:42 PM
Re: solaris config question
I figured it out before I got the answers but you all get points for your efforts.
Shannon hit it on the head.
/etc/hostname.interface
/etc/hosts
/etc/inet/netmasks
/ett/defaultrouter