Sponsored Content
Operating Systems Solaris Cannot access Sun 10 using Hostname and sun10 cant reach other hostnames Post 302240597 by vishwanathhcl on Friday 26th of September 2008 05:52:40 AM
Old 09-26-2008
Hi

follows this steps this could help you out Smilie

# cp /etc/nsswitch.dns /etc/nsswitch.conf

Create a /etc/resolv.conf file specifying the domain this host is in and where the name server is:

domain chocolate.com.
nameserver 192.168.1.1

Remove all lines from your /etc/hosts file, except the localhost and the IP addresses of any local interfaces.

#
# Internet host table
#
127.0.0.1 localhost loghost
192.168.1.1 twix

Check the dependencies of the DNS server service are running:

# svcs -d dns/server
STATE STIME FMRI
online 7:42:27 svc:/network/loopback:default
online 7:42:28 svc:/milestone/network:default
online 7:42:31 svc:/system/filesystem/minimal:default

Start the DNS server service:

# svcadm enable dns/server
# svcs dns/server
STATE STIME FMRI
online 20:43:22 svc:/network/dns/server:default
# pgrep -lf named
712 /usr/sbin/named

Check for errors reported in the /var/adm/messages file. The ::1#953 error relates to security keys and can be ignored:

# tail /var/adm/messages
borrelly named[712]: [daemon.notice] starting BIND 9.2.4
borrelly named[712]: [ID 873579 daemon.notice] command channel listening on 127.0.0.1#953
borrelly named[712]: [daemon.notice] couldn't add command channel ::1#953: address not available
borrelly named[712]: [daemon.notice] running
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

root access on sun os and permissions

Currently have root access to our own boxes on site. HQ wants to take root access away from us. What does root access provide that is unavailable for users as it is essential for us to keep local control. We log in as users but have su for special needs. On all other os boxes we have admin... (2 Replies)
Discussion started by: allinone
2 Replies

2. UNIX for Dummies Questions & Answers

Solaris - unknown hostname - how can I change hostname?

Hello, I am new to Solaris. I am using stand alone Solaris 10.0 for test/study purpose and connecting to internet via an ADSL modem which has DHCP server. My Solaris is working on VMWare within winXP. My WinXP and Solaris connects to internet by the same ADSL modem via its DHCP at the same... (1 Reply)
Discussion started by: XNOR
1 Replies

3. Solaris

Access Solaris machine over http by hostname

Hi all, I need to be able to connect to the web server enabled on my solaris box by hostname e.g. http://<hostname_of_solaris_box>. How can I achieve this? I am able to access the web server via the IP of the solaris box but not the hostname. Any help or pointers would be appreciated. ... (1 Reply)
Discussion started by: dpillay
1 Replies

4. Solaris

Sun Fire V890 - Unable to access RSC or Serial console

Hello Folks, I am having trouble to login to rsc or serial console of V890. The rsc2.2.3 has been configured with required parameters, resetrs and even rebooted. When serial port is connected to laptop, The hyper terminal does not get the console or POSt messages when the server is rebooting... (8 Replies)
Discussion started by: defflepord
8 Replies

5. UNIX for Dummies Questions & Answers

how to change ip and hostname on a sun cobalt

People how do i change the ip and the hostname in a sun cobalt unix. I don`t know how to see the version. of the sun cobalt Thank you ---------- Post updated at 08:24 AM ---------- Previous update was at 08:15 AM ---------- Cobalt Linux release 6.0 (Shinkansen-Decaf) Kernel... (1 Reply)
Discussion started by: enkei17
1 Replies

6. Emergency UNIX and Linux Support

HP UX - ILO Console hostname different than Machine Hostname...

Hi All, So we added a new HP-UX 11.31 machine. Copied OS via Ignite-UX (DVD)over from this machine called machine_a. It was supposed to be named machine_c. And it is when you log in...however when I'm in the ILO console before logging in, it says: It should say: What gives? And how do... (4 Replies)
Discussion started by: zixzix01
4 Replies

7. Solaris

my sun solaris 10 cannot ping and nslookup other server using hostname.

hi.... i have sun solaris 10 server, fedora 10, and Windows Server.. i cant ping my sun solaris 10, fedora 10 and Windows Server using hostname (etc: ping winserver.bengkel2.com), but i can ping all using IPV4 and IPV6 address.. can u give some suggestion to solve my problem or some idea to... (3 Replies)
Discussion started by: izuan_7657
3 Replies

8. Solaris

Sun Cluster 3.2 - Logical Hostname Ressource

Hello everyone, I'm new with Sun Cluster. Can you please explain me what do we mean by ressource group, ressource and logical hostname ressource ? I searched on internet but it's still not clear to me. Thank you very much. Regards, (0 Replies)
Discussion started by: adilyos
0 Replies

9. UNIX for Dummies Questions & Answers

New to Forum & Sun Surefire V210 Access

Purchased a Sun Surefire V210 Server off eBay. Unable to Access the Terminal Mode via the Terminal MGT. Using Windows 7 home, and downloaded the ConEmu. The ConEmu brings up a Command line on the PC, and that's it. Being new to all this, I was expecting a Login prompt to pop up. Read the... (22 Replies)
Discussion started by: screenprintr
22 Replies
mdbFontEncoding(5)						 The m17n Library						mdbFontEncoding(5)

NAME
mdbFontEncoding - Font Encoding DESCRIPTION
The m17n library loads information about the encoding of each font form the m17n database by the tags <font, encoding>. The data is loaded as a plist of this format. FONT-ENCODING ::= PER-FONT * PER-FONT ::= '(' FONT-SPEC ENCODING [ REPERTORY ] ')' FONT-SPEC ::= '(' [ FOUNDRY FAMILY [ WEIGHT [ STYLE [ STRETCH [ ADSTYLE ]]]]] REGISTRY ')' ENCODING ::= SYMBOL FONT-SPEC is to specify properties of a font. FOUNDRY to REGISTRY are symbols corresponding to Mfoundry to Mregistry property of a font. See m17nFont for the meaning of each property. For instance, this FONT-SPEC: (nil alice0 lao iso8859-1) should be applied to all fonts whose family name is 'alice0 lao', and registry is 'iso8859-1'. ENCODING is a symbol representing a charset. A font matching FONT-SPEC supports all characters of the charset, and a character code is mapped to the corresponding glyph code of the font by this charset. REPERTORY is a symbol representing a charset or 'nil'. Omitting it is the same as specifying ENCODING as REPERTORY. If it is not 'nil', the charset specifies the repertory of the font, i.e, which character it supports. Otherwise, whether a specific character is supported by the font or not is asked to each font driver. For so called Unicode fonts (registry is 'iso10646-1'), it is recommended to specify 'nil' as REPERTORY because such fonts usually supports only a subset of Unicode characters. COPYRIGHT
Copyright (C) 2001 Information-technology Promotion Agency (IPA) Copyright (C) 2001-2011 National Institute of Advanced Industrial Science and Technology (AIST) Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License <http://www.gnu.org/licenses/fdl.html>. Version 1.6.2 12 Jan 2011 mdbFontEncoding(5)
All times are GMT -4. The time now is 03:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy