Big question about dns in solaris 10

hi,
in solaris 10 dns[client] is working fine even though the service is in disabled state.
bash-3.00# svcs -a | grep dns
disabled Oct_07 svc:/network/dns/server:default
disabled 20:13:50 svc:/network/dns/client:default
bash-3.00#
still i can able to resolve the ip address.
*my question is will this affect anything.. like autofs [net/<machine name>] concept.*
Thanks.

In short, no. Hostname resolution is guided by the /etc/nsswitch.conf file, and the /etc/resolv.conf file tells the resolver which DNS servers to contact.
The network/dns/client service is actually part of the DNS server. If you start the DNS service with "svcadm enable network/dns/server", then the client service will start also (try it yourself).

Similar Messages

  • A question about DNS subdomain

    This is a question about DNS subdomain.
    The DNS server for the parent DNS domain is dns1.ours.com.
    The DNS server for the child/sub DNS domain is bee.child.ours.com.
    Configurations on dns1.ours.com:
    File: db.ours.com�F
    @IN SOA dns1.ours.com. postmaster.ours.com. (
    10051215 ; sn
    86400 ;refresh
    7100 ;retry
    777600 ;expire
    126000 ) ;min
    @ IN NS dns1.ours.com.
    dns1 IN A 210.x.x.15
    �c
    [color=Blue]child.ours.com. IN NS bee.child.ours.com.
    bee.child.ours.com. IN A 210.x.x.10[color]
    I did not changed anything in named.conf.
    Configurations on bee.child.ours.com:
    File db.child.ours.com:
    @ IN SOA bee.child.ours.com. test.child.ours.com (
    10051215 ; sn
    86400 ;refresh
    7100 ;retry
    777600 ;expire
    126000 ) ;min
    @ IN NS bee.child.ours.com.
    bee IN A 210.x.x.10
    test IN A 210.x.x.x
    File named.conf:
    options {
    directory "/var/named";
    zone "." {
    type hint;
    file "master/db.cache";
    zone "0.0.127.in-addr.arpa" {
    type master;
    file "master/db.0.0.127";
    zone "x.x.210.in-addr.arpa" {
    type master;
    file "master/db.child.ours.com.rev";
    zone "child.ours.com" {
    type master;
    file "master/db.child.ours.com";
    #nslookup
    Default Server: 210.x.x.10
    Address: 210.x.x.10
    // bee.child.ours.com: the DNS server for the child/sub DNS domain: child.ours.com
    www.ours.comServer: 210.x.x.10
    Address: 210.x.x.10
    *** localhost can't find www.ours.com: No response from server
    //failed to resolve A records in the parent domain, but can resolve A records in its own domain and other domains on the Internet.
    set type=ns
    ours.comServer: 210.x.x.10
    Address: 210.x.x.10
    Non-authoritative answer:
    ours.com nameserver = dns1.ours.com
    Authoritative answers can be found from:
    dns1.ours.com internet address = 210.x.x.15
    //find the DNS server for the parent domain
    > server 210.x.x.15
    // dns1.ours.com: the DNS server for the parent DNS domain: ours.com
    Default Server: dns1.ours.com
    Address: 210.x.x.15
    test.child.ours.comServer: dns1.ours.com
    Address: 210.x.x.15
    *** dns1.ours.com can't find test.child.ours.com: No response from server
    //failed to resolve A records in the child domain, but can resolve A records in its own domain and other domains on the Internet.
    set type=ns
    child.ours.comServer: dns1.ours.com
    Address: 210.x.x.15
    Non-authoritative answer:
    child.ours.com nameserver = bee.child.ours.com
    Authoritative answers can be found from:
    bee.child.ours.com internet address = 210.x.x.10
    //find the DNS server for the child domain
    > server 210.x.x.100
    // a public DNS server on the Internet
    Default Server: [210.x.x.100]
    Address: 210.x.x.100
    set type=a
    www.ours.comServer: [210.x.x.100]
    Address: 210.x.x.100
    Non-authoritative answer:
    Name: www.ours.com
    Address: 210.x.x.72
    //find the A record in the parent domain
    test.child.ours.comServer: [210.x.x.100]
    Address: 210.x.x.100
    Non-authoritative answer:
    Name: test.child.ours.com
    Address: 210.x.x.x
    //find the A record in the child domain
    I wonder why. It is BIND v8.2.2.
    Thanks.

    Hi AAnotherUser_,
    Based on your description, the internal domain name is different from the external domain name, and the web server is hosted internally. And the goal is that the internal user can
    access the web server by using an URL which include the MyCorp.com.
    In this scenario, internet users access your domain name by connecting to the WAN IP address of your router. However, to make the internal users access the website, you would need
    to create the external domain name as a zone on your internal DNS server.
    After creating the DNS zone, right click the zone you created, choose New Host Record.
    Type in the hostname, such as ‘www’, and provide the internal private IP address of your internal web server.
    For more details, please refer to Ace’s blog below, the
    Scenario 2: Different Internal and External but you are hosting the webserver internally
    http://blogs.msmvps.com/acefekay/2009/09/03/split-zone-or-no-split-zone-can-t-access-internal-website-with-external-name/
    Best Regards,
    Tina

  • I have questions about DNS: Is this a DNS LOOP?

    Hi , everyone:
      I've read some text about the Domain Name System, And found something I can't understand:
      Many Text Say like this: 
      Suppose the resolver want to get the ip address of the domain: www.example.com, The DNS Query Process looks like
      1. The Resolver asks one or more of the ROOT-SERVERS
      2. The ROOT-SERVERS answer to the client that www.example.com is managed by the GTLD-SERVERS, and ROOT-SERVERS Gives some additional records to the Resolver about the ip address of those GTLD-SERVERS
      3. Resolver asks the GTLD-SERVERS about the domain: www.example.com
      4. The GTLD-SERVERS tell the Resolver to ask the IANA-SERVERS again , and again tell the Resolver about the ip address of the Name Server of IANA-SERVERS
      5. Now the Resolver go on asking the IANA-SERVERS about the domain: www.example.com , NOW the IANA-SERVERS answers the Resolver about the ip address of www.example.com
      My First Question is:
      Does Resolver Relay on the ADDITIONAL SECTION?
      Now Suppose I have two domains: example.com and example.org
      And i have registered my own NameServer: ns.example.com and ns.example.org
    Now I go to the registrar and change my DNS as follows:
    example.com  => ns.example.org
    example.org    => ns.example.com
    Then the resolver asks the www.example.com again, In my opinion , the process my looks like this:
    1. Resolver asks the ROOT-SERVERS of the domain www.example.com
    2. ROOT-SERVER answers that the Resolver should ask GTLD-SERVERS, and tell it the ip addresses of those GTLD-SERVERS
    3. Resolver now asks one or more of the GTLD-SERVERS ,
    4. The GTLD-SERVERS answers the Resolver that he should ask ns.example.org , but the GTLD-SERVERS does not know the ip address of ns.example.org , because the ORG domain is not managed by them.
      Then the Resolver must know the ip address of ns.example.org first if he want to resolve www.example.com
    5. Resolver asks the ROOT-SERVERS of the domain ns.example.org
    6. ROOT-SERVERS tell him to ask a0.org.afilias-nst.org. .... and give hime some additional records
    7. Resolver asks a0.org.afilias-nst.org
    8. a0.org.afilias-nst.org tell him to ask ns.example.com, because as HE Knows , it's the name server of example.org , But HE does not have any additional records about ns.example.com because the COM domain is managed by GTLD-SERVERS..
      Then the Resolver must know the ip address of ns.example.com first if he want to resolve ns.example.org ?
    9. Resolver asks the ROOT-SERVERS of the domain: ns.example.com
    10. ROOT-SERVERS tell hime to ask GTLD-SERVERS
    11. Resolver asks the GTLD-SERVERS about the domain: ns.example.com
    12. GTLD-SERVERS tell him to ask ns.example.org..
    LOOP...
    I don't know if my knowledge is right. My Second Question is:
    As I have register my own NameServer: ns.example.com , GTLD-SERVERS has the records of ns.example.com in it's database, But when I ask him ns.example.com , Why He tell me to ask ns.example.org ? Why not just answer me that he has the ip address of my NameServer?
    Hope some one explain it clearly. Thanks

    I'm in the same position, the store said they didn't know of any new release, so i bought my macbook pro to find out about mountain lion. I really hope that i'm not going to pay for the upgrade. New to apple, also last month bought my Ipad 3, really thought that Airplay would have been on my book pro, nope, waste of time.........need that update to use it. Back i the box then, get the windows 7 ultimate pro back out until then.

  • A question about sendmail on solaris(10 and 11)

    I have a private network for working,all machines are linux or unix.
    I have one smtp server running postfix,wich force all connection
    to make tls(escuse my english relly bad).
    On hpux 11.31 i use this .mc
    divert(0)dnl
    VERSIONID(`$Id: generic-hpux10.mc,v 8.13 2001/05/29 17:29:52 ca Exp $')
    OSTYPE(hpux11)dnl
    DOMAIN(generic)dnl
    define(`_X400_UUCP_')dnl
    define(`_MASQUERADE_ENVELOPE_')dnl
    define(`MASQUERADE_NAME')dnl
    define(`confTRY_NULL_MX_LIST',`T')dnl
    define(`LUSER_RELAY',`name_of_luser_relay')dnl
    define(`DATABASE_MAP_TYPE',`dbm')dnl
    define(`_CLASS_U_')dnl
    define(`LOCAL_RELAY')dnl
    define(`MAIL_HUB')dnl
    TRUST_AUTH_MECH(`GSSAPI DIGEST-MD5')dnl
    FEATURE(always_add_domain)dnl
    MAILER(local)dnl
    MAILER(smtp)dnl
    MAILER(openmail)dnl
    MAILER(uucp)dnl
    define(`SMART_HOST', `posta.domain.com')
    define(`confCACERT_PATH', `/etc/mail/certs')dnl
    define(`confCACERT', `/etc/mail/certs/domain.com.crt')dnl
    define(`confSERVER_CERT', `/etc/mail/certs/hpux2.domain.com.crt')dnl
    define(`confSERVER_KEY', `/etc/mail/certs/hpux2.domain.com.key')dnl
    define(`confCLIENT_CERT', `/etc/mail/certs/hpux2.domain.com.crt')dnl
    define(`confCLIENT_KEY', `/etc/mail/certs/hpux2.domain.com.key')dnl
    define(`confRAND_FILE',`egd:/dev/urandom')dnl
    D{tls_version}TLSv1
    O UseTLS=True
    On Solaris this
    divert(0)dnl
    VERSIONID(`sendmail.mc (Sun)')
    OSTYPE(`solaris11')dnl
    DOMAIN(`solaris-generic')dnl
    define(`confFALLBACK_SMARTHOST', `mailhost$?m.$m$.')dnl
    FEATURE(genericstable)dnl
    FEATURE(mailertable)dnl
    FEATURE(domaintable)dnl
    FEATURE(allmasquerade)dnl
    FEATURE(promiscuous_relay)dnl
    FEATURE(accept_unresolvable_domains)dnl
    FEATURE(accept_unqualified_senders)dnl
    FEATURE(no_default_msa)
    DOMAIN(`posta.domain.local')dnl
    MAILER(`local')dnl
    MAILER(`smtp')dnl
    define(`confSMTP_LOGIN_MSG', `$j Sendmail $b')
    define(`SMART_HOST', `posta.domain.com')
    define(`confCACERT_PATH', `/etc/mail/certs')dnl
    define(`confCACERT', `/etc/mail/certs/domain.local.crt')dnl
    define(`confSERVER_CERT', `/etc/mail/certs/solaris.domaincrt')dnl
    define(`confSERVER_KEY', `/etc/mail/certs/solaris.domain.coml.key')dnl
    define(`confCLIENT_CERT', `/etc/mail/certs/solaris.domain.com.crt')dnl
    define(`confCLIENT_KEY', `/etc/mail/certs/solaris.domain.com.key')dnl
    define(`confRAND_FILE',`egd:/dev/urandom')dnl
    D{tls_version}TLSv1
    On hpux all works fine,send mail,on solaris give me those errors
    [192.168.3.252], dsn=5.0.0, stat=Service unavailable
    Diagnostic-Code: SMTP; 530 5.7.0 Must issue a STARTTLS command first
    I try to set UseTLS=True even on solaris but give me error and sendmail don't start
    How to set sendmail to use tls?
    thank to who help me

    Solution found using this mc
    divert(0)dnl
    VERSIONID(`sendmail.mc (Sun)')
    OSTYPE(`solaris11')dnl
    DOMAIN(`solaris-generic')dnl
    define(`confCACERT_PATH', `/etc/mail/certs')dnl
    define(`confCACERT', `/etc/mail/certs/domain.com.crt')dnl
    define(`confSERVER_CERT', `/etc/mail/certs/solaris11.domain.com.crt')dnl
    define(`confSERVER_KEY', `/etc/mail/certs/solaris11.domain.com.key')dnl
    define(`confCLIENT_CERT', `/etc/mail/certs/solaris11.domain.com.crt')dnl
    define(`confCLIENT_KEY', `/etc/mail/certs/solaris11.domain.com.key')dnl
    define(`confRAND_FILE',`egd:/dev/urandom')dnl
    define(`_X400_UUCP_')dnl
    define(`_MASQUERADE_ENVELOPE_')dnl
    define(`MASQUERADE_NAME')dnl
    define(`confTRY_NULL_MX_LIST',`T')dnl
    define(`LUSER_RELAY',`name_of_luser_relay')dnl
    define(`DATABASE_MAP_TYPE',`dbm')dnl
    define(`_CLASS_U_')dnl
    define(`LOCAL_RELAY')dnl
    define(`MAIL_HUB')dnl
    TRUST_AUTH_MECH(`GSSAPI DIGEST-MD5')dnl
    FEATURE(always_add_domain)dnl
    FEATURE(access_db)dnl
    MAILER(local)dnl
    MAILER(smtp)dnl
    MAILER(uucp)dnl
    define(`SMART_HOST', `posta.domain.com')
    define(`confCACERT_PATH', `/etc/mail/certs')dnl
    define(`confCACERT', `/etc/mail/certs/domain.com.crt')dnl
    define(`confSERVER_CERT', `/etc/mail/certs/solaris11.domain.com.crt')dnl
    define(`confSERVER_KEY', `/etc/mail/certs/solaris11.domain.com.key')dnl
    define(`confCLIENT_CERT', `/etc/mail/certs/solaris11.domain.com.crt')dnl
    define(`confCLIENT_KEY', `/etc/mail/certs/solaris11.domain.com.key')dnl
    define(`confRAND_FILE',`file:/dev/random')dnl
    D{tls_version}TLSv1
    and makemap dbm access file
    Last question: how to disable ssl3 and enable tls1 only?

  • Question about DNS programing

    hi, i am creating a DNS query message,
    but when i send out my package, in wirshark i capture that in my package the question is unknow
    my package carry a domain name like "www.sun.com"
    and send to one of the root dns using type a.
    but the question is that,
    i have to convert the "www.sun.com" into byte array
    what i did is "www.sun.com".byteValue,
    and directly put it into the question part of my dns query.
    seems this part causing the problem, i can not directly convert the string into byte,
    have to follow some rule
    Does anyone know how to do that?

    en.....becuase i want to wirte some code like getbyName does..hoho
    i find out finially
    03www03sun03com
    because
    length of www is three, so there is a "3" infornt

  • A question about DNS records and split DNS

    Hello
    Can someone please help me with the following question
    If I have an AD integrated DNS zone (currently running on Windows 2003 R2, soon to be updated to 2012 R2)
    lets call the domain MyDomain.Local and here I have all my local Server, Computer and related records (A, CNAME MX etc.)
    Also I have an external internet domain lets call is MyCorp.Com (both of these domain are completely separate)
    I have a requirement for an internal URL (Web Server) to point to an internal host, however for various reasons (which I will not go into here), the company wants the format of this internal URL to include the MyCorp.Com element in the overall URL
    Now the MyCorp.Com domain is hosted externally to the company by a dedicated provider (we just login via a secure portal if we want to add for example and A record to the MyCorp.Com domain) the MyCorp.Com domain is completely separate from the MyDomain.local
    domain which is hosted on internal DNS Servers
    Question:
    without using split DNS can I, create a zone called New.MyCorp.Com on our internal AD integrated DNS Servers (to live along side the standard MyDomain.local) than add an A record to this zone say Host.New.MyCorp.Com
    So internal users can locate Host.New.MyCorp.Com without being directed out to the internet (for MyCorp.Com) but internal users will still be able to resolve SomeOtherHost.MyCorp.Com as they do now
    Thanks very much in advance
    AAnotherUser__
    AAnotherUser__

    Hi AAnotherUser_,
    Based on your description, the internal domain name is different from the external domain name, and the web server is hosted internally. And the goal is that the internal user can
    access the web server by using an URL which include the MyCorp.com.
    In this scenario, internet users access your domain name by connecting to the WAN IP address of your router. However, to make the internal users access the website, you would need
    to create the external domain name as a zone on your internal DNS server.
    After creating the DNS zone, right click the zone you created, choose New Host Record.
    Type in the hostname, such as ‘www’, and provide the internal private IP address of your internal web server.
    For more details, please refer to Ace’s blog below, the
    Scenario 2: Different Internal and External but you are hosting the webserver internally
    http://blogs.msmvps.com/acefekay/2009/09/03/split-zone-or-no-split-zone-can-t-access-internal-website-with-external-name/
    Best Regards,
    Tina

  • BIG question about Lil MIni

    Tomarrow is the big day i will be buying a mac mini because my G3 macs are very limited in what they can do but my question is i'm debating on the right model 2 buy the 1.25 or the 1.42 model and is the superdrive model really worth it I just need some advice

    Really I would just buy the base model MacMini because if you spend anymore on a Mini and you might as well get a new Intel iMac.
    I just got my Mini back from Apple Service (HD went bad) and I've been using a new Intel iMac for the last 2 weeks and I think it offers way better price-value-performance over the Mini so really if you're getting a Mini I would recommend spending as little as possible (because the more you spend on a Mini the closer you get to the price of a iMac). If you need a SuperDrive = you're buring DVD's = you're making movies? Don't get a Mini then, the drive performance for normal everyday usage is horrible enough let alone trying to do video work on it.
    IMHO, though. Please note I'm also a somewhat unsatisfied Mini customer, I wasn't happy with mine since the day I bought it (quality = crap) but the store wouldn't take it back unless I paid an outrageous 15% restocking fee so I was stuck with it.

  • One big question about glitches in my software if I install Lion or buy a new mac with Lion

    I have 2009 Leopard I Mac. My bank now insists I have an Intel supported browser and more. Apple said Firefox will do it, but I need to upgrade to either Snow Leopard or Lion or buy a new I Mac with Mt. Lion installed. I read complaints about MP Navigator, Quicken and other software not working on SL or Lion..with my Canon printer..I am over 70 and legally blind, do all our accounting, taxes and correspondence with my I Mac including making DVD's, Cd's...and not able to figure out problems easily. Any suggestions on what I can do? I have to be able to access on=line banking, and also print check copies, etc. for our taxes.

    Check out this link -
    http://www.roaringapps.com.
    You may be able to determine if the versions of your current 3rd party software will work.

  • Big Question about HD

    Ummm yea i like to make videos of gameplays on the computer and i use hypercam 2
    and when i make a new project using the clips with hyper cam their is a change setting button
    and when i click it im not sure which one to use currently im trying to use PAL-AVCHD lite 720p25
    and its not as clear as i want it to be.
    could anyone tell me what to use that would make things more hd

    Hi, asianboy223. You'll get better, faster answers to video questions in the Premiere Elements forum, which is here:
    http://forums.adobe.com/community/premiere_elements
    Good luck!

  • Question about DNS zones

    Here's my problem..
    I have an internal webserver that has an external address. Clients on my internal network (the same as the webserver) can't access the internal server using its external address. I got around this in a Windows enviornment (there are multiple buildings with different environments) by creating a primary DNS zone with the external address of the server, and an A Host pointing to the internal address.
    I'm having some trouble getting this setup on Lion server, and rather than breaking DNS again, I figured I'd ask around first. Like I said, I tried adding a new zone, and did something that broke DNS. I had to manually edit the configuration file to remove the new zone. The FQDN is different from the name of the Mac server.
    Basically the Mac server is school.com, and I need school.google.com to point internally. These obviously aren't the real addresses, but it illustrates what I need to accomplish.
    Does this make sense? Is it possible with Lion Server?
    Thanks

    If you want to access the webserver internally as school.google.com you cannot and should not try to create a google.com zone. If your website has your own private domain e.g. www.myschool.edu then as you (presumably) own and control that domain then you can run what is typicially called a 'split-horizon' DNS setup.
    You could have a second domain name just for the website which still needs to be owned by you, this would let you use say domain.local as the main internal Active Directory domain and a second dmoain like myschool.edu for the website.
    With a spit-horizon setup you need two DNS servers, one would be used just internally, the other would be used just externally. So anyone outside your network i.e. on the Internet would use the external DNS server (often your ISP), and anyone on your LAN uses the internal one. The internal one would map www.myschool.com to your internal LAN IP address of your webserver, the external DNS server would map the same www.myschool.edu to your internet routers address. Your router would then have to setup a NAT port mapping rule to forward the HTTP traffic to your internal webservers IP address. You can still have multiple websites hosted internally and be accessible externally but all of them must run on a single internal webserver as the NAT port mapping can only map to a single IP address per protocol (port number).

  • BIG QUESTION ABOUT BUSSES AND SAVING DSP MUST READ

    I have a major issue that i need to resolve. I created a really nice bass line to a track but i would like to save the plugin settings and move them to a bus just incase i want to use the same effects again to save dsp. When i remove the original plugins from the bassline audio instrument track and move them to the buss (then play the) bass line with the audio instrment effects empty just using the buss effects that i originally made it sound completely different. As if all the wormth of the sound went away? Why is this? i know on projects that i work on when they get later into the project i always get a dsp issue.
    What is the best way to use repeated plugin settings instead of copy and pasting them?

    Hi,
    Are you using a 'send' to the bus, or are you routing the entire channel to the bus? (e.g. setting channel output to 'Output1-2' but 'Bus 1' etc). I would suggest routing the entire signal.
    Also, have you checked the settings are the same on the bus effects. Some presets will have a completely different dry/wet mix when inserted into a bus, rather than an audio or audio instrument channel. This is especially the case for reverbs, delays etc.
    With regards to using 'Save as Channel Strip' options, I don't think you can save a strip from one audio object type, and have it available to another. That is, you can't save an audio or audio instrument channel strip and load it into a Bus, at least the last time I looked! I sometimes wish you could, though...
    Cheers,
    Bryan

  • Questions about deploying compressed WAR

    I've been having issues when trying to deploy a compressed
    Flex application into my Weblogic Server. I read in the
    Installation Guide (
    http://www.adobe.com/support/documentation/en/flex/2/install.html)
    that you need to some "hacking" to make it work but i have a big
    question:
    The guide says:
    Locate the servlet definition for MessageBrokerServlet, and
    update the flex.write.path init-param element to specify an
    existing, writeable, directory path:
    <init-param>
    <param-name>flex.write.path</param-name>
    <param-value>C:/bea/flex</param-value>
    </init-param>
    I have no clue about this, i mean what is supposed to be in
    the path C:/bea/flex??? Can anyone explain what the
    "flex.write.path" means or referrers to?
    Diego

    I tried setting the write path to any folder like the example
    and i got this during the server startup:
    [Flex] [WARN] The watch-file,
    /WEB-INF/flex/services-config.xml, could not be resolved to a path
    and will be ignored.
    [Flex] [WARN] The watch-file, /WEB-INF/flex/proxy-config.xml,
    could not be resolved to a path and will be ignored.
    [Flex] [WARN] The watch-file,
    /WEB-INF/flex/remoting-config.xml, could not be resolved to a path
    and will be ignored.
    [Flex] [WARN] The watch-file,
    /WEB-INF/flex/messaging-config.xml, could not be resolved to a path
    and will be ignored.
    [Flex] [WARN] The watch-file,
    /WEB-INF/flex/data-management-config.xml, could not be resolved to
    a path and will be ignored.
    [Flex] [WARN] The touch-file, /WEB-INF/web.xml, could not be
    resolved to a path and will be ignored.
    And then when i tried to run the sample application CRM
    (which is included in the samples war when you install flex 2) i
    get this error:
    java.sql.SQLException: The url cannot be null
    so what's wrong?

  • General question about iTunes Match and multiple libraries

    Hello to everyone,
    I have a general question about the iTunes Match service, which is available since yesterday in my country (Italy). Currently my library situation is the following:
    Computer A (desktop, Windows 7): "big" iTunes library (about 20 GB), at the moment not associated with my Apple ID
    Computer B (MacBook Air 2011): "small" iTunes library (about 5 GB), associated with my Apple ID
    At the moment, both my iOS devices (iPhone 4 and iPad 2) are synchronized with the smaller library on the MacBook Air.
    Question is as follows: should I subscribe to iTunes Match, would it be possible to upload the "big" library (provided I associate it with my Apple ID) to iCloud while keeping my devices synchronized with the "small" one?
    Ideally, at the end of the day, the situation should be the following: both iOS devices with music from the small library + possibility of downloading songs from iCloud (coming from the big one). Is this possible?
    Maybe the question sounds stupid, but I want to be sure about this before paying for the service.
    Thanks a lot.

    Yes, you could also associate your larger library with iTunes match if you associated your Apple ID with it. However any purchases in the library made from another Apple ID will not be matched with iTunes much.
    If both libraries are part of iTunes match, then all your devices will see all of the content from both libraries, which content you choose to have on those devices and which you have accessible via iTunes match is entirely up to you.

  • Few questions about difference between Satellite P70 , L70, S70

    Hello, i have many questions about the series P70 , L70, S70 that come with a 1920x1080 panel.
    1) What are the differences between the L70 and S70 series? Except of the HDD capacity and RAM, the notebooks look pretty identical.
    2) Do P70 , L70, S70 support a 2nd HDD or is it just the P70 series that support it ?
    3) Do all three (P70, L70, S70 series) come with the same TFT Panels ?
    4) Which of the above series supports mSata ?
    5) Do all of the model of each series come with a mSata support? E.g. Could it be that L70-a-13m supports mSata while the L70-a-146 does not ?
    6) All of the above, come with a S-ATA II or S-ATA III interface ?
    7) Which is the best of those series listed ? I am trying to understand what makes the big difference from S70 to P70 except of the casing for example.
    Thank you in advance.

    >1) What are the differences between the L70 and S70 series? Except of the HDD capacity and RAM, the notebooks look pretty identical.
    What Sat L70 and S70 models do you mean exactly? There are different L70-xxx and S70-xxx models on the market which supports different hardware specifications.
    >2) Do P70 , L70, S70 support a 2nd HDD or is it just the P70 series that support it?
    As you can see in this [Sat P70 HDD replacement document,|http://aps2.toshiba-tro.de/kb0/CRU3903II0000R01.htm] the P70 series supports 2nd HDD bay BUT even if there is an 2nd HDD bay this does not mean that you could use 2nd HDD. In case the 2nd HDD bay would be equipped with HDD connector, you could use the 2nd HDD
    I found also the [Sat L70/S70 HDD replacement |http://aps2.toshiba-tro.de/kb0/CRU3703HG0000R01.htm] document on Toshiba page and there I can see that 2nd HDD bay is not available
    > 3) Do all three (P70, L70, S70 series) come with the same TFT Panels?
    See point 1). Different P70, L70, S70 models were equipped with different hardware parts.
    > 4) Which of the above series supports mSata?
    As far as I know only some P70 models are equipped with an 256GB mSATA-SSD.
    > 5) Do all of the model of each series come with a mSata support? E.g. Could it be that L70-a-13m supports mSata while the L70-a-146 does not ?
    See point 4) not all models supports the same hardware specifications
    > 6) All of the above, come with a S-ATA II or S-ATA III interface ?
    I dont think that SATA III is supported. I guess it would be SATA II
    > 7) Which is the best of those series listed ? I am trying to understand what makes the big difference from S70 to P70 except of the casing for example.
    Not easy to answer because there are too many models released in Europea.
    And not all models are available in each country. So I guess you will need to look for models which were released in your country.

  • Few questions about cs6

    Hi
    i have few questions about cs6
    is there a way to let the ruler and straighten like cs5 ? i gave a look to my friend cs6 and cs6 ruler and straighten leave transparent image around the corner
    and is there a way to set for each adjustament layer a size ? for example i like a big curve window but for example have a smaller level windows
    thanks
    cheers

    mantralightroom wrote:
    nope
    The feature is there, where Christoph described it, though I would have liked it if they'd left an option for the Ruler Tool button to allow people to add "and crop" as well.  But Adobe have confirmed they moved it out of there on purpose, presumably because new users would expect to crop their image using the Crop Tool, not the Ruler Tool.
    mantralightroom wrote:
    i would like to know if i can store the size of each dialog window
    You MUST be talking about the Properties panel, where adjustment layer info is shown, because the dialogs you get when you do things like Image - Adjust - Levels or Image - Adjust - Curves is not resizeable in any way I can see.  At least not on a PC.
    No, there's no special option that allows dialog sizes to be saved separately.  It's just one panel, and the size of the panel itself defines the size of the contents up to each of their max sizes.
    -Noel

Maybe you are looking for

  • Installation of 3.0 EA2 on 12.1.0.2

    I've got an existing 12.1.0.2 db (non-pdb), vanilla install, so apex 4.2 within it. I downloaded 3.0 EA2 and ran through the install. When I start it, I see sessions on the database for APEX_LISTENER, ORDS_PUBLIC_USER but when I got to http://myhost:

  • Determine if PO number has been used in a Sales Order for a customer....

    We're able to perform some processing both before the Sales order is created and before the IDOC is updated, status-wise. One of the checks that we're performing is to determine whether the PO number supplied by the IDOC has been used in a order befo

  • TV Show doesn't show all episodes in cloud

    I bought a few episodes of the show Arrow.  In trying to clear up some disk space, I deleted them from itunes.  For some reason, most of them show up in my library with the cloud icon, and are available on my other devices, but at current, it doesn't

  • My iTunes gift card that I just bought says that it's already been redeemed

    My iTunes gift card says that it's already been redeemed and I just bought it

  • Only scroll to JList cell if required

    Hi all. I have a JList in a JScrollPane. I would like the the selected cell to be visible but the method list.ensureIndexIsVisible(index); doesn't do quite what I want. The behaviour I would like is that if the cell is already visible don't scroll at