Fqdn and domain in solaris 11.1

hello,
i have difficulties to understand and set up fqdn in solaris .. sendmail still annoys me with his message about missing fqdn and using hostname instead .. what I did:
i set my domain on several places:
# svcprop dns/client | grep domain
config/domain astring agstest
# tail -1 /etc/hosts
10.0.255.129    agsdev1.agstest agsdev1 ##### obligatory hosts entry
# cat /etc/defaultdomain
agstest
# check-hostname 
Hostname agsdev1 OK: fully qualified as agsdev1.agstest
what is please correct way to set domain that domainname binary returns it and that sendmail does not annoy me ? in what SMF services is domainnae supposed to be ?
what is the purpose of system/identity:domain when it actually does not contain domain ?
# svcs -a | egrep identity\|dns
disabled       Jan_14   svc:/network/dns/multicast:default
online         Jan_14   svc:/system/identity:node
online         Jan_14   svc:/system/identity:domain
online         12:59:27 svc:/network/dns/client:default
i'd be very glad if anybody brings some light on this .. i'm really confused.
thanks, daniel

system/identity:domain configures the domain used for NIS and LDAP nameservices, it's used to generate what goes in /etc/defaultdomain.  That domain hierarchy may or may not be the same as the one you use for DNS, which is where hostname lookups will normally be done.

Similar Messages

  • Fusion Middleware 11g Weblogic, forms and Reports in Solaris  11 zone

    Hi,
    Any one Installed Fusion Middleware 11g Weblogic, forms and Reports on Solaris 11 zone ??
    So Pls Let me know Weblogic and Fusion Middleware 11g versions which are working
    I try
    Weblogic 10.3.3 Installed 64 Bit Went OK
    Fusion Middleware 11g 11.1.1.2.0 Errors While Relink few items like frmbldr etc
    Then Fusion Middleware 11g Patchset5 11.1.1.6 Still Same Errors Relink few items like frmbldr etc
    Then Cconfig.sh failed at create domain
    Regards

    Hi Deepak,
    Just config.sh or config.cmd file and try to change the JDK with in and try to configure new domain from there.
    Regards,
    Kal

  • FQDN and Alias

    Hello expert, I am thinking to create Alias for FQDN for the BSP page for SRM EBP(bbpstart). I know there is external alias function from SICF. But that is for the subfix. I want to have alias replacing the fully qualied domain name part. I know we could do it on IIS level. But not sure if SRM system has that.
    For example: http://hostname.domain.port/srm              
    where srm was already replaced sap/bc/gui/sap/its/bbpstart by external alias from sicf
    But I also want the FQDN, hostname.domain.port, replace by a name, let's say enterpriseshopping.
    so the desired URL will be http://enterpriseshopping/srm
    And advice would be very appreciate..
    Thanks,
    Kev

    You should set up SPN's for every Alias, every web/app, and every load balancer that you wish to access via SSO. The SPN's should always be created in pairs HTTP/hostname and HTTP/FQDN for each device since we can't always force clients to use just 1.
    This is noted in my [white paper for setting up SSO in large distributed environments.|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0f6ac3c-b3ac-2b10-1b95-c9bd46194977]
    Regards,
    Tim

  • Non FQDN and IP based access

    We have SharePoint 2013 published through UAG and everything works fine using FQDN http://site.company.com.  In addition to this we would like to make http://shortname and http://1.2.3.4 (IP address) available to users as well but this must also run
    through UAG.
    Is there any way to accomplish this?  I cant seem to figure out how to tell UAG to also respond on other names (or plain IP) for a given trunk.
    Seems like a simple thing, I am clearly missing something?

    Hi jb,
    There are several problems with your scenario:
    1. In general, UAG supports only one "Public Host Name" - this is because as part of the authentication phase, the UAG needs to do some redirects and those redirects use absolutes links with the public hostname.
    2. The UAG is most cases use SSL, when using SSL, you need to place a certificate that will match the public hostname, so if the certificate is set for the fqdn and the user type IP address - they will get an SSL warning claiming the site they are trying
    to access have a certificate for a wrong host name ...
    3. Specifically for SharePoint (and other applications with a public hostname) the UAG require to use a domain cookie. This is well described in the beginning of the following old IAG kb (AAM used to be the name for "Application Specific hostname" in
    the old IAG):
    http://support.microsoft.com/kb/975491
    Hope this clarify the issue..
    Ophir.

  • Differece b/w dataelement and domain

    hi every body
    when creating table after giving the column name we can mention the direct type or specify the data element. in data element we mention data types and other properties, similarlay in dataelemens we can also specify the domain.
    my question is that what the relationship or diff. b/w data element and domain. plz clear my concepts.
    Rai.

    Domain is the central object for describing the technical characteristics of an attribute of an business objects. It describes the value range of the field. Data Element: It is used to describe the semantic definition of the table fields like description the field. Data element describes how a field can be displayed to end-user.
    A domain defines the properties of a data element within ABAP. The properties include the data element type, it's length if required and any restrictions on the values that may be entered into that variable. By defining a domain you can automate and greatly reduce the amount of work required when handling amongst other things user input parameters. Domains also standardise your programs. By using a domain rather than individually defining the variables within your program, any changes to the domains characteristics are automatically passed on to any programs that use that domain
    A dataelement is the one which has the information about the field's representation on the screen in the form of FIELD TEXTS, COLUMN CAPTIONS in list outputs of the table contents and the format of the output via PARAMETER IDS and Online field documentation.
    Cheers
    Nishanth

  • Question on how to Hide the User Name, Password, and Domain fields in the MDT Wizard

    MDT 2012 U1
    Deploying Windows 7 via Offline Media (ISO) to MS Virtual PC's
    I am looking on how to Hide the User Name, Password, and Domain fields which are prepopulated in the MDT wizard via the CS.ini (Not so concerned about the Domain field as I am User Name and Password)
    We do need the Computer Name and OU fields to be seen, so skipping the wizard is not a option
    The client just does not want these fields to be seen by the end users, they dont want them to even know the account name used for adding the machine to the domain, of course the password is not displayed but it must not be displayed either.
    But since we use the fields they must still  be fuctional just not seen.
    Thanks.....
    If this post is helpful please click "Mark for answer", thanks! Kind regards

    You shouldn't have to edit DeployWiz_Definition_ENU.xml. You should only need to add "SkipAdminPassword=YES" to the CS.ini file and your authentication information.
    Example:
    [Settings]
    Priority=Default
    Properties=MyCustomProperty
    [Default]
    OSInstall=Y
    SkipCapture=NO
    SkipAdminPassword=YES
    UserID=<MyUserID>
    UserPassword=<MyPassword>
    UserDomain=<MyDomain.com>
    SkipProductKey=NO
    SkipComputerBackup=YES
    SkipBitLocker=NO
    -Nick O.
    Nick,
    SkipAdminPassword=YES is for:
    You can skip the Administrator Password wizard page by using this property in the
    customsettings.ini.
    I am hidding the Username/Password/and domain field in the computer name Wizard pane which is read from the cs.iniDomainAdmin=xxxxx
    DomainAdminPassword=xxxxx
    DomainAdminDomain=xxxxxx
    JoinDomain=xxxxxx
    If this post is helpful please click "Mark for answer", thanks! Kind regards

  • Win 8.1 domain workstation. Block all access, except for a fews users/groups and domain controller information/date.

    Hi!
    Win 8.1 pro, domain workstation. How Block all access, except for a fews users/groups and domain controller information/date.
    Nuance:
    From domain AD is locked Workstation Firewall "Domain profile" edit.
    Possible?
    cenubit

    Hi GirtsR,
    I am not sure the command to use the SID to accomplish what you want to achieve, if you only know the SID, you could take use Powershell to find the related information, more information, please check:
    Working with SIDs
    And a similar thread for reference:
    How to find user/group known only SID
    More reference: Default local groups.
    Best regards
    Michael Shao
    TechNet Community Support

  • Metro Apps don't open on Local and Domain account. Works on Microsoft Live account. Windows 8.1 Pro

    This is Happening on Three different computers.
    All computers are Windows 8.1 Pro. This is a clean install.
    When the computer is initially setup, I first sign on with my Windows Live ID and everything seems to work fine there.
    After Joining the computer to the domain, none of the Metro UI apps will open, they open briefly and close.
    Added a local account and found that it also does not work there.
    Steps I have tried to resolve this:
    Modified owner and permissions on registry Key: HKCR\AppID\{3EB3C877-1F16-487C-9050-104DBCD66683}
    Changed owner to Local Administrator and gave full controll to Local Admin and Domain user account.
    Ran DCOMCNFG and under Computers ->My Computer-> WinInetCacheServer Properties I went to the IDENTITY TAB and changed
    it to the Interactive User.
    That did not help.
    Ran this command: "powershell
    -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml" from elevated command prompt and also did not help.
    I tried downloading the App troubleshooter but it would not run.
    I also tried "wsreset.exe" and got an error saying: " Windows cannot find 'ms-windows-storePurgeCaches'. Make sure you typed the name
    correctly, and then try again"
    When Trying to open the app and it fails I get this error under Applications in Event Viewer:
    "Activation of app winstore_cw5n1h2txyewy!Windows.Store failed with error: This app does not support the contract specified or is not installed. See the Microsoft-Windows-TWinUI/Operational log for additional information."
    Anyone know how to resolve this.
    We are looking to implement Windows 8.1 Pro to our clients pretty soon and need to get this resolved asap.
    Thanks

    This is Happening on Three different computers.
    All computers are Windows 8.1 Pro. This is a clean install.
    When the computer is initially setup, I first sign on with my Windows Live ID and everything seems to work fine there.
    After Joining the computer to the domain, none of the Metro UI apps will open, they open briefly and close.
    Hi,
    Did you mean that this problem only after you join the computer to the domain? if so, you may need to check whether you domain controller would install any program to your system. or you can contact domain adminstrator for further assistance.
    In addition, run the following in a Command Window (CMD) to re-register the Store App:
    powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.XML
    Roger Lu
    TechNet Community Support

  • How to change host name and domain name in installed Cisco Meeting Place Express 2.0?

    Hi
    I have  Cisco Meeting Place Express 2.0 installed on server. Meting Place uses Linux (Red Hat) as base operation system. Please tell me how I can change host name and domain name for Meeting Place Express application to integrate it into corporate domain infrastructure.
    Thanks in advance!!!
    Sincerely yours
    Sergey Bondarenko

    Hi
    Thanks for your attention for my humble problem.
    I have performed Meeting Place Express configuration through the “net” command.
    But now unfortunately I can't connect to meeting place through web browser. I just get blank page.
    Though I can reach the server with help of ssh. I think my DNS works properly because I can resolve the ip address of  cumpxvoice .uclab.com and cumpxweb. uclab.com with help of dig command.
    Have you any idea?
    A lot of thanks in advance!!
    Sincerely yours Sergey Bondarenko
    Here I have printed the net configuration output of Cisco meeting Place Express:
    [root@cumpxvoice root]# net
    This is the MeetingPlace Express network configuration utility.
    Up to the point where you save changes, it is safe to hit ^C to get
    out at any time, in which case nothing will have changed.
    1) List current configuration
    2) Configure Ethernet port 1
    3) Configure Ethernet port 2
    4) Configure service bindings
    5) Set host names
    6) Set domain name
    7) Configure DNS service
    8) Configure NTP service
    9) Configure routing
    10) Done
    Select: 1
    Primary/audio host name: cumpxvoice
    HTTP host name:          cumpxvoice
    RTMP host name:          cumpxweb
    Domain name:             uclab.com
    Service bindings:
    Audio:                   port 1 (eth0)
    Web browsing (HTTP):     port 1 (eth0)
    Web conferencing (RTMP): port 2 (eth1)
    Port 1 (device eth0):
    IP Address:      10.62.60.116
    Network mask:    255.255.255.0
    Default gateway: 10.62.60.1
    Link setting:    autoneg on
    Port 2 (device eth1):
    IP Address:      10.62.60.117
    Network mask:    255.255.255.0
    Default gateway: 10.62.60.1
    Link setting:    autoneg on
    Static routes:
    Destination      Gateway          Network mask     Port
    0.0.0.0          10.62.60.1       0.0.0.0          1
    DNS Servers:
    10.62.60.115
    10.0.1.4

  • How to change Host and domain name on APS 10g R2

    Hi,
    I have installed oracle application server 10g rel.2 I want to change the host and domain of the system, what should I do, Plz help.
    Thanks and Regards.
    Khawar

    Hi,
    Thanks to all of you for reply, I started without reading any manual to modify host and domain name and after expending several hours finally decided to reinstall APS, with new installation forms runing ok but report server having problem if you see the status of report server in enterprise manager it shows green mark(if you want to stop it via EM it will not), if you check with Report Queue manager it says no report server with the given name,
    if you check the report with GETSERVERINFO via browser it says
    "REP-51002 Bind to report server AAAAA failed. some one have idea."
    some one plz explain me how can I fix it.
    Thanks and Regards.
    Khawar

  • How to change the full host and domain name on OS X Leopard...

    I recently bought an iMac, and I'm trying to configure it for my network. The question I have is, how can I change the host name and domain name from Skuld.local to skuld.tolharadys.net?
    After mucking around with a few searches on Google, I've gotten the domain name to stick since running domainname returns tolharadys.net. Also I can change the hostname as reported by 'hostname' temporarily by running 'hostname skuld.tolharadys.net' in Terminal.app. However, this isn't persistent after reboots. Ideas are welcome.

    You would need a DNS server on your network configured to answer authoritatively for that particular subdomain.

  • How to change the name / IP address and domain name for BOE Server

    Hello,
    We want to change the name / IP address and domain name for BOE Server, please could you indicate the steps or procedure to follow?
    I need your help
    thank you

    If it's 3.1 just change them, shouldn't cause any issues if by domain name you are referring to changing the domain the computer belongs to. If you are changing your domain for AD authentication then you will may have to take quite a few steps if the old domain is going away. Let us know.
    Regards,
    Tim

  • Strange info in "Bypass Proxy Settings for These Hosts and Domains"

    For my Mac Mini my Network IP Address always has a self-assigned 169.254 number that I cannot change. Strangely, this same IP number is similar to info that is in the Proxies section (of Network Settings) under "Bypass Proxy Settings for These Hosts and Domains".
    No matter what I do, this info (*,local, 169.254/16) appears in my Network Settings in the Proxies section under "Bypass Proxy Settings for These Hosts and Domains". (I tried removing the info and it would cause the "Configure Proxies" selection to default to "Always Use PAC File". Had to go back and retrash all the plist files to have Proxies go back to "Configure Proxies-Manually". Still, the info (*,local, 169.254/16) continues to appear in the "Bypass Proxy Settings for These Hosts and Domains" section and my IP address is always a 169.254 number.)
    Comcast cable modem via direct hardwired Ethernet works fine with my other computer, so not the modem. Also, other computer does not have any info in the "Bypass Proxy Settings for These Hosts and Domains" section.
    Installed a fresh copy of OS X 11.5 on a new hard drive. Still the same problem.
    I posted this issue before but only got one responder and the problem still exists. Any clues? Somebody must know about this stuff. Help please.
    Thanks

    When your Mac wakes up, it does not yet have an IP Addresss. It wants to send a request to a Router for an apprpriste IP address to use now. But it needs to have an IP address (like a return address) to receive any messages. So, ... wait for it,
    ... it (your Mac) makes one up. There are rules that ensure it is a random address, but they always start with 169.254. It is on the same subnet with any low-order 16 bits This is the "self-assigned" range of IP Addresses. This address is only good for talking on a local network segment, for things like asking for a valid IP Address from a DHCP-enabled Router.
    In most cases, on most networks, the 169.254 self-assigned IP Address is replaced by a valid Local IP Address such as 192.168.xxx yyy or 10.0.xxx.yyy so quickly that you never even see the 169.254 Address.
    If you do see the 169.254 Address, it can be read as "Nobody will talk to me" or "Nobody will give me an IP Address". When you have this IP Address for more than an instant, you should suspect bad cables for Ethernet connections, bad signal strength or interference for wireless, Router configuration problems, or Mac configuration problems.
    Mac configuration problems are often solved by using the "Assist Me" button is System Preferences > Network  and choosing to set up again.
    Another diagnostic is to try using Network Utility and the Ping function, and Ping-ing the address of your Airport base Station, often 192.168.0.1 or 10.0.0.1 or similar. This will tell you if the Router is reachable, or there are cabling/wirelss signal problems.
    In this case, proxies are not an issue, and are simply a distraction from the real problems.

  • How to change IP, Hostname and domain name for Oracle Application R12

    Hi,
    I'm new to Oracle, we used to have one production and one test server for Oracle Application R12, but the test server was corrupted, so we decided to clone production server and create a new test server, after cloning and creation of test server, how should we do to change IP address, hostname and domain name for test server?
    Our production and test server environment is:
    Linux Enterprise AS 2.6.9
    Application module: E-Business Suite Treasury only
    Your advice will be much appreciated.
    Regards,
    Kenneth
    Edited by: 850209 on Apr 7, 2011 5:37 PM

    850209 wrote:
    Hi,
    There are few tnsnames.ora and listener.ora files in the system, how to know which one are effective? If I change tnsnames.ora hostname entry, do I need to change listerner.ora file also?
    Thanks.
    Regard,
    Kenneth.tnsnames.ora is used only by client processes. listner.ora is used only to configure the listener, and that is a server side issue only. In addition, the listener can start without any listener.ora at all, using all default values. See my discussion of tns issues at edstevensdba.wordpress.com
    If you are using dbcontrol, you will most likely need to reconfigure it, using the emca utility.

  • Metadevices and Upgrade from Solaris 2.6 to 8

    Hello,
    I want upgrade my current Solaris system from 2.6 to 8. My filesystem are mirrored metadevices including root partion. Are there any problems during upgrade? Did anybody recommend to detach metadevices and mirrors?
    Thanks in advance
    Ivette

    The wikipedia page on solaris http://en.wikipedia.org/wiki/Solaris_(operating_system) shows the changes in the system as newer versions came out. I'd highly suggest getting a test box and setting up Solaris 10 on it, and getting a feel for the new install and in particular, ZFS. It's been a number of years since I last used 2.6, but Solaris 10 is vastly better in many ways, including stability. With ZFS you also don't have to use fsck. The best features of Solaris 10 are the new ZFS file system, zones, snapshots, and the new services (rather than rc scripts). If you are going to set up Solaris 10, it's best to immediately start with bootable ZFS file systems rather than trying to upgrade your UFS file systems later. Security is also vastly improved over 2.6, as well as not having to use the old OpenWindows. Also find out what changes you'll need to make to have your old apps run, with all the changes in libraries and stuff since then.

Maybe you are looking for

  • Is there any offer to use data only for my two weeks staying in London?

    I'm staying two weeks in London and i need a new sim card to use data. Any suggestion?

  • Demoting 2003 domain controllers

    Hi Guys, We have been running in a mixed mode domain for a while now (2003 and 2008r2) and I have been given the go-ahead to demote the 2003 DC's. Now before I demote them I want to be sure that these servers are being used for anything, i.e ldap ser

  • Table design for approval flow

    Hi, For our application,we have to create an approval flow in Java. We have to maintain the structure in the database.We are using Oracle 10g and we don't have any DBA access. The brief structure is as follows: there will be an activity which after b

  • Can we execute an SAP Standard ABAP Programme from a Custom BAPI?

    Hi, We have a requirement in our project where in we have to execute an SAP Standard ABAP report. We need to execute it from a Portal by click of a button. What we are thinking is that if we have a custom BAPI which triggers the execution of ABAP rep

  • Render problem Motion5

    I am new to motion and I have some problems with rendering. I made a kinetic typography video but when I render it there are a lot of pieces missing in the text. I recently read something about a too large font but is there any solution for this prob