/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Linux.Distrib/unix/solaris.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
- svcadm - Service management 
 
2
    * svcadm enable|disable|restart <service>
 
3
    * The names could be guessed from /var/lib/svc
 
4
 
 
5
- Problems with name resolution
 
6
    check /etc/nsswitch.conf
 
7
    restart svcadm restart name-service-cache
 
8
    
 
9
- Sending client name in DHCP request
 
10
    REQUEST_HOSTNAME=yes in /etc/default/dhcpagent
 
11
    inet <fqdn> in /etc/hostname.<iface>
 
12
 
 
13
- Searching package file belong to
 
14
    pkg search -r <filename>
 
15
    
 
16
- Qemu
 
17
    The default card is not supported by virtual Solaris, the rtl should be used
 
18
    by kvm ... -net nic,model=rtl8139
 
19
 
 
20
- NX 
 
21
    Only qtnx could be used to connect FreeNX server on Solaris. NXclient is not
 
22
    working for some reason.
 
23
 
 
24
- Linux binaries support 
 
25
    BrandZ is a framework that extends the Solaris Zones infrastructure to 
 
26
    create Branded Zones, which are zones that contain non-native operating 
 
27
    environments. 
 
28
    The term "non-native" is intentionally vague, as the infrastructure allows 
 
29
    for the creation of a wide range of operating environments.
 
30
    Each operating environment is provided by a brand that plugs into the BrandZ 
 
31
    framework. A brand may be as simple as an environment with the standard 
 
32
    Solaris utilities replaced by their GNU equivalents, or as complex as a 
 
33
    complete Linux userspace.
 
34